diff options
Diffstat (limited to 'lib/URI/ldaps.pm')
-rw-r--r-- | lib/URI/ldaps.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/URI/ldaps.pm b/lib/URI/ldaps.pm index 80a96d3..7e4419f 100644 --- a/lib/URI/ldaps.pm +++ b/lib/URI/ldaps.pm @@ -3,7 +3,8 @@ package URI::ldaps; use strict; use warnings; -our $VERSION = "1.69"; +our $VERSION = '1.70_001'; +$VERSION = eval $VERSION; use parent 'URI::ldap'; |