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 / _dfc9c84151d38c4bfb86813aa2eda742 < prev    next >
Encoding:
Text File  |  2004-04-13  |  97 b   |  7 lines

  1. package URI::nntp;  # draft-gilman-news-url-01
  2.  
  3. require URI::news;
  4. @ISA=qw(URI::news);
  5.  
  6. 1;
  7.