Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Class.pm
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-18 Jesse Luehrs comment
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
2010-11-18 Jesse Luehrs push constructor generation back into Moose::Meta:...
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-08 Jesse Luehrs handle weakening of anon classes here too
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs make MMC->create and MMR->create install meta methods...
2010-09-27 Jesse Luehrs this stuff is now all unnecessary
2010-09-27 Jesse Luehrs override metaclass compat stuff in a trait for CMOP...
2010-09-27 Jesse Luehrs be a bit more accurate in determining role-only subclasses
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
2010-09-27 Jesse Luehrs move role reconciliation calculation to Moose::Util
2010-09-27 Jesse Luehrs make _reconcile_roles_for_metaclass just return the...
2010-09-27 Jesse Luehrs reorder these methods into a more "proper" order
2010-09-27 Jesse Luehrs let reinitialization fix metaobjs via role reconciliation
2010-09-27 Jesse Luehrs apply_all_roles is broken with lists of role metas...
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-09-10 Dave Rolsky Just cache does_role for immutabilized classes - no...
2010-09-10 Dave Rolsky Add replace_does option
2010-09-10 Dave Rolsky Inline the does method.
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-20 Dave Rolsky Bump version to 1.10
2010-08-15 Dave Rolsky Use new _get_local_methods API, and add it to MM::Role...
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Jesse Luehrs delegations and modifiers shouldn't be seen as coming...
2010-05-20 Dave Rolsky Refactor code to determine if two metaclasses differ...
2010-05-20 Dave Rolsky No parens on call to defined
2010-05-20 Dave Rolsky Refactor code to replace $self with a new object into...
2010-05-20 Dave Rolsky Remove unused variable
2010-05-20 Dave Rolsky Fix a small comment typo
2010-05-20 Dave Rolsky Use _real_ref_name to get ref name for a metaclass...
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
2010-05-20 Jesse Luehrs fix some immutability issues, and expand the tests
2010-05-20 Jesse Luehrs remove obsolete comment
2010-05-20 Jesse Luehrs reinitialize the metaclasses, rather than just reblessing
2010-05-20 Jesse Luehrs make variable naming more clear, and fix some bugs...
2010-05-20 Jesse Luehrs extend cmop's metaclass fixing to also fix metarole...
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-15 Dave Rolsky No space between method names and parens in docs
2010-05-15 Dave Rolsky Clarify several confusing invocants and variable names.
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-05-06 Florian Ragwitz Fix typo.
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-06 Florian Ragwitz Fix doc typo.
2010-05-05 Florian Ragwitz Allow required versions to be specified when setting...
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-18 Dave Rolsky Squashed commit of the following:
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2010-01-04 Dave Rolsky bump copyright year to 2010
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-10 Dave Rolsky get_mutable_metaclass_name is now private
2009-09-10 Jesse Luehrs add an option to disable the mutable ancestor warning
2009-09-09 Gerda Shank minor doc tweaks
2009-09-07 Dave Rolsky When warning on mutable parents in make_immutable,...
2009-09-07 Dave Rolsky Add some vertical whitespace
2009-09-07 Dave Rolsky Tidy new code
2009-09-07 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-09-03 Jesse Luehrs use the current metaclass's throw_error rather than...
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-19 Dave Rolsky Revert "Lazy load Moose::Error::Default"
2009-07-19 gfx Lazy load Moose::Error::Default
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-03 Dave Rolsky bump version to 0.86
2009-06-26 Dave Rolsky bump version to 0.85 0.85
next