In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e232e1471fc6854903502b7d210a17ada02fa6ac?hp=1dd11b288e33cbfb2c118b3331deea55b597b4d7>

- Log -----------------------------------------------------------------
commit e232e1471fc6854903502b7d210a17ada02fa6ac
Author: James E Keenan <[email protected]>
Date:   Fri Aug 21 20:24:52 2015 -0400

    Remove superfluous line in code sample.
    
    Per suggestion by Egor Korablev in RT #125860.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlipc.pod | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index 49c605b..33362c1 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -978,8 +978,6 @@ or firewall machine), fill this in with your real address 
instead.
 
     my $paddr;
 
-    $SIG{CHLD} = \&REAPER;
-
     for ( ; $paddr = accept(Client, Server); close Client) {
         my($port, $iaddr) = sockaddr_in($paddr);
         my $name = gethostbyaddr($iaddr, AF_INET);

--
Perl5 Master Repository

Reply via email to