summaryrefslogtreecommitdiff
path: root/lib/URI/ldaps.pm
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2015-06-25 22:31:31 -0700
committerKaren Etheridge <ether@cpan.org>2015-06-25 22:32:11 -0700
commit7a1aeb1ebbd2b8b8816b1f953f1c657b577fbd63 (patch)
treeb0d7c77b752e0dd6d903b1283f3819157f2a0b18 /lib/URI/ldaps.pm
parentb63a6c1bd29a0144294d1209c919461d37844d9c (diff)
downloaduri-7a1aeb1ebbd2b8b8816b1f953f1c657b577fbd63.tar.gz
add $VERSIONs to all modules that lack them
Diffstat (limited to 'lib/URI/ldaps.pm')
-rw-r--r--lib/URI/ldaps.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/URI/ldaps.pm b/lib/URI/ldaps.pm
index a43d79d..80a96d3 100644
--- a/lib/URI/ldaps.pm
+++ b/lib/URI/ldaps.pm
@@ -3,6 +3,8 @@ package URI::ldaps;
use strict;
use warnings;
+our $VERSION = "1.69";
+
use parent 'URI::ldap';
sub default_port { 636 }