From: Paul Driver Date: Fri, 18 Jul 2008 20:51:52 +0000 (+0000) Subject: Changelog message. :) X-Git-Tag: 0_55~46^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f32c33f5575ca1a2676b13aee912f36574586bdd;p=gitmo%2FMoose.git Changelog message. :) --- diff --git a/Changes b/Changes index 0d8b305..dd1d7e7 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,10 @@ Revision history for Perl extension Moose created so that the process can be more easily overridden by subclasses (stevan) + - implemented Sartak's idea for + before/after/around triggers, should be + backcompat with plain CODE refs. (frodwith) + * Moose::Meta::TypeConstraint - fixing what is passed into a ->message with the type constraints (RT #37569)