From: Amos Jeffries Date: Sat, 29 May 2010 10:18:33 +0000 (+1200) Subject: Restore strict perl on DB helper X-Git-Tag: SQUID_3_2_0_1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5e8c11954c7f0709c7eee37432a6216e3f86fc;p=thirdparty%2Fsquid.git Restore strict perl on DB helper --- diff --git a/helpers/basic_auth/DB/basic_db_auth.in b/helpers/basic_auth/DB/basic_db_auth.in index 1a8c3bfc56..0af586d05f 100644 --- a/helpers/basic_auth/DB/basic_db_auth.in +++ b/helpers/basic_auth/DB/basic_db_auth.in @@ -1,5 +1,5 @@ #!@PERL@ -#use strict; +use strict; use DBI; use Getopt::Long; use Pod::Usage;