HOME


5h-3LL 1.0
DIR: /usr/local/share/perl5/5.32/URI
/usr/local/share/perl5/5.32/URI/
Upload File:
Current File : /usr/local/share/perl5/5.32/URI/nntp.pm
package URI::nntp;  # draft-gilman-news-url-01

use strict;
use warnings;

our $VERSION = '5.28';

use parent 'URI::news';

1;