summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/file/FAT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/file/FAT.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/file/FAT.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/file/FAT.pm b/Master/tlpkg/tlperl/lib/URI/file/FAT.pm
index 328169bd0bf..212d1abd1a2 100644
--- a/Master/tlpkg/tlperl/lib/URI/file/FAT.pm
+++ b/Master/tlpkg/tlperl/lib/URI/file/FAT.pm
@@ -1,7 +1,9 @@
package URI::file::FAT;
-require URI::file::Win32;
-@ISA=qw(URI::file::Win32);
+use strict;
+use warnings;
+
+use parent 'URI::file::Win32';
sub fix_path
{