summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-05-09 02:19:21 -0500
committerJesse Luehrs <doy@tozt.net>2011-05-09 02:19:21 -0500
commit200b48c9a618d0e762e4fc4de6e25efb1c36c30a (patch)
tree67b19a4ec67d9fb1aa0ac7753615c22afc94f550 /Changes
parentea81da0f3d0ace97640a5579fd9755f08a92519b (diff)
downloadmoosex-nonmoose-200b48c9a618d0e762e4fc4de6e25efb1c36c30a.tar.gz
moosex-nonmoose-200b48c9a618d0e762e4fc4de6e25efb1c36c30a.zip
changelog0.22
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 7037e25..3bfb692 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
Revision history for MooseX-NonMoose
{{$NEXT}}
+ - Fix issues where the metaclass gets reinitialized after the call to
+ 'extends' but before 'make_immutable'. This could happen if a role
+ used an extension which provided an application_to_class metarole,
+ since the role application would then apply a metarole to the class,
+ and metarole application currently causes metaclass reinitialization
+ in Moose. (ugh.)
0.21 2011-04-29
- Allow this module to work with constructors with names other than