]> git.donarmstrong.com Git - infobot.git/commitdiff
strict
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 26 Feb 2005 21:22:45 +0000 (21:22 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 26 Feb 2005 21:22:45 +0000 (21:22 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1185 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/modules.pl

index 17bab22094ea91ab8ba85f952aaf34dd2da86242..af03265bd19b445fe2a6366f1ee913238e7ff0b5 100644 (file)
@@ -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;
        }