home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / nntp.pm < prev    next >
Encoding:
Perl POD Document  |  1998-09-11  |  91 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.