From: Dave Rolsky Date: Wed, 26 Nov 2008 19:52:01 +0000 (+0000) Subject: Document chris's constructor fix X-Git-Tag: 0.62^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=84a7cd9e06ffa03e3acda36568c8b228a3cf79e4;p=gitmo%2FMoose.git Document chris's constructor fix --- diff --git a/Changes b/Changes index 67c6632..2eaef63 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,12 @@ Revision history for Perl extension Moose (handles) methods installed for that attribute (t0m) - added test for this (t0m) + * Moose::Meta::Method::Constructor + - An attribute with a default that looked like a number (but was + really a string) would accidentally be treated as a number + when the constructor was made immutable (perigrin) + - added test for this (perigrin) + * Moose::Meta::Role - create method for constructing a role dynamically (Sartak)