Current File : //usr/local/lib/perl5/5.20.0/Net/FTP/L.pm
package Net::FTP::L;

require Net::FTP::I;

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

1;