move metarole application from init_meta to the end of import
[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 };