update test counts for removing use_ok
Jesse Luehrs [Thu, 4 Jul 2013 16:02:36 +0000 (12:02 -0400)]
t/basic.t
t/finally.t
t/given_when.t
t/when.t

index b3e2cab..3f0e2ac 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 26;
+use Test::More tests => 25;
 
 use Try::Tiny;
 
index 228d23f..2624cc9 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 
 use Try::Tiny;
 
index 0b612ae..afa0733 100644 (file)
@@ -7,7 +7,7 @@ use Test::More;
 
 BEGIN {
   plan skip_all => "Perl 5.10 is required" unless eval { require 5.010 };
-  plan tests => 3;
+  plan tests => 2;
 }
 
 use Try::Tiny;
index 23a3ef7..54fd678 100644 (file)
--- a/t/when.t
+++ b/t/when.t
@@ -7,7 +7,7 @@ use Test::More;
 
 BEGIN {
   plan skip_all => "Perl 5.10 required" unless eval { require 5.010; 1 };
-  plan tests => 6;
+  plan tests => 5;
 }
 
 use Try::Tiny;