| author | Richard Taylor <richard.i.taylor@nokia.com> |
| Thu, 12 Aug 2010 09:00:16 +0100 | |
| changeset 625 | a1925fb7753a |
| parent 602 | 3145852acc89 |
| permissions | -rw-r--r-- |
# COPYRIGHT 1996-2000 Graham Barr. All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. package Net::FTP::E; require Net::FTP::I; @ISA = qw(Net::FTP::I); $VERSION = "0.01"; 1; __END__ =head1 COPYRIGHT COPYRIGHT © 1996-2000 Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut