Mention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1
[gitmo/Moose.git] / t / lib / Bar.pm
index e598f1f..fa1cfbd 100644 (file)
@@ -1,8 +1,7 @@
 
 package Bar;
-use strict;
-use warnings;
 use Moose;
+use Moose::Util::TypeConstraints;
 
 type Baz => where { 1 };