From: Christian Hansen Date: Sun, 29 May 2005 15:59:16 +0000 (+0000) Subject: Fixed a typo in Helper.pm (Lars Balker Rasmussen) X-Git-Tag: 5.7099_04~1355 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=749df43dda9f22bccfbab2e02c053e3d761749be Fixed a typo in Helper.pm (Lars Balker Rasmussen) --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 16a4b5d..e8ad1d5 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -500,7 +500,7 @@ my $build = Catalyst::Build->new( ); $build->create_build_script; __readme__ -Run script/[% apprefix %]_server.pl to test the application. +Run script/[% appprefix %]_server.pl to test the application. __changes__ This file documents the revision history for Perl extension [% name %]. 0.01 [% time %]