This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
b.t: Fix test sequence numbers
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Jan 2015 22:13:05 +0000 (14:13 -0800)
committerFather 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

index 9c061aa..93d8867 100644 (file)
@@ -15,6 +15,7 @@ use strict;
 BEGIN  {
     eval { require threads; threads->import; }
 }
+use Test::Stream 'enable_fork';
 use Test::More;
 
 BEGIN { use_ok( 'B' ); }