about summary refs log tree commit
diff options
context:
space:
mode:
-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 }