[Catalyst-commits] r12220 -
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Sun Dec 6 18:48:35 GMT 2009
Author: autarch
Date: 2009-12-06 18:48:34 +0000 (Sun, 06 Dec 2009)
New Revision: 12220
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm
Log:
fix pod for Server script so options match actual attr name
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm 2009-12-06 18:44:36 UTC (rev 12219)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm 2009-12-06 18:48:34 UTC (rev 12220)
@@ -219,12 +219,12 @@
-k --keepalive enable keep-alive connections
-r --restart restart when files get modified
(defaults to false)
- --rd --restartdelay delay between file checks
+ --rd --restart_delay delay between file checks
(ignored if you have Linux::Inotify2 installed)
- --rr --restartregex regex match files that trigger
+ --rr --restart_regex regex match files that trigger
a restart when modified
(defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
- --rdir --restartdirectory the directory to search for
+ --rdir --restart_directory the directory to search for
modified files, can be set mulitple times
(defaults to '[SCRIPT_DIR]/..')
--sym --follow_symlinks follow symlinks in search directories
More information about the Catalyst-commits
mailing list