about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-01-30 18:06:18 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-01-30 18:06:18 +0000
commit90c59330d699d6cec0365c25df8817dddc107cdb (patch)
treec95489ff7d2f388050ee5a412e3e5ac873423661
parent620ed1fc866758eff4e86c856f026b3bbeda08a0 (diff)
downloadperl-libnet-90c59330d699d6cec0365c25df8817dddc107cdb.tar.gz
Bump $Net::FTP::VERSION for previous change
-rw-r--r--Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 83e5f3d..38c4c3f 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -21,7 +21,7 @@ use Net::Cmd;
 use Net::Config;
 use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC);
 
-$VERSION = '2.78';
+$VERSION = '2.79';
 @ISA     = qw(Exporter Net::Cmd IO::Socket::INET);
 
 # Someday I will "use constant", when I am not bothered to much about