From 3282be229999dc36c197b264d63063a18d136331 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 11 Nov 2007 06:55:13 +0000 Subject: * Update installation list with required modules * Remove unused/doubled provided external perl moduls --- lib/URI/https.pm | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/URI/https.pm (limited to 'lib/URI/https.pm') diff --git a/lib/URI/https.pm b/lib/URI/https.pm deleted file mode 100644 index c39c67b..0000000 --- a/lib/URI/https.pm +++ /dev/null @@ -1,7 +0,0 @@ -package URI::https; -require URI::http; -@ISA=qw(URI::http); - -sub default_port { 443 } - -1; -- cgit v1.2.3