X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F007_util_more_type_coercion.t;h=766e4ec9d226d934100b61b91344e60a087c06c5;hb=e5719a51d40661dc4c5ca31bfa1978d1d9b19527;hp=cd29ea0ab93df221372cb8f8e6a1c01ae8cd6b47;hpb=d03bd989b97597428b460d7f9a021e2931893fa0;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/007_util_more_type_coercion.t b/t/040_type_constraints/007_util_more_type_coercion.t index cd29ea0..766e4ec 100644 --- a/t/040_type_constraints/007_util_more_type_coercion.t +++ b/t/040_type_constraints/007_util_more_type_coercion.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 25; +use Test::More; use Test::Exception; - { package HTTPHeader; use Moose; @@ -115,3 +114,4 @@ dies_ok { Engine->new(header => \(my $var)); } '... dies correctly with bad params'; +done_testing;