about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2001-11-20 19:13:30 +0000
committerGraham Barr <gbarr@pobox.com>2001-11-20 19:13:30 +0000
commitc31293a0cac601e4a0885f589b5cca36f4318fb6 (patch)
treec3846368e52443d479d48b5b7b07c41358f7fb7d
parent72be95a91f91277be57c2cc8b4a77d1d948d9603 (diff)
downloadperl-libnet-c31293a0cac601e4a0885f589b5cca36f4318fb6.tar.gz
Add VERSION numbers to Net::FTP::L and Net::FTP::E
-rw-r--r--Net/FTP/E.pm1
-rw-r--r--Net/FTP/L.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/Net/FTP/E.pm b/Net/FTP/E.pm
index 6e458bd..d480cd7 100644
--- a/Net/FTP/E.pm
+++ b/Net/FTP/E.pm
@@ -3,5 +3,6 @@ package Net::FTP::E;
 require Net::FTP::I;
 
 @ISA = qw(Net::FTP::I);
+$VERSION = "0.01";
 
 1;
diff --git a/Net/FTP/L.pm b/Net/FTP/L.pm
index fbb5a5a..f7423cb 100644
--- a/Net/FTP/L.pm
+++ b/Net/FTP/L.pm
@@ -3,5 +3,6 @@ package Net::FTP::L;
 require Net::FTP::I;
 
 @ISA = qw(Net::FTP::I);
+$VERSION = "0.01";
 
 1;