summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/nntp.pm
blob: 3676deb9754418e82d0848b1ed9cae1727e82bb1 (plain)
1
2
3
4
5
6
7
8
9
10
package URI::nntp;  # draft-gilman-news-url-01

use strict;
use warnings;

our $VERSION = '5.07';

use parent 'URI::news';

1;