From e026b98995008419c7ac0907be485b937d8190d6 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 26 Feb 2005 21:22:45 +0000 Subject: [PATCH] strict git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1185 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/modules.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules.pl b/src/modules.pl index 17bab22..af03265 100644 --- a/src/modules.pl +++ b/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; } -- 2.39.5