summaryrefslogtreecommitdiff
path: root/URI/_ldap.pm
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2014-07-01 19:18:33 -0700
committerKaren Etheridge <ether@cpan.org>2014-07-02 11:46:09 -0700
commit294d9199f036dfb77811ed37e109524d67562a23 (patch)
tree59c1d350d6f94d32d171cd337d56552349cd044d /URI/_ldap.pm
parent94bd02f5cce4a10c6338f1a987bdfd648c28059e (diff)
downloaduri-294d9199f036dfb77811ed37e109524d67562a23.tar.gz
use strict and warnings in all modules, tests and scripts
Diffstat (limited to 'URI/_ldap.pm')
-rw-r--r--URI/_ldap.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/URI/_ldap.pm b/URI/_ldap.pm
index 1210a6d..1ee7558 100644
--- a/URI/_ldap.pm
+++ b/URI/_ldap.pm
@@ -5,6 +5,7 @@
package URI::_ldap;
use strict;
+use warnings;
our $VERSION = "1.61";