X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRegistry.pm;h=d95963250f095a91e5de2ae743ef7f1ba3014f4e;hb=46f7e6a545f17def944b291b05cd5c725bdacead;hp=466fe1bb945f230cbe9e6f20065ee1abe4517fcf;hpb=4c0b35998743adde444d886607da524c7094327c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Registry.pm b/lib/Moose/Meta/TypeConstraint/Registry.pm index 466fe1b..d959632 100644 --- a/lib/Moose/Meta/TypeConstraint/Registry.pm +++ b/lib/Moose/Meta/TypeConstraint/Registry.pm @@ -6,7 +6,7 @@ use warnings; use metaclass; use Scalar::Util 'blessed'; -use Carp 'confess'; # FIXME Moose::throw_error +use Carp 'confess'; # FIXME Moose->throw_error our $VERSION = '0.57'; $VERSION = eval $VERSION;