about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-06 18:18:16 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-06 18:18:16 +0100
commit1153016788674ceb1592e5c06123d260dcbe4c65 (patch)
tree7d60780224c77459000b96f4c8c9def7df877605
parentbcd2f94d466eeb9e6cc7bd28f0f7ec6e686edbcd (diff)
downloadperl-libnet-1153016788674ceb1592e5c06123d260dcbe4c65.tar.gz
Bump $VERSION in changed module
All other modules changed between 1.22 and 1.22_01 already have their
$VERSIONs bumped.
-rw-r--r--Net/FTP/dataconn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP/dataconn.pm b/Net/FTP/dataconn.pm
index c2954f8..75c1180 100644
--- a/Net/FTP/dataconn.pm
+++ b/Net/FTP/dataconn.pm
@@ -9,7 +9,7 @@ use vars qw(@ISA $timeout $VERSION);
 use Net::Cmd;
 use Errno;
 
-$VERSION = '0.11';
+$VERSION = '0.11_01';
 @ISA     = qw(IO::Socket::INET);