Initial Commit
This commit is contained in:
10
database/perl/lib/URI/nntp.pm
Normal file
10
database/perl/lib/URI/nntp.pm
Normal file
@@ -0,0 +1,10 @@
|
||||
package URI::nntp; # draft-gilman-news-url-01
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '5.06';
|
||||
|
||||
use parent 'URI::news';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user