From: Dave Rolsky Date: Wed, 20 Jul 2011 17:25:43 +0000 (-0500) Subject: Update delta for deprecation warning X-Git-Tag: 2.0300~135 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1ea210b2086a519b220fa1c8e8ae003e8b1dc56;p=gitmo%2FMoose.git Update delta for deprecation warning --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 52a781d..d4c2af8 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -19,6 +19,21 @@ feature. If you encounter a problem and have a solution but don't see it documented here, or think we missed an important feature, please send us a patch. +=head1 2.0300 + +=over 4 + +=item Hand-optimized type constraint code causes a deprecation warning + +If you provide an optimized sub ref for a type constraint, this now causes a +deprecation warning. Typically, this comes from passing an C +parameter to C, but it could also happen if you create a +L object directly. + +Use the inlining feature (C) added in 2.0100 instead. + +=back + =head1 2.0100 =over 4