Fix these errors:
Some cases of PREQ1230 fail because of buildrom issue
rombuild crashs when create ext-romimage
readimage crashes on reading wk42 vasco_ui core image
vc2008 compiling issues
# 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