summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/file/Mac.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/file/Mac.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/file/Mac.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/file/Mac.pm b/Master/tlpkg/tlperl/lib/URI/file/Mac.pm
index 6cfa78192e0..1cf08f5d4ad 100644
--- a/Master/tlpkg/tlperl/lib/URI/file/Mac.pm
+++ b/Master/tlpkg/tlperl/lib/URI/file/Mac.pm
@@ -1,9 +1,10 @@
package URI::file::Mac;
-require URI::file::Base;
-@ISA=qw(URI::file::Base);
-
use strict;
+use warnings;
+
+use parent 'URI::file::Base';
+
use URI::Escape qw(uri_unescape);