diff options
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/URI/snews.pm')
-rwxr-xr-x | Master/tlpkg/tlperl.straw/lib/URI/snews.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/URI/snews.pm b/Master/tlpkg/tlperl.straw/lib/URI/snews.pm new file mode 100755 index 00000000000..7e5b0379e15 --- /dev/null +++ b/Master/tlpkg/tlperl.straw/lib/URI/snews.pm @@ -0,0 +1,8 @@ +package URI::snews; # draft-gilman-news-url-01 + +require URI::news; +@ISA=qw(URI::news); + +sub default_port { 563 } + +1; |