Root is the lizard king.
[p5sagit/p5-mst-13.2.git] / lib / Net / FTP / E.pm
CommitLineData
406c51ee 1package Net::FTP::E;
2
3require Net::FTP::I;
4
5@ISA = qw(Net::FTP::I);
c8570720 6$VERSION = "0.01";
406c51ee 7
81;