source: for-distributions/trunk/bin/windows/perl/lib/Net/FTP/E.pm@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 91 bytes
Line 
1package Net::FTP::E;
2
3require Net::FTP::I;
4
5@ISA = qw(Net::FTP::I);
6$VERSION = "0.01";
7
81;
Note: See TracBrowser for help on using the repository browser.