bump version to 0.79
[gitmo/Moose.git] / lib / Moose / Meta / Class.pm
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-12 Dave Rolsky bump version to 0.78
2009-05-08 Hans Dieter Pearcey remove all uses of load_class's return value; use class...
2009-05-07 Dave Rolsky some style tweaks to t0m's change to the metaclass...
2009-05-07 Tomas Doran (t0m) Fix one of the issues you see with metaclass incomat...
2009-05-03 Shawn M Moore Make role_applications return a list not an arrayref
2009-05-03 Shawn M Moore Doc for role_application methods
2009-05-03 Shawn M Moore Add role application objects to each class
2009-05-02 Dave Rolsky bump version to 0.77 0.77
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Dave Rolsky Doh, need to include wrapped_method_metaclass in our...
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-15 Jesse Luehrs move validation (can't inherit from roles) from Moose...
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-07 Dave Rolsky remove ancient deprecated method, update changes for...
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-28 Shawn M Moore class_of _reconcile_role_differences
2009-03-28 Shawn M Moore no-meta _reconcile_with_superclass_meta
2009-03-28 Shawn M Moore Comment applies here too
2009-03-28 Shawn M Moore no-meta excludes_role
2009-03-28 Shawn M Moore does_role no-meta'ing
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-23 Dave Rolsky Merge branch 'refactor-immutable'
2009-03-21 Dave Rolsky add INHERITANCE section to classes that already have...
2009-03-21 Dave Rolsky text tweaklets (I always write a lot of hand-waving...
2009-03-21 Dave Rolsky Revamped Moose::Meta::Class docs and updated coverage...
2009-03-21 Dave Rolsky Fix a comment in the typo
2009-03-19 Dave Rolsky changes needed to get Moose working with the renames...
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Dave Rolsky rename Overriden to Overridden
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-03 Florian Ragwitz Mention the offending class when reporting errors when...
2009-01-02 Yuval Kogman don't sort superclasses when caching anon classes ...
2008-12-31 Dave Rolsky add release date and bump version
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-11-01 Dave Rolsky Moose::Meta::Class->get_method_map was both broken...
2008-11-01 Dave Rolsky Remove a bunch of commented out code (all tests still...
2008-10-29 Dave Rolsky Fix lie in the docs (error_class does to have a default)
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-06 Dave Rolsky Refactor this method to get rid of the indentation...
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-18 Dave Rolsky Document error_class attribute.
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-16 Dave Rolsky No need for default to be a sub when it just returns...
2008-09-16 Dave Rolsky Need to load the error class or tests fail
2008-09-16 Yuval Kogman remove old comment
2008-09-16 Yuval Kogman rename 'error' error parameter to 'last_error'
2008-09-16 Yuval Kogman error_class is now the one true way
2008-09-16 Yuval Kogman error tests and fixes
2008-09-14 Dave Rolsky Doc check_metaclass_compatibility
2008-09-14 Dave Rolsky Weaken anon class metaclasses after updating them in...
2008-09-14 Dave Rolsky Simply fix metaclass incompat before we check if it...
2008-09-14 Dave Rolsky Add comment on my voodoo line which makes all my tests...
2008-09-14 Dave Rolsky There's no need for _fix_metaclass_compatibility to...
2008-09-13 Dave Rolsky More metaclass compatibility handling.
2008-09-13 Dave Rolsky Fix the spelling of compatibility in here too.
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-02 Dave Rolsky Doc constructor_class & destructor_class accessors
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky When we reinitialize from the super meta class, we...
2008-08-29 Dave Rolsky revert back to code as it was before my depths into...
2008-08-29 Dave Rolsky This is about 50% of the way towards making
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-27 Dave Rolsky Add a long comment detailing what's not quite right...
2008-08-27 Dave Rolsky Rename $meta to $super_meta in _fix_metaclass_incompati...
2008-08-27 Dave Rolsky Remove another level of indentation for even more short...
next