diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/nntp.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/nntp.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/nntp.pm b/Master/tlpkg/tlperl/lib/URI/nntp.pm new file mode 100644 index 00000000000..af61e036cc7 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/URI/nntp.pm @@ -0,0 +1,6 @@ +package URI::nntp; # draft-gilman-news-url-01 + +require URI::news; +@ISA=qw(URI::news); + +1; |