Simplify default entries sub, removing hanging $1/$2 refs.
[matthijs/upstream/blosxom.git] / Makefile
index 1bd0d40e70f01782d66effed03c24a678394d128..68d1fdfdf93aa0e0527d334d46796a125cc013ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,9 @@ dist:
        cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/
        rm -rf ../blosxom-$(VERSION)/
 
+test:
+       prove t/*.t
+
+tidycheck:
+       perltidy blosxom.cgi | diff -u blosxom.cgi -