X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FPromulger%2FCommand%2Fnewlist.pm;h=2b79775a8e7c15fdb0c756d17d4caf7b8c534e4b;hb=0456162d259639d660e8d24de30c226a7fd9ad9b;hp=d9338fb1ae729fbab14c3d6e3adce352a0c4018e;hpb=243baf4d17a8918313b4555521216318e32c1e64;p=p5sagit%2FPromulger.git diff --git a/lib/App/Promulger/Command/newlist.pm b/lib/App/Promulger/Command/newlist.pm index d9338fb..2b79775 100644 --- a/lib/App/Promulger/Command/newlist.pm +++ b/lib/App/Promulger/Command/newlist.pm @@ -16,6 +16,8 @@ sub run { my $listname = $args->[0]; my $list = Promulger::List->new( listname => $listname, + active => 1, + subscribers => {}, ); $list->setup; }