Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 58475
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.28
Fixed in: (no value)



Subject: [patch] typo
The attached patch fixes a typo in share/script/myapp_server.pl.tt. Thanks, Frank
Subject: share-script-myapp_server.pl.tt.patch
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)