From: Dave Rolsky Date: Sat, 13 Sep 2008 03:24:02 +0000 (+0000) Subject: update changes and MANIFEST X-Git-Tag: 0.66~3^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=155f0cba6681855d5113735931dde2cb8df4f003;p=gitmo%2FClass-MOP.git update changes and MANIFEST --- diff --git a/Changes b/Changes index 8f1f26b..8b77a69 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,11 @@ Revision history for Perl extension Class-MOP. incompatible change, but seems unlikely to break any code. Famous last words. (Dave Rolsky) + * Class::MOP::Class + - Fixed the spelling of "compatibility", but we still have a + "check_metaclass_compatability" method for backwards + compatibility. + 0.65 Mon September 1, 2008 For those not following the series of dev releases, the changes from 0.64 from 0.65 can mostly be summed up as a lot performance diff --git a/MANIFEST b/MANIFEST index 251f740..4befb83 100644 --- a/MANIFEST +++ b/MANIFEST @@ -53,7 +53,7 @@ t/024_attribute_initializer.t t/030_method.t t/031_method_modifiers.t t/040_metaclass.t -t/041_metaclass_incompatability.t +t/041_metaclass_incompatibility.t t/042_metaclass_incompatibility_dyn.t t/043_instance_metaclass_incompat.t t/044_instance_metaclass_incompat_dyn.t