[Catalyst-commits] r12221 - Catalyst-Devel/1.00/trunk/share/script
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Sun Dec 6 18:49:56 GMT 2009
Author: autarch
Date: 2009-12-06 18:49:56 +0000 (Sun, 06 Dec 2009)
New Revision: 12221
Modified:
Catalyst-Devel/1.00/trunk/share/script/myapp_server.pl.tt
Log:
Fix pod to match option names (ideally this would come directly from Catalyst::Script::Server instead of being duplicated here)
Modified: Catalyst-Devel/1.00/trunk/share/script/myapp_server.pl.tt
===================================================================
--- Catalyst-Devel/1.00/trunk/share/script/myapp_server.pl.tt 2009-12-06 18:48:34 UTC (rev 12220)
+++ Catalyst-Devel/1.00/trunk/share/script/myapp_server.pl.tt 2009-12-06 18:49:56 UTC (rev 12221)
@@ -17,27 +17,27 @@
[% appprefix %]_server.pl [options]
- -d --debug force debug mode
- -f --fork handle each request in a new process
- (defaults to false)
- -? --help display this help and exits
- -h --host host (defaults to all)
- -p --port port (defaults to 3000)
- -k --keepalive enable keep-alive connections
- -r --restart restart when files get modified
- (defaults to false)
- -rd --restartdelay delay between file checks
- (ignored if you have Linux::Inotify2 installed)
- -rr --restartregex regex match files that trigger
- a restart when modified
- (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
- --restartdirectory the directory to search for
- modified files, can be set mulitple times
- (defaults to '[SCRIPT_DIR]/..')
- --follow_symlinks follow symlinks in search directories
- (defaults to false. this is a no-op on Win32)
- --background run the process in the background
- --pidfile specify filename for pid file
+ -d --debug force debug mode
+ -f --fork handle each request in a new process
+ (defaults to false)
+ -? --help display this help and exits
+ -h --host host (defaults to all)
+ -p --port port (defaults to 3000)
+ -k --keepalive enable keep-alive connections
+ -r --restart restart when files get modified
+ (defaults to false)
+ -rd --restart_delay delay between file checks
+ (ignored if you have Linux::Inotify2 installed)
+ -rr --restart_regex regex match files that trigger
+ a restart when modified
+ (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
+ --restart_directory the directory to search for
+ modified files, can be set mulitple times
+ (defaults to '[SCRIPT_DIR]/..')
+ --follow_symlinks follow symlinks in search directories
+ (defaults to false. this is a no-op on Win32)
+ --background run the process in the background
+ --pidfile specify filename for pid file
See also:
perldoc Catalyst::Manual
More information about the Catalyst-commits
mailing list