source:
trunk/essentials/dev-lang/perl/lib/Net/FTP/E.pm
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 91 bytes | |
| Line | |
|---|---|
| 1 | package Net::FTP::E; |
| 2 | |
| 3 | require Net::FTP::I; |
| 4 | |
| 5 | @ISA = qw(Net::FTP::I); |
| 6 | $VERSION = "0.01"; |
| 7 | |
| 8 | 1; |
Note:
See TracBrowser
for help on using the repository browser.
