diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/ldapi.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/ldapi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm b/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm index 2e47a5e35fe..6a0cabef7ce 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/ldapi.pm @@ -3,7 +3,7 @@ package URI::ldapi; use strict; use warnings; -our $VERSION = '1.71'; +our $VERSION = '1.73'; $VERSION = eval $VERSION; use parent qw(URI::_ldap URI::_generic); |