X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcombi.t;h=2a45094ca3e52d20f5f107581289497cf286bcbf;hb=b52072dc659832e3465ecb4801024bc7c05ddad7;hp=facda8fe1fd08902d1ca4f04c44479e98a815e32;hpb=1eaa87ecd65f4855f296f8af12f4e4f9c75a833f;p=p5sagit%2FDevel-Declare.git diff --git a/t/combi.t b/t/combi.t index facda8f..2a45094 100644 --- a/t/combi.t +++ b/t/combi.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; sub method :lvalue {my $sv;} @@ -29,3 +29,5 @@ method wahey () { }; ok(1, "Survived compilation"); + +done_testing;