[Catalyst-commits] r10226 - in Catalyst-Devel/1.00/trunk: . lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 21 19:46:46 GMT 2009


Author: t0m
Date: 2009-05-21 19:46:46 +0000 (Thu, 21 May 2009)
New Revision: 10226

Modified:
   Catalyst-Devel/1.00/trunk/Changes
   Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm
Log:
I fail at fixing things which don't have tests (redux)

Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes	2009-05-21 19:45:42 UTC (rev 10225)
+++ Catalyst-Devel/1.00/trunk/Changes	2009-05-21 19:46:46 UTC (rev 10226)
@@ -6,6 +6,8 @@
           that the restarter is as slow as ever on Win32, but it
           works. Thanks to Rodrigo for the bug report and suggestion
           on how to fix it. (Dave Rolsky)
+        - Actually fix -p option for port number, as I failed to do it
+          right last time as I'm an idiot (t0m)
 
 1.15    2009-05-13 20:02
         - Remove -p option for pid file, and restore it to the port number,

Modified: Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm	2009-05-21 19:45:42 UTC (rev 10225)
+++ Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm	2009-05-21 19:46:46 UTC (rev 10226)
@@ -988,7 +988,7 @@
     'fork|f'              => \$fork,
     'help|?'              => \$help,
     'host=s'              => \$host,
-    'port=s'              => \$port,
+    'port|p=s'            => \$port,
     'keepalive|k'         => \$keepalive,
     'restart|r'           => \$restart,
     'restartdelay|rd=s'   => \$check_interval,




More information about the Catalyst-commits mailing list