X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FTypeConstraint.pm;h=266e53d1d63a37f1d41f6332b63517c60ba062b3;hp=bfb2f99952a2a3f8a26cb58c68ebe88be0906fab;hb=f7e41edaceee0d549a2d664378cfcf85dcf9454b;hpb=6a97bbdad44391f2a587165cb81fcf8aedc642ac diff --git a/lib/Mouse/Meta/TypeConstraint.pm b/lib/Mouse/Meta/TypeConstraint.pm index bfb2f99..266e53d 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_04 +This document describes Mouse version 0.40_08 =head1 DESCRIPTION