From: Sebastian Riedel Date: Wed, 25 Jan 2006 07:46:23 +0000 (+0000) Subject: Updated helper gen X-Git-Tag: 5.7099_04~728 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=df912746b14abdadf70ae982f4b79ab459f08377 Updated helper gen --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a3fc0f7..00e62fa 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -49,7 +49,7 @@ our $DETACH = "catalyst_detach\n"; require Module::Pluggable::Fast; # Helper script generation -our $CATALYST_SCRIPT_GEN = 25; +our $CATALYST_SCRIPT_GEN = 26; __PACKAGE__->mk_classdata($_) for qw/components arguments dispatcher engine log dispatcher_class diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 3b86793..ff54067 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -617,7 +617,7 @@ auto_install; WriteAll; __config__ { - "name": "[% name %]" + "name" : "[% name %]" } __readme__ Run script/[% appprefix %]_server.pl to test the application.