summaryrefslogtreecommitdiff
path: root/lib/URI/nntp.pm
blob: c16f4366c65f9fb0c20d13edc42da97c9cb86e7f (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.17';

use parent 'URI::news';

1;