Sync file with libnet-1.0901-tobe
[p5sagit/p5-mst-13.2.git] / lib / Net / FTP / E.pm
index 6e458bd..d480cd7 100644 (file)
@@ -3,5 +3,6 @@ package Net::FTP::E;
 require Net::FTP::I;
 
 @ISA = qw(Net::FTP::I);
+$VERSION = "0.01";
 
 1;