From 294d9199f036dfb77811ed37e109524d67562a23 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Tue, 1 Jul 2014 19:18:33 -0700 Subject: use strict and warnings in all modules, tests and scripts --- URI/_ldap.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'URI/_ldap.pm') 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"; -- cgit v1.2.1