diff -r 6d08f4a05d93 -r 3145852acc89 releasing/cbrtools/perl/Net/FTP/L.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/releasing/cbrtools/perl/Net/FTP/L.pm Fri Jun 25 18:37:20 2010 +0800 @@ -0,0 +1,25 @@ +# COPYRIGHT 1996-2000 Graham Barr. All rights reserved. +# +# This library is free software; you can redistribute it and/or modify +# it under the same terms as Perl itself. + +package Net::FTP::L; + +require Net::FTP::I; + +@ISA = qw(Net::FTP::I); +$VERSION = "0.01"; + +1; +__END__ + +=head1 COPYRIGHT + +COPYRIGHT + + © 1996-2000 Graham Barr. All rights reserved. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut