X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F026_normalize_type_name.t;h=6379db321b65ebaba0516f25fe8d0daa6285953c;hb=d03bd989b97597428b460d7f9a021e2931893fa0;hp=4393fa8dd0adf431ffff2f54a8078d9900e8819a;hpb=f6bee6fe1d579dc3d2ed2952cce9a1556040c8e5;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/026_normalize_type_name.t b/t/040_type_constraints/026_normalize_type_name.t index 4393fa8..6379db3 100644 --- a/t/040_type_constraints/026_normalize_type_name.t +++ b/t/040_type_constraints/026_normalize_type_name.t @@ -7,7 +7,7 @@ use Test::More tests => 37; use Test::Exception; BEGIN { - use_ok('Moose::Util::TypeConstraints'); + use_ok('Moose::Util::TypeConstraints'); } ## First, we check that the new regex parsing works