From: dms Date: Wed, 6 Sep 2000 14:59:43 +0000 (+0000) Subject: 'use strict' issue X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd41b8f71c3dbcf4342d2a4587415b0e28a978e2;p=infobot.git 'use strict' issue git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@74 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/logger.pl b/blootbot/src/logger.pl index fcc9dfc..454b363 100644 --- a/blootbot/src/logger.pl +++ b/blootbot/src/logger.pl @@ -6,7 +6,7 @@ # NOTE: Based on code by Kevin Lenzo & Patrick Cole (c) 1997 # -if (&IsParam("useStrict")) { use strict; } +use strict; use vars qw($logDate $loggingstatus $statcount $bot_pid $forkedtime $statcountfix $addressed $logcount $logtime);