home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / activeperl / APi522e.exe / data.z / snews.pm < prev    next >
Encoding:
Perl POD Document  |  1999-11-01  |  126 b   |  9 lines

  1. package URI::snews;  # draft-gilman-news-url-01
  2.  
  3. require URI::news;
  4. @ISA=qw(URI::news);
  5.  
  6. sub default_port { 563 }
  7.  
  8. 1;
  9.