From: Karen Etheridge Date: Tue, 16 Aug 2016 01:42:40 +0000 (-0700) Subject: whitespace X-Git-Tag: v0.27~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d1a1b199a488e6fa4f4f6bc69e2cb5e454c6b92;p=p5sagit%2FTry-Tiny.git whitespace --- diff --git a/t/basic.t b/t/basic.t index 056c88d..43d5181 100644 --- a/t/basic.t +++ b/t/basic.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More tests => 25; - use Try::Tiny; sub _eval { diff --git a/t/context.t b/t/context.t index 6386d44..bc428c9 100644 --- a/t/context.t +++ b/t/context.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; - use Try::Tiny; plan tests => diff --git a/t/erroneous_usage.t b/t/erroneous_usage.t index 63e510c..b6365ea 100644 --- a/t/erroneous_usage.t +++ b/t/erroneous_usage.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More tests => 8; - use Try::Tiny; sub _eval { diff --git a/t/finally.t b/t/finally.t index 4513fa4..76adf4d 100644 --- a/t/finally.t +++ b/t/finally.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More tests => 30; - use Try::Tiny; try { diff --git a/t/given_when.t b/t/given_when.t index 95657dd..9f4a79d 100644 --- a/t/given_when.t +++ b/t/given_when.t @@ -35,4 +35,3 @@ is( $error, "blah\n", "error caught" ); } # ex: set sw=4 et: - diff --git a/t/global_destruction_forked.t b/t/global_destruction_forked.t index 05c35e9..b9855cc 100644 --- a/t/global_destruction_forked.t +++ b/t/global_destruction_forked.t @@ -1,5 +1,6 @@ use strict; use warnings; + use Test::More tests => 3; use Try::Tiny; diff --git a/t/global_destruction_load.t b/t/global_destruction_load.t index 9c73850..75c75cf 100644 --- a/t/global_destruction_load.t +++ b/t/global_destruction_load.t @@ -1,5 +1,6 @@ use strict; use warnings; + use Test::More; BEGIN { diff --git a/t/named.t b/t/named.t index d9ab9a8..dfa6a97 100644 --- a/t/named.t +++ b/t/named.t @@ -33,4 +33,3 @@ try { $name = (caller(0))[3]; }; is $name, "main::finally {...} ", "finally name"; # note extra space -