E.pm revision 7c478bd95313f5f23a4c958a745db2134aa03244
package Net::FTP::E;
require Net::FTP::I;
@ISA = qw(Net::FTP::I);
$VERSION = "0.01";
1;