X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b2f858d89ceb09f7e8c021361109305b6c60805f;hb=e6bdecbdbc672d168c91711fa1961ce740bfdf86;hp=6a39c8795bd2153584ed70dc697748e7e16c9d9d;hpb=a3a81175e345c678e7f25eaf150f8495a06e0c26;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/Changes b/Changes index 6a39c87..b2f858d 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,10 @@ Revision history for Class::Accessor::Grouped. - Switch all module loading to Module::Runtime and lose dependency on Class::Inspector - Simplify superclass traversal done by the 'inherited' group type + - Fix incorrect quoting of unusual hash keys (fieldnames) + - Improve text of ro/wo violation exceptions + - Sanity-check accessor names for well-formedness + (qr/[A-Z_a-z][0-9A-Z_a-z]*/) 0.10006 2011-12-30 03:52 (UTC) - Silence warnings resulting from incomplete can() overrides