From: timriker Date: Sat, 26 Feb 2005 21:22:45 +0000 (+0000) Subject: strict X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=52fd019361aea78c299a21464a1c8cbc8b5793b7;p=infobot.git strict git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1185 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/modules.pl b/blootbot/src/modules.pl index 17bab22..af03265 100644 --- a/blootbot/src/modules.pl +++ b/blootbot/src/modules.pl @@ -5,9 +5,9 @@ # Created: 20000624 # -# use strict; # TODO +use strict; -use vars qw($AUTOLOAD); +use vars qw($AUTOLOAD $no_timehires); ### ### REQUIRED MODULES. @@ -203,8 +203,7 @@ sub reloadModule { if ($age < $moduleAge{$file}) { &WARN("rM: we're not gonna downgrade '$file'; use touch."); - &DEBUG("age => $age"); - &DEBUG("mA{$file} => $moduleAge{$file}"); + &DEBUG("age => $age, mA{$file} => $moduleAge{$file}"); return $retval; }