bump version and update changes for next release
[gitmo/Moose.git] / lib / Moose / Meta / Class.pm
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...
2008-08-27 Dave Rolsky Remove some comments that are bogus now that we check...
2008-08-27 Dave Rolsky Refactored/reformatted _fix_metaclass_incompatibility...
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman get_all_methods in immutable memoization list
2008-08-15 Yuval Kogman pass in @_ % 2 == 1 for compat
2008-08-14 Yuval Kogman remove ->meta from _fix_metaclass_compatibility
2008-08-13 Yuval Kogman also accept hash refs to new_object and friends
2008-08-10 Yuval Kogman recalculating the method map updates the cache flag
2008-08-08 Yuval Kogman remove Perl 6 attribute naming style
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-24 Yuval Kogman ignore metaclass in superclasses if it isn't a Class...
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-23 Yuval Kogman throw_error in Attribute
2008-06-23 Yuval Kogman error_class and error_builder are readonly in immutable...
2008-06-23 Yuval Kogman custom error support
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-04 Stevan Little some speed gains and a new test
2008-05-28 Stevan Little initialize cleanup
2008-05-27 Stevan Little some speedups in Moose
2008-05-25 Stevan Little 0.45
2008-05-25 Stevan Little 0.45
2008-05-19 Stevan Little no more XS mah!
2008-05-16 Stevan Little trunk working again
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-24 Yuval Kogman metaclass and traits interpolation moved to Meta::Attribute
2008-04-24 Yuval Kogman more refactoring of _process_attribute
2008-04-24 Yuval Kogman Move the short name resolution magic of metaclass/trait...
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-13 Yuval Kogman Move the override logic into Method::Override
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-03 Stevan Little s/die/croak/
2008-03-14 Stevan Little some last minute tweaks
2008-03-11 Stevan Little tweaking formatting to match existing tests and code...
2008-03-11 Jonathan Rockway add cache attribute to M::Meta::Class->create_anon_class
2008-03-11 Stevan Little cleanin up a bit, and adding changes
2008-03-11 Jonathan Rockway add support for roles => [] option to Moose::Meta:...
2008-02-14 Stevan Little 0.37
2008-01-26 Yuval Kogman init_arg can be undef
2008-01-26 Stevan Little 0.36
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-22 Stevan Little some minor tweaks 0_35
next