From: Jesse Luehrs Date: Thu, 23 Jan 2014 01:36:30 +0000 (-0500) Subject: fix test plan X-Git-Tag: Try-Tiny-0.19~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3b921dc4b29783159d4bbf89ab93bfb5a5dd467;p=p5sagit%2FTry-Tiny.git fix test plan --- diff --git a/t/named.t b/t/named.t index 6629884..6b78698 100644 --- a/t/named.t +++ b/t/named.t @@ -8,7 +8,7 @@ use Test::More; BEGIN { plan skip_all => "Sub::Name required" unless eval { require Sub::Name; 1 }; - plan tests => 4; + plan tests => 3; } use Try::Tiny;