[Bps-public-commit] r12115 - in Test-HTTP-Server-Simple: .

alexmv at bestpractical.com alexmv at bestpractical.com
Tue May 6 17:03:16 EDT 2008


Author: alexmv
Date: Tue May  6 17:03:16 2008
New Revision: 12115

Modified:
   Test-HTTP-Server-Simple/   (props changed)
   Test-HTTP-Server-Simple/META.yml
   Test-HTTP-Server-Simple/lib/Test/HTTP/Server/Simple.pm

Log:
 r31314 at kohr-ah:  chmrr | 2008-05-06 17:03:09 -0400
  * Don't try to reap already-reaped kids


Modified: Test-HTTP-Server-Simple/META.yml
==============================================================================
--- Test-HTTP-Server-Simple/META.yml	(original)
+++ Test-HTTP-Server-Simple/META.yml	Tue May  6 17:03:16 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Test-HTTP-Server-Simple
-version:             0.06
+version:             0.09
 abstract:            Test::More functions for HTTP::Server::Simple
 license:             ~
 generated_by:        ExtUtils::MakeMaker version 6.36

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	Tue May  6 17:03:16 2008
@@ -1,6 +1,6 @@
 package Test::HTTP::Server::Simple;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 use warnings;
 use strict;
@@ -81,6 +81,7 @@
         }
     }
     else {
+        @CHILD_PIDS = grep {kill 0, $_} @CHILD_PIDS;
         while (@CHILD_PIDS) {
             kill 'USR1', @CHILD_PIDS;
             local $SIG{ALRM} = sub {die};



More information about the Bps-public-commit mailing list