[Catalyst-commits] r11781 - Catalyst-Runtime/5.80/trunk/t/author

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Nov 7 16:51:00 GMT 2009


Author: t0m
Date: 2009-11-07 16:50:59 +0000 (Sat, 07 Nov 2009)
New Revision: 11781

Modified:
   Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t
Log:
Back out change from -port to -l - svn merge -r 11778:11777

Modified: Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t	2009-11-06 17:25:35 UTC (rev 11780)
+++ Catalyst-Runtime/5.80/trunk/t/author/optional_http-server.t	2009-11-07 16:50:59 UTC (rev 11781)
@@ -32,7 +32,7 @@
 # spawn the standalone HTTP server
 my $port = 30000 + int rand(1 + 10000);
 my @cmd = ($^X, "-I$FindBin::Bin/../../lib",
-  "$FindBin::Bin/../../t/tmp/TestApp/script/testapp_server.pl", '-l', $port );
+  "$FindBin::Bin/../../t/tmp/TestApp/script/testapp_server.pl", '-port', $port );
 my $pid = open3( undef, my $server, undef, @cmd)
     or die "Unable to spawn standalone HTTP server: $!";
 




More information about the Catalyst-commits mailing list