X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F010_misc_type_tests.t;h=866c920c27a28fe723018d226a00d30b1386c558;hb=f37d0936d1444c462981aedbad75e4e607b9a697;hp=779bcf3f8f9fa959f2e05f5e6f2f0d6d2917c8c2;hpb=e606ae5f848070d889472329819c95f5ba763ca3;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/010_misc_type_tests.t b/t/040_type_constraints/010_misc_type_tests.t index 779bcf3..866c920 100644 --- a/t/040_type_constraints/010_misc_type_tests.t +++ b/t/040_type_constraints/010_misc_type_tests.t @@ -7,7 +7,7 @@ use Test::More tests => 8; use Test::Exception; BEGIN { - use_ok('Moose::Util::TypeConstraints'); + use_ok('Moose::Util::TypeConstraints'); } # subtype 'aliasing' ...