X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F015_enum.t;h=dab1d0ae85e0258423a25d3d29b7ce07d3be9529;hb=0ffc4183de68b15deeec5d662d9cc1d125dabf26;hp=48bdca68bdecd219ba7142eb857ecfed4377be40;hpb=62225dfe344ee4caa7706570303159a775c07273;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/015_enum.t b/t/040_type_constraints/015_enum.t index 48bdca6..dab1d0a 100755 --- a/t/040_type_constraints/015_enum.t +++ b/t/040_type_constraints/015_enum.t @@ -9,7 +9,7 @@ use Scalar::Util (); use lib 't/lib'; use Mouse::Util::TypeConstraints; -use Test::Mouse; # for export_type_constraints_as_functions() +use MooseCompat; enum Letter => 'a'..'z', 'A'..'Z'; enum Language => 'Perl 5', 'Perl 6', 'PASM', 'PIR'; # any others? ;)