about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2007-08-26 12:13:55 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:48 -0600
commit68269e2c17a5976368c506a78d741d487a3a411b (patch)
tree64e3b7c0d5cbce674f9744f6849b6321a4e11805
parent5a30771f36520ce44455c0c8fb301b24f0d6f7df (diff)
downloadperl-libnet-68269e2c17a5976368c506a78d741d487a3a411b.tar.gz
Release 1.22 v1.22
-rw-r--r--Changes5
-rw-r--r--Makefile.PL2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index fd51d03..ff26b1d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+libnet 1.22  -- Sun Aug 26 07:13:18 CDT 2007
+
+Bug Fixes
+  * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
+
 libnet 1.21  -- Sat May 19 08:53:09 CDT 2007
 
 Bug Fixes
diff --git a/Makefile.PL b/Makefile.PL
index abdaa42..a329167 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.21";
+$VERSION  = "1.22";
 
 BEGIN { require 5.002 }