standardize on strictures+autodie+Test::Most where applicable
[p5sagit/Promulger.git] / lib / Promulger / List.pm
index 354e8f7..7040046 100644 (file)
@@ -1,5 +1,6 @@
 package Promulger::List;
 use Moo;
+use autodie;
 
 use autodie ':all';
 use Carp;