summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2012-02-17 06:59:32 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2012-02-17 06:59:32 +0000
commit2f4a8e69986cecc9371d5cc65558c56fcda62a7e (patch)
tree1ec93b5bb6b97d75732f9d07150174508be4a36e /devel
parentdb4288444494a8f8dbee1439f290e11779e0361b (diff)
downloadpkgsrc-2f4a8e69986cecc9371d5cc65558c56fcda62a7e.tar.gz
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> Date : 2011-12-15 15:53:13 +0000 Bump revision to 1.350. Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4 Author: Rocco Caputo <rcaputo@cpan.org> 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> 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> 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> Date : 2011-06-05 18:06:45 +0000 Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants it.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-POE-Test-Loops/Makefile4
-rw-r--r--devel/p5-POE-Test-Loops/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile
index 3a7e3fb3822..55f3bc91599 100644
--- a/devel/p5-POE-Test-Loops/Makefile
+++ b/devel/p5-POE-Test-Loops/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2011/08/06 13:15:54 adam Exp $
+# $NetBSD: Makefile,v 1.11 2012/02/17 06:59:32 hiramatsu Exp $
-DISTNAME= POE-Test-Loops-1.312
+DISTNAME= POE-Test-Loops-1.350
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo
index 50a82c706c9..b206bc39f2c 100644
--- a/devel/p5-POE-Test-Loops/distinfo
+++ b/devel/p5-POE-Test-Loops/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/08/06 13:15:54 adam Exp $
+$NetBSD: distinfo,v 1.7 2012/02/17 06:59:32 hiramatsu Exp $
-SHA1 (POE-Test-Loops-1.312.tar.gz) = cf1cde9ff78a66c9dab1e82028084ef476edf995
-RMD160 (POE-Test-Loops-1.312.tar.gz) = cfb0a7c97f8968499ad650b9f473f8750d3aaee1
-Size (POE-Test-Loops-1.312.tar.gz) = 69713 bytes
+SHA1 (POE-Test-Loops-1.350.tar.gz) = 6c2c0b0158e9a8ad1eaad4598ae585325f28430d
+RMD160 (POE-Test-Loops-1.350.tar.gz) = ebdb84de286ebd3080bb763a70cde52239661e01
+Size (POE-Test-Loops-1.350.tar.gz) = 69540 bytes