summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/sips.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/sips.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/sips.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/sips.pm b/Master/tlpkg/tlperl/lib/URI/sips.pm
index 8d184a3d83b..3048e182893 100644
--- a/Master/tlpkg/tlperl/lib/URI/sips.pm
+++ b/Master/tlpkg/tlperl/lib/URI/sips.pm
@@ -1,6 +1,9 @@
package URI::sips;
-require URI::sip;
-@ISA=qw(URI::sip);
+
+use strict;
+use warnings;
+
+use parent 'URI::sip';
sub default_port { 5061 }