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/mms.pm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/URI/mms.pm (limited to 'lib/URI/mms.pm') diff --git a/lib/URI/mms.pm b/lib/URI/mms.pm new file mode 100644 index 0000000..2f1015b --- /dev/null +++ b/lib/URI/mms.pm @@ -0,0 +1,8 @@ +package URI::mms; + +require URI::http; +@ISA=qw(URI::http); + +sub default_port { 1755 } + +1; -- cgit v1.2.3