about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-12 22:05:20 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-12 22:05:20 +0100
commit004cdd23f4bee1da2e0a6821bcb51a58900a97c7 (patch)
treeced7c3015a2f6daa554ae2915c83003307e6934c
parentd0000e2cacb62fdcf618135af2034ea8c874b1ac (diff)
downloadperl-libnet-1.23.tar.gz
Release 1.23 v1.23
-rw-r--r--Changes4
-rw-r--r--Makefile.PL2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index f957369..98b2647 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+libnet 1.23  -- Mon Aug 12 2013
+
+  * Typo fixes [David Steinbrunner; resolves CPAN RT#87681]
+
 libnet 1.22_02 -- Thu Aug 08 2013
 
   * Make Net::FTP::dataconn::close() more robust [Together with changes to
diff --git a/Makefile.PL b/Makefile.PL
index e7f9d05..bfe17a3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.22_02";
+$VERSION  = "1.23";
 
 BEGIN { require 5.002 }