home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _9066c83d1df91e215b059ba0aed9c0f1 < prev    next >
Encoding:
Text File  |  2004-04-13  |  99 b   |  9 lines

  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;
  9.