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

use parent 'URI::news';

1;