Files
server/usr/share/perl5/URI/nntp.pm
2026-01-07 20:52:11 +01:00

11 lines
127 B
Perl

package URI::nntp; # draft-gilman-news-url-01
use strict;
use warnings;
our $VERSION = '5.27';
use parent 'URI::news';
1;