]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Restore strict perl on DB helper
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 May 2010 10:18:33 +0000 (22:18 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 May 2010 10:18:33 +0000 (22:18 +1200)
helpers/basic_auth/DB/basic_db_auth.in

index 1a8c3bfc56fa43d440caa395082bbbe49cef6b57..0af586d05f4da66453c3927b6a1620b09d1ae121 100644 (file)
@@ -1,5 +1,5 @@
 #!@PERL@
-#use strict;
+use strict;
 use DBI;
 use Getopt::Long;
 use Pod::Usage;