standardize on strictures+autodie+Test::Most where applicable
[p5sagit/Promulger.git] / script / pmg
index c340348..a4333e6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
-use strict;
-use warnings;
+use strictures 1;
+use autodie;
 
 use App::Promulger;