standardize on strictures+autodie+Test::Most where applicable
[p5sagit/Promulger.git] / lib / App / Promulger.pm
index 1cce07d..b6be419 100644 (file)
@@ -1,6 +1,6 @@
 package App::Promulger;
-use strict;
-use warnings;
+use strictures 1;
+use autodie;
 
 use App::Cmd::Setup -app;