X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F040_type_constraints%2F023_types_and_undef.t;fp=t%2F040_type_constraints%2Ffailing%2F023_types_and_undef.t;h=f2766889893570f15fca6767ba73f8bd3c465669;hp=e504eb3805d5a19675c1c53f9193d375a4fdc2b9;hb=45eea07f4090ae7ed7a6556bfa5897f34155b489;hpb=785080642e584152fc8d7e87d77f11c7483d3f14 diff --git a/t/040_type_constraints/failing/023_types_and_undef.t b/t/040_type_constraints/023_types_and_undef.t similarity index 99% rename from t/040_type_constraints/failing/023_types_and_undef.t rename to t/040_type_constraints/023_types_and_undef.t index e504eb3..f276688 100644 --- a/t/040_type_constraints/failing/023_types_and_undef.t +++ b/t/040_type_constraints/023_types_and_undef.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 54; use Test::Exception; - +use t::lib::MooseCompat; { package Foo;