Skip to content

Commit

Permalink
Should fix Windows failing on die.t.
Browse files Browse the repository at this point in the history
Strawberry Perl 5.20.1.1 (the Appveyor version) is failing on t/die.t.
Investigating shows it's Capture::Tiny::capture_stderr() causing
Windows to crash.  Capture::Tiny 0.31 says it fixes a "hard crash
on Windows with Perl < 5.20 if a fork occurs in a capture block".
  • Loading branch information
schwern committed Jun 21, 2016
1 parent f735f3b commit 5efd90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -25,7 +25,7 @@ Exporter = 5.57

[Prereqs / TestRequires]
Test::More = 0.88
Capture::Tiny = 0.22
Capture::Tiny = 0.31

[MakeMaker]
[CPANFile]
Expand Down

0 comments on commit 5efd90d

Please sign in to comment.