]> git.donarmstrong.com Git - infobot.git/blobdiff - src/modules.pl
clearer?
[infobot.git] / 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;
        }