From b56b320b5e2515160073fa1b469514002688fe11 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Apr 2016 22:27:26 +0000 Subject: tlperl 5.22.1 from siep git-svn-id: svn://tug.org/texlive/trunk@40252 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/site/lib/URI/snews.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Master/tlpkg/tlperl/site/lib/URI/snews.pm (limited to 'Master/tlpkg/tlperl/site/lib/URI/snews.pm') diff --git a/Master/tlpkg/tlperl/site/lib/URI/snews.pm b/Master/tlpkg/tlperl/site/lib/URI/snews.pm new file mode 100644 index 00000000000..1865c2fb548 --- /dev/null +++ b/Master/tlpkg/tlperl/site/lib/URI/snews.pm @@ -0,0 +1,15 @@ +package URI::snews; # draft-gilman-news-url-01 + +use strict; +use warnings; + +our $VERSION = '1.71'; +$VERSION = eval $VERSION; + +use parent 'URI::news'; + +sub default_port { 563 } + +sub secure { 1 } + +1; -- cgit v1.2.3