From: Dave Rolsky Date: Sun, 18 May 2008 18:53:01 +0000 (+0000) Subject: identifier, not indentifier X-Git-Tag: 0_64~62 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=daf8d8bc0ff9cd3b4a89044b024b73cfc97395f5;p=gitmo%2FClass-MOP.git identifier, not indentifier --- diff --git a/Changes b/Changes index 7f47eac..24f052b 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,7 @@ Revision history for Perl extension Class-MOP. making the class immutable * Class::MOP::Class - - now handling the edge case of ->meta->indentifier + - now handling the edge case of ->meta->identifier dying by wrapping add_package_symbol to specifically allow for it to work. - added tests for this