X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FTypeConstraint.pm;h=8c07a75536b32632f712b8f94a7ee45a1af9f5b7;hb=refs%2Ftags%2F0.40_07;hp=1e19143e55c4c5c6527dddc1cda4c14069089cbb;hpb=6e168432fa69bbe87ff0dd12e355a8b5d99a1a9c;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/TypeConstraint.pm b/lib/Mouse/Meta/TypeConstraint.pm index 1e19143..8c07a75 100644 --- a/lib/Mouse/Meta/TypeConstraint.pm +++ b/lib/Mouse/Meta/TypeConstraint.pm @@ -26,7 +26,7 @@ sub new { if($args{_compiled_type_constraint}){ Carp::cluck("'_compiled_type_constraint' has been deprecated, use 'optimized' instead") - if _MOUSE_VERBOSE; + if Mouse::Util::_MOUSE_VERBOSE; $check = $args{_compiled_type_constraint}; } @@ -210,7 +210,7 @@ Mouse::Meta::TypeConstraint - The Mouse Type Constraint metaclass =head1 VERSION -This document describes Mouse version 0.40_05 +This document describes Mouse version 0.40_07 =head1 DESCRIPTION