From: Brian Cassidy Date: Thu, 24 Jun 2010 12:55:09 +0000 (-0300) Subject: Fix typo in share/script/myapp_server.pl.tt (RT #58475) X-Git-Tag: 1.29~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76370ee56ddb76fc2ca913ad4faeb4dc4b93ebb1;hp=2120406d29a736b3a0f317689219f1783441f8d2;p=catagits%2FCatalyst-Devel.git Fix typo in share/script/myapp_server.pl.tt (RT #58475) --- diff --git a/Changes b/Changes index 7b21b7d..95d1b86 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Catalyst-Devel. - don't pollute M::I plugin detector with GetOptions symbol from GetOpt::Long + - Fix typo in share/script/myapp_server.pl.tt (RT #58475) 1.28 2010-06-16 02:43:00 - Fix generated Pod tests so that the first check is if the TEST_POD diff --git a/share/script/myapp_server.pl.tt b/share/script/myapp_server.pl.tt index 7836a22..29687f9 100644 --- a/share/script/myapp_server.pl.tt +++ b/share/script/myapp_server.pl.tt @@ -32,7 +32,7 @@ Catalyst::ScriptRunner->run('[% name %]', 'Server'); a restart when modified (defaults to '\.yml$|\.yaml$|\.conf|\.pm$') --restart_directory the directory to search for - modified files, can be set mulitple times + modified files, can be set multiple times (defaults to '[SCRIPT_DIR]/..') --follow_symlinks follow symlinks in search directories (defaults to false. this is a no-op on Win32)