init III
This commit is contained in:
13
Perl OTRS/Kernel/cpan-lib/URI/mms.pm
Normal file
13
Perl OTRS/Kernel/cpan-lib/URI/mms.pm
Normal file
@@ -0,0 +1,13 @@
|
||||
package URI::mms;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.71';
|
||||
$VERSION = eval $VERSION;
|
||||
|
||||
use parent 'URI::http';
|
||||
|
||||
sub default_port { 1755 }
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user