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