summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/file/QNX.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/file/QNX.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/file/QNX.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/file/QNX.pm b/Master/tlpkg/tlperl/lib/URI/file/QNX.pm
index 93a4983d2bb..ccdb1813598 100644
--- a/Master/tlpkg/tlperl/lib/URI/file/QNX.pm
+++ b/Master/tlpkg/tlperl/lib/URI/file/QNX.pm
@@ -1,9 +1,9 @@
package URI::file::QNX;
-require URI::file::Unix;
-@ISA=qw(URI::file::Unix);
-
use strict;
+use warnings;
+
+use parent 'URI::file::Unix';
sub _file_extract_path
{