1package Net::FTP::L;
2
3require Net::FTP::I;
4
5@ISA = qw(Net::FTP::I);
6$VERSION = "0.01";
7
81;
9