X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F011_moose_respects_type_constraints.t;h=f5193f0d8d50adcfa91e27ec51f46f7a9391a7c6;hb=a797dd8ddeea120b4f8f638813f5104777361eb4;hp=ed1285703607b5511cb670f8e2073bdfa13082ee;hpb=fde8e43f95fe996fbc2a778aa259feeb04552171;p=gitmo%2FMouse.git diff --git a/t/010_basics/011_moose_respects_type_constraints.t b/t/010_basics/011_moose_respects_type_constraints.t index ed12857..f5193f0 100644 --- a/t/010_basics/011_moose_respects_type_constraints.t +++ b/t/010_basics/011_moose_respects_type_constraints.t @@ -1,12 +1,9 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; use strict; use warnings; -use Test::More; +use Test::More tests => 7; use Test::Exception; use Mouse::Util::TypeConstraints; @@ -61,4 +58,5 @@ dies_ok { $bar->foo(Foo->new); } '... checked the type constraint correctly'; -done_testing; + +