From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/URI/https.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/URI/https.pm (limited to 'lib/URI/https.pm') diff --git a/lib/URI/https.pm b/lib/URI/https.pm new file mode 100644 index 0000000..c39c67b --- /dev/null +++ b/lib/URI/https.pm @@ -0,0 +1,7 @@ +package URI::https; +require URI::http; +@ISA=qw(URI::http); + +sub default_port { 443 } + +1; -- cgit v1.2.3