From: Hans Dieter Pearcey Date: Fri, 24 Apr 2009 20:51:43 +0000 (-0400) Subject: document TC change X-Git-Tag: 0.76~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f0b3b649081333c74dd77806b90fb7d0a93e424;p=gitmo%2FMoose.git document TC change --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 78b06d2..9cb3e26 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -37,6 +37,10 @@ we ask that you provide feedback about whether this warning has helped or hindered you. If it turns out to have been a bad idea, we will not hesitate to remove it from future versions. +Type constraints no longer run coercions for a value that already matches the +constraint. This may affect some (arguably buggy) edge case coercions that +rely on side effects in the C clause. + =head1 Version 0.75 L now accepts the C<-metaclass> option for easily