diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/file/Base.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/file/Base.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/file/Base.pm b/Master/tlpkg/tlperl/lib/URI/file/Base.pm index 941793b0f93..bba1c9dbf6a 100644 --- a/Master/tlpkg/tlperl/lib/URI/file/Base.pm +++ b/Master/tlpkg/tlperl/lib/URI/file/Base.pm @@ -1,6 +1,8 @@ package URI::file::Base; use strict; +use warnings; + use URI::Escape qw(); sub new |