8 lines
79 B
Perl
8 lines
79 B
Perl
package Net::FTP::E;
|
|
|
|
require Net::FTP::I;
|
|
|
|
@ISA = qw(Net::FTP::I);
|
|
|
|
1;
|