X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FPromulger%2FCommand%2Fnewlist.pm;fp=lib%2FApp%2FPromulger%2FCommand%2Fnewlist.pm;h=d05a38bcc836a8c6158589a4ce56800f53adef0e;hb=2a007b5af21217cd22d8cdc34c189d279e3b96c5;hp=2b79775a8e7c15fdb0c756d17d4caf7b8c534e4b;hpb=b22c2dad00f4c4897d9b5f48d22f528a703e2067;p=p5sagit%2FPromulger.git diff --git a/lib/App/Promulger/Command/newlist.pm b/lib/App/Promulger/Command/newlist.pm index 2b79775..d05a38b 100644 --- a/lib/App/Promulger/Command/newlist.pm +++ b/lib/App/Promulger/Command/newlist.pm @@ -1,6 +1,6 @@ package App::Promulger::Command::newlist; -use strict; -use warnings; +use strictures 1; +use autodie; use App::Promulger -command; use Promulger::List;