source: main/trunk/greenstone2/perllib/cpan/URI/nntp.pm@ 27174

Last change on this file since 27174 was 27174, checked in by davidb, 11 years ago

Perl modules from CPAN that are used in supporting activate.pl, but not part of the Perl core. Only PMs included.

File size: 91 bytes
Line 
1package URI::nntp; # draft-gilman-news-url-01
2
3require URI::news;
4@ISA=qw(URI::news);
5
61;
Note: See TracBrowser for help on using the repository browser.