From 9165b237ad8fae18b36d4d40d6e2ccfde7b136c7 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 25 Jul 2015 01:06:42 +0000 Subject: URI-1.69 --- lib/URI/snews.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/URI/snews.pm (limited to 'lib/URI/snews.pm') diff --git a/lib/URI/snews.pm b/lib/URI/snews.pm new file mode 100644 index 0000000..de1d515 --- /dev/null +++ b/lib/URI/snews.pm @@ -0,0 +1,14 @@ +package URI::snews; # draft-gilman-news-url-01 + +use strict; +use warnings; + +our $VERSION = "1.69"; + +use parent 'URI::news'; + +sub default_port { 563 } + +sub secure { 1 } + +1; -- cgit v1.2.1