Updated helper gen
Sebastian Riedel [Wed, 25 Jan 2006 07:46:23 +0000 (07:46 +0000)]
lib/Catalyst.pm
lib/Catalyst/Helper.pm

index a3fc0f7..00e62fa 100644 (file)
@@ -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
index 3b86793..ff54067 100644 (file)
@@ -617,7 +617,7 @@ auto_install;
 WriteAll;
 __config__
 {
-    "name": "[% name %]"
+    "name" : "[% name %]"
 }
 __readme__
 Run script/[% appprefix %]_server.pl to test the application.