This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial integration of libnet-1.0703.
[perl5.git]
/
lib
/
Net
/
FTP
/
E.pm
1
package Net::FTP::E;
2
3
require Net::FTP::I;
4
5
@ISA = qw(Net::FTP::I);
6
7
1;