diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm b/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm index 8f1448f021e..1408aadba97 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/QueryParam.pm @@ -3,7 +3,7 @@ package URI::QueryParam; use strict; use warnings; -our $VERSION = '1.71'; +our $VERSION = '1.73'; $VERSION = eval $VERSION; sub URI::_query::query_param { |