diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/ldap.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/ldap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/ldap.pm b/Master/tlpkg/tlperl/lib/URI/ldap.pm index 50acab4d1f5..378a9421440 100644 --- a/Master/tlpkg/tlperl/lib/URI/ldap.pm +++ b/Master/tlpkg/tlperl/lib/URI/ldap.pm @@ -7,7 +7,7 @@ package URI::ldap; use strict; use vars qw(@ISA $VERSION); -$VERSION = "1.11"; +$VERSION = "1.12"; require URI::_server; require URI::_ldap; |