]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Zippy.pl
take a few more things literally
[infobot.git] / src / Modules / Zippy.pl
index d496537c8b891ac005d4ddb1e6031f5d4fd26ae5..51c7403c56dbd65ca07e256c58ec66df62d0a855 100644 (file)
@@ -13,7 +13,7 @@ my $no_zippy; # Can't think of any situation in which this won't work..
 
 sub zippy::get {
     my @yows;
-    &::DEBUG("Reading zippy data");
+    &::DEBUG('Reading zippy data');
     while (<DATA>) {
        chomp;
        push @yows, $_;