standardize on strictures+autodie+Test::Most where applicable
[p5sagit/Promulger.git] / t / 00compile.t
index 7edd1ea..929f606 100644 (file)
@@ -1,4 +1,5 @@
 use strictures 1;
+use autodie;
 use Test::Most;
 
 use_ok('Promulger');