[Bps-public-commit] r9534 - in Test-HTTP-Server-Simple: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Nov 1 13:24:55 EDT 2007
Author: alexmv
Date: Thu Nov 1 13:24:54 2007
New Revision: 9534
Modified:
Test-HTTP-Server-Simple/ (props changed)
Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
Log:
r24269 at zoq-fot-pik: chmrr | 2007-11-01 13:24:35 -0400
* Having too many waits causes bad return values(?)
Modified: Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm
==============================================================================
--- Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm (original)
+++ Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm Thu Nov 1 13:24:54 2007
@@ -83,7 +83,7 @@
}
else {
kill 'USR1', @CHILD_PIDS if @CHILD_PIDS;
- 1 while wait() > 0;
+ wait for @CHILD_PIDS;
}
}
More information about the Bps-public-commit
mailing list