This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200b5b4
)
b.t: Fix test sequence numbers
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 5 Jan 2015 22:13:05 +0000
(14:13 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 5 Jan 2015 22:13:13 +0000
(14:13 -0800)
I should have tested more thoroughly before pushing
a462fa007
.
ext/B/t/b.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/b.t
b/ext/B/t/b.t
index
9c061aa
..
93d8867
100644
(file)
--- a/
ext/B/t/b.t
+++ b/
ext/B/t/b.t
@@
-15,6
+15,7
@@
use strict;
BEGIN {
eval { require threads; threads->import; }
}
+use Test::Stream 'enable_fork';
use Test::More;
BEGIN { use_ok( 'B' ); }