summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Legacy/subtest
diff options
context:
space:
mode:
authorChad Granum <chad.granum@dreamhost.com>2014-10-30 15:31:35 -0700
committerJames E Keenan <jkeenan@cpan.org>2014-10-30 19:42:32 -0400
commit44195fc344101209b6578cf2a5ffb64c1999971c (patch)
tree9137eb013694f0bc2d59aafcecdef2880e78881a /cpan/Test-Simple/t/Legacy/subtest
parent3f6115a774c1a91bdf4bf9bd8b0b410c510c7b95 (diff)
downloadperl-44195fc344101209b6578cf2a5ffb64c1999971c.tar.gz
Update to Test-Simple Alpha 068
* performance enhancements * bug fixes * comaptability improvements
Diffstat (limited to 'cpan/Test-Simple/t/Legacy/subtest')
-rw-r--r--cpan/Test-Simple/t/Legacy/subtest/fork.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/Legacy/subtest/fork.t b/cpan/Test-Simple/t/Legacy/subtest/fork.t
index 0191e7894b..76e949329b 100644
--- a/cpan/Test-Simple/t/Legacy/subtest/fork.t
+++ b/cpan/Test-Simple/t/Legacy/subtest/fork.t
@@ -15,6 +15,9 @@ my $Can_Fork = $Config{d_fork} ||
if( !$Can_Fork ) {
plan 'skip_all' => "This system cannot fork";
}
+elsif ($^O eq 'MSWin32' && $] == 5.010000) {
+ plan 'skip_all' => "5.10 has fork/threading issues that break fork on win32";
+}
else {
plan 'tests' => 1;
}