Skip Menu |

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

Report information
The Basics
Id: 58474
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

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

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



Subject: [Patch] fix typo
The attached patch fixes a typo in lib/Catalyst/Script/Server.pm. Thanks, Frank
Subject: Catalyst-Script-Server.pm.patch
diff --git a/lib/Catalyst/Script/Server.pm b/lib/Catalyst/Script/Server.pm index e1f1049..45156e3 100644 --- a/lib/Catalyst/Script/Server.pm +++ b/lib/Catalyst/Script/Server.pm @@ -231,7 +231,7 @@ Catalyst::Script::Server - Catalyst test server a restart when modified (defaults to '\.yml$|\.yaml$|\.conf|\.pm$') --rdir --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]/..') --sym --follow_symlinks follow symlinks in search directories (defaults to false. this is a no-op on Win32)
Fixed in svn revision 13363 [1]. Thanks! [1] http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=13363