[Catalyst-commits] r12252 -
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Tue Dec 8 05:38:40 GMT 2009
Author: autarch
Date: 2009-12-08 05:38:40 +0000 (Tue, 08 Dec 2009)
New Revision: 12252
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm
Log:
Don't default to localhost for --host
Tweak docs for --host to say it accepts a name or IP
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm 2009-12-08 01:55:48 UTC (rev 12251)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Script/Server.pm 2009-12-08 05:38:40 UTC (rev 12252)
@@ -27,8 +27,7 @@
cmd_aliases => 'h',
isa => Str,
is => 'ro',
- default => 'localhost',
- documentation => 'Specify an IP on this host for the server to bind to',
+ documentation => 'Specify a hostname or IP on this host for the server to bind to',
);
has fork => (
More information about the Catalyst-commits
mailing list