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

use strict;
use warnings;

use parent 'URI::news';

1;