diff options
Diffstat (limited to 'lib/URI/file/Base.pm')
-rw-r--r-- | lib/URI/file/Base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/file/Base.pm b/lib/URI/file/Base.pm index 2b9ee49..23cfc82 100644 --- a/lib/URI/file/Base.pm +++ b/lib/URI/file/Base.pm @@ -3,7 +3,7 @@ package URI::file::Base; use strict; use warnings; -use URI::Escape qw(); +use URI::Escape (); our $VERSION = '5.06'; |