X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbuild_sub_installer.t;h=c5e8d92aabd41c8cf6fa1a50d155a6120aced612;hb=b52072dc659832e3465ecb4801024bc7c05ddad7;hp=8a737301786ecb25b658d334f33590522e18a44d;hpb=ca4e13926a0dfabbd99e9fbb5581d3ad8b7c66da;p=p5sagit%2FDevel-Declare.git diff --git a/t/build_sub_installer.t b/t/build_sub_installer.t index 8a73730..c5e8d92 100644 --- a/t/build_sub_installer.t +++ b/t/build_sub_installer.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; use Devel::Declare (); @@ -18,3 +18,5 @@ my $args; } is($args, 'woot', 'sub installer worked'); + +done_testing;