pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-POE-Test-Loops



Module Name:    pkgsrc
Committed By:   hiramatsu
Date:           Fri Feb 17 06:59:33 UTC 2012

Modified Files:
        pkgsrc/devel/p5-POE-Test-Loops: Makefile distinfo

Log Message:
Update p5-POE-Test-Loops to 1.350.

Changes from previous:
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------

  Change: 392e713a33f57658bd31b4c47f3405890d733fbb
  Author: Rocco Caputo <rcaputo%cpan.org@localhost>
  Date : 2011-12-15 15:53:13 +0000

    Bump revision to 1.350.

  Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
  Author: Rocco Caputo <rcaputo%cpan.org@localhost>
  Date : 2011-12-12 02:39:51 +0000

    Fix a couple tests that were using sig(CHLD).

    They were expecting POE::Resource::Sessions to reap children at exit
    time, and that's had to change.

  Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
  Author: Rocco Caputo <rcaputo%cpan.org@localhost>
  Date : 2011-12-09 11:43:57 +0000

    Add process IDs to debugging messages for some forking tests.

  Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
  Author: Rocco Caputo <rcaputo%cpan.org@localhost>
  Date : 2011-12-09 11:38:35 +0000

    Disable an assertion that system() must return 0 during $SIG{CHLD}.

    Perl has a known issue where system() can return -1 (failure) when a
    $SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
    it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
    duty to work around the problem. Proper, reliable work-arounds would
    incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
    as needed instead. And watch the skies for a Perl fix:
    https://rt.perl.org/rt3/Ticket/Display.html?id=105700

------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------

  Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
  Author: Rocco Caputo <rcaputo%cpan.org@localhost>
  Date : 2011-06-05 18:06:45 +0000

    Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
    it.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-POE-Test-Loops/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-POE-Test-Loops/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index