source:
vendor/perl/5.8.8/lib/Net/FTP/E.pm
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 91 bytes | |
| Rev | Line | |
|---|---|---|
| [3181] | 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.
