X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=blobdiff_plain;f=t%2F09-fiddle-hinthash.t;fp=t%2F09-fiddle-hinthash.t;h=73ed65ba2520c26b4439dce459404285e23eae47;hp=6882db9d6140d22768ca97b9fbd8a9a56bbdfc98;hb=39bc2d6e65e2e1898be6219299f2e8a09e7a7b1c;hpb=03073cbe7cf94068a5ee4cebec2472d7cb137169 diff --git a/t/09-fiddle-hinthash.t b/t/09-fiddle-hinthash.t index 6882db9..73ed65b 100644 --- a/t/09-fiddle-hinthash.t +++ b/t/09-fiddle-hinthash.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 0.88; +use Test::More tests => 4; { package Bar; @@ -48,6 +48,3 @@ use Test::More 0.88; } } } - - -done_testing;