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