From: Jesse Luehrs Date: Thu, 4 Jul 2013 16:02:36 +0000 (-0400) Subject: update test counts for removing use_ok X-Git-Tag: Try-Tiny-0.13~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6d66f742510c0dd42d582f369eb62261f667de2;p=p5sagit%2FTry-Tiny.git update test counts for removing use_ok --- diff --git a/t/basic.t b/t/basic.t index b3e2cab..3f0e2ac 100644 --- 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; diff --git a/t/finally.t b/t/finally.t index 228d23f..2624cc9 100644 --- a/t/finally.t +++ b/t/finally.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 28; +use Test::More tests => 27; use Try::Tiny; diff --git a/t/given_when.t b/t/given_when.t index 0b612ae..afa0733 100644 --- a/t/given_when.t +++ b/t/given_when.t @@ -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; diff --git a/t/when.t b/t/when.t index 23a3ef7..54fd678 100644 --- 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;