diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/Heuristic.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/Heuristic.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/Heuristic.pm b/Master/tlpkg/tlperl/lib/URI/Heuristic.pm index f02fe376a44..71ad8dab8ff 100644 --- a/Master/tlpkg/tlperl/lib/URI/Heuristic.pm +++ b/Master/tlpkg/tlperl/lib/URI/Heuristic.pm @@ -93,7 +93,7 @@ use vars qw(@EXPORT_OK $VERSION $MY_COUNTRY %LOCAL_GUESSING $DEBUG); require Exporter; *import = \&Exporter::import; @EXPORT_OK = qw(uf_uri uf_uristr uf_url uf_urlstr); -$VERSION = "4.19"; +$VERSION = "4.20"; sub MY_COUNTRY() { for ($MY_COUNTRY) { |