The use of done_testing implies a dependency of Test::More 0.88 or
[p5sagit/Try-Tiny.git] / t / finally.t
index 1c969de..2624cc9 100644 (file)
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 
-BEGIN { use_ok 'Try::Tiny' };
+use Try::Tiny;
 
 try {
   my $a = 1+1;