home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / hotfix / fsis / IS-SpamControl.fsfix / iufssc / lib / URI / _foreign.pm next >
Text File  |  2006-11-29  |  75b  |  7 lines

  1. package URI::_foreign;
  2.  
  3. require URI::_generic;
  4. @ISA=qw(URI::_generic);
  5.  
  6. 1;
  7.