Current File : //opt/RZperl518/lib/5.18/Net/FTP/E.pm
package Net::FTP::E;

require Net::FTP::I;

@ISA = qw(Net::FTP::I);
$VERSION = "0.01";

1;