summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/nntp.pm
blob: af61e036cc77e70d21cf0bd3faf7ddc148b5f9c4 (plain)
1
2
3
4
5
6
package URI::nntp;  # draft-gilman-news-url-01

require URI::news;
@ISA=qw(URI::news);

1;