Move the generation of delegation methods into MM::Method::Delegation itself.
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Registry.pm
index 19784e9..d959632 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use metaclass;
 
 use Scalar::Util 'blessed';
-use Carp         'confess';
+use Carp         'confess'; # FIXME Moose->throw_error
 
 our $VERSION   = '0.57';
 $VERSION = eval $VERSION;