X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fquotes-bug.t;h=66c916fee0dcd7754a325fe4594e0d649eb89414;hb=4a4774c712386cd9289d3aa5e2651a3feae4c33f;hp=addb4b704e88a3d7ce7441ec5da356623167b1f2;hpb=cce06a90b216307e3a10537279630158b4a67381;p=p5sagit%2FSub-Name.git diff --git a/t/quotes-bug.t b/t/quotes-bug.t index addb4b7..66c916f 100644 --- a/t/quotes-bug.t +++ b/t/quotes-bug.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 0.88; +use Test::More tests => 1; use Sub::Name; my $sub = sub { (caller(0))[3] }; @@ -13,5 +13,3 @@ is( "foo::quz::bar::baz", 'correctly parsed single quote from name where the last separator is ::', ); - -done_testing;