2025-04-27 07:49:33 -04:00

8 lines
79 B
Perl

package Net::FTP::L;
require Net::FTP::I;
@ISA = qw(Net::FTP::I);
1;