]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Zippy.pl
* Merge changes from prposed changes
[infobot.git] / src / Modules / Zippy.pl
index d496537c8b891ac005d4ddb1e6031f5d4fd26ae5..fbddb764658e6e7cd7af88b80336e1e65bb5e3fd 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, $_;
@@ -31,6 +31,8 @@ sub zippy::get {
 
 1;
 
+# vim:ts=4:sw=4:expandtab:tw=80
+
 =pod
 
 =head1 NAME