This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert Test::Builder changes in prep for 5.21.3
[perl5.git] / cpan / Test-Simple / t / Builder / done_testing_with_plan.t
index 2d10322..c0a3d0f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Test::Builder;
 
 my $tb = Test::Builder->new;
-$tb->plan(tests => 2);
+$tb->plan( tests => 2 );
 $tb->ok(1);
 $tb->ok(1);
 $tb->done_testing(2);