From 52fd019361aea78c299a21464a1c8cbc8b5793b7 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@1185 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/modules.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; } -- 2.39.5