summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Test-Loops
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-20 09:20:31 +0000
committerminskim <minskim>2009-08-20 09:20:31 +0000
commit7b9dbec1e0e8e648d39209f56d14e58b73e6f6bb (patch)
tree82c7a2b13030f79dd6929fb9e2f134324bcdb4c3 /devel/p5-POE-Test-Loops
parentd41ea49196240665df6e44e7b3b344c20c7c53bf (diff)
downloadpkgsrc-7b9dbec1e0e8e648d39209f56d14e58b73e6f6bb.tar.gz
Update p5-POE-Test-Loops to 1.021.
Changes since 1.005: 2009-07-25 17:35:34 (r2599) by rcaputo poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M; poe-test-loops/lib/POE/Test/Loops.pm M Can't sleep! HP-UX will get me! Resolves Dolmen's bug report at rt.cpan.org 45158 by using select(undef,undef,undef,$time) instead of sleep(). I hope that actually works. 2009-07-22 20:24:33 (r2596) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm M Plan for a specific test count. Sometimes the no_plan end-run plan doesn't get output, breaking the test despite all subtests passing. 2009-07-21 02:22:58 (r2586) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M Conditionally call has_forked() if it's available. Should prevent issues where the tests are released before the feature. Also, moved has_forked() earlier because it was called too early for new PID-change checks contributed by Philip Gwyn. 2009-07-20 08:40:10 (r2583) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M Add a bit of debugging. Add a delay before POE is loaded, in case the race is between the test framework's Tk detection and POE initializing Tk at start time. To avoid unnecessary delays, make them dependent on Tk being loaded. 2009-07-20 07:34:01 (r2582) by rcaputo poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M This test causes Tk or X to throw an error if it's run too soon after the previous test. Add a 2sec delay before the test to give the GUI time to settle down. 2009-07-20 06:19:54 (r2580) by rcaputo poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld.pm A; poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm A; poe-test-loops/lib/POE/Test/Loops/z_merijn_sigchld_system.pm A; poe-test-loops/lib/POE/Test/Loops.pm M; poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm A; poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm A Promote some of the signal-related regression tests into the event loop tests. Event loops handle signals in a variety of ways, so they should all try these tests. Except the one commented out of the MANIFEST, as it has a tendency to segfault for people.
Diffstat (limited to 'devel/p5-POE-Test-Loops')
-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 af7c26cb9e1..8ff003b223a 100644
--- a/devel/p5-POE-Test-Loops/Makefile
+++ b/devel/p5-POE-Test-Loops/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2009/04/12 10:10:20 sno Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/20 09:20:31 minskim Exp $
-DISTNAME= POE-Test-Loops-1.005
+DISTNAME= POE-Test-Loops-1.021
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 d4b9c1fa647..26232dcb7c3 100644
--- a/devel/p5-POE-Test-Loops/distinfo
+++ b/devel/p5-POE-Test-Loops/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/04/12 10:10:20 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/08/20 09:20:31 minskim Exp $
-SHA1 (POE-Test-Loops-1.005.tar.gz) = 85a7b805542ecfae32cec5319a3d4eb8f44e1fd1
-RMD160 (POE-Test-Loops-1.005.tar.gz) = 329483ad3c3ef76d6d6f6020dff93672dd0d3746
-Size (POE-Test-Loops-1.005.tar.gz) = 51385 bytes
+SHA1 (POE-Test-Loops-1.021.tar.gz) = 08b5de9ae6e806c7fa56ab233d2fa341d2a73872
+RMD160 (POE-Test-Loops-1.021.tar.gz) = 7f090e47d5566f38ba9d2914a67409754b7a39eb
+Size (POE-Test-Loops-1.021.tar.gz) = 54208 bytes