X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Feval.t;h=36cbba0394b5668f66194f3e21ae605ed45b3a9d;hb=398c0bdbe46ecadcd927c4b63e0d998b2604a3b1;hp=13b2d7206a78837b2ad8fa2152722f65ced0b39b;hpb=ec2166f5f7ba30af7318543e2afd012a7b86e5c3;p=p5sagit%2FDevel-Declare.git diff --git a/t/eval.t b/t/eval.t index 13b2d72..36cbba0 100644 --- a/t/eval.t +++ b/t/eval.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; sub method { my ($usepack, $name, $inpack, $sub) = @_; @@ -22,4 +22,4 @@ diag $@ if $@; is( __PACKAGE__->bar, 42 ); - +done_testing;