Fix uninit var warning from _inline_create_error when $args is undef
[gitmo/Moose.git] / lib / Moose / Meta / Class.pm
2011-10-14 Dave Rolsky Fix uninit var warning from _inline_create_error when...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-06-19 Dave Rolsky code tidying
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
2011-06-18 Jesse Luehrs oops, this was supposed to be an expression
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-06-05 Dave Rolsky Add definition context to every accessor defined internally
2011-05-17 Jesse Luehrs stop closing over the type constraint object
2011-05-17 Jesse Luehrs stop closing over the method metaobject
2011-05-17 Jesse Luehrs don't close over attrs in the constructor unless necessary
2011-05-17 Jesse Luehrs close over the coercion sub separately
2011-05-09 Jesse Luehrs whoops again
2011-05-09 Jesse Luehrs sort some things to allow for some better caching
2011-05-06 Jesse Luehrs handle caching of anon classes better, when role/class...
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
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...
next