summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/_segment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_segment.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/_segment.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/_segment.pm b/Master/tlpkg/tlperl/lib/URI/_segment.pm
index c91b69608e3..2c42fc15925 100644
--- a/Master/tlpkg/tlperl/lib/URI/_segment.pm
+++ b/Master/tlpkg/tlperl/lib/URI/_segment.pm
@@ -4,6 +4,8 @@ package URI::_segment;
# a string too.
use strict;
+use warnings;
+
use URI::Escape qw(uri_unescape);
use overload '""' => sub { $_[0]->[0] },