Initial work on Moose.pm exporting
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
index 1aaec3a..ef6d680 100644 (file)
@@ -8,7 +8,7 @@ use metaclass;
 use Carp 'confess';
 
 use Moose::Meta::Attribute;
-use Moose::Util::TypeConstraints '-no-export';
+use Moose::Util::TypeConstraints ();
 
 our $VERSION = '0.01';