bug where sub-subtypes can be incorrectly parameterized
[gitmo/Moose.git] / Changes
2009-09-02 Dave Rolsky More changes tweaks
2009-09-02 Dave Rolsky Add version #, release date, and tweak changes
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-20 Cory Watson Fix builder's recipe link.
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-16 Curtis Jewell Updating changes file for merge of topic/rt-48694 branch.
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-13 Dave Rolsky Add release date 0.89
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-08-12 Shawn M Moore $obj->new is potentially deprecated now
2009-08-12 Dave Rolsky Add my name to Changes
2009-08-12 Shawn M Moore Fix bug with $obj->new when $obj has stringify overloading
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-11 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-11 Jesse Luehrs add a function to more easily create metaclass/trait...
2009-08-11 Jesse Luehrs add alias resolution for "use Moose -metaclass"
2009-08-07 Ricardo SIGNES docs, changelog for assert_valid
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-25 Shawn M Moore Report all method conflicts, not just the first
2009-07-25 Shawn M Moore Include discussion of is => bare
2009-07-24 Dave Rolsky Remove JPA note since there are no major JPA-sponsored...
2009-07-24 Dave Rolsky More Changes tweaking, and add a release date
2009-07-24 Dave Rolsky Clean up formatting of Changes
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-15 Shawn M Moore Attribute sorear's change
2009-07-15 Shawn M Moore Note about JPA's sponsorship and the importance of...
2009-07-15 Shawn M Moore Move rafl's changes into the right section
2009-07-14 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-13 Florian Ragwitz Changelogging.
2009-07-10 Chris Prather Merge branch 'topic/document-new-workflow'
2009-07-10 Chris Prather Re-write the Moose::Manual::Contributing document to...
2009-07-10 Shawn M Moore Changelog typo fix
2009-07-09 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-09 Stefan O'Rear Changes for avoiding inline_slot_access
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-07 Dave Rolsky Add release date
2009-07-07 Dave Rolsky Reword changes
2009-07-05 Yuval Kogman Changelog
2009-07-03 Dave Rolsky Fix release date 0.86
2009-07-03 Dave Rolsky Update changes for next Moose
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky update Changes for release
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey rename to _check_associated_methods
2009-06-26 Hans Dieter Pearcey update Changes and Delta
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey make check_associated_methods better
2009-06-26 Dave Rolsky Document Moose::Meta::Role get_*_method_modifiers fix
2009-06-26 Dave Rolsky Update release date
2009-06-26 Dave Rolsky Formatting tweaks
2009-06-26 Jesse Luehrs update Changes
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Dave Rolsky update Changes
2009-06-25 Dave Rolsky Reformatting of changes a bit
2009-06-25 Hans Dieter Pearcey tab fix
2009-06-25 Jesse Luehrs update Changes
2009-06-25 Hans Dieter Pearcey add documentation
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-25 Chris Prather update Changes to document duck type documentation
2009-06-25 Hans Dieter Pearcey s/XX/84/
2009-06-25 Shawn M Moore Allow Moose::Meta::TypeConstraint::DuckType in handles...
2009-06-25 Shawn M Moore Reify duck type from a regular subtype into an actual...
2009-06-24 Hans Dieter Pearcey update Changes
2009-06-24 Hans Dieter Pearcey fix english
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-06-23 Dave Rolsky Add release date 0.83
2009-06-22 Jesse Luehrs update Changes
2009-06-21 Dave Rolsky add changes version & release date
2009-06-10 Matt S Trout mention manual fixups in Changes
2009-06-07 Dave Rolsky bump CMOP prereq to 0.85
2009-06-07 Dave Rolsky Remove incorrect statement about CPAN.pm
2009-06-06 Dave Rolsky It's a TODO test now
2009-06-06 Dave Rolsky Minor formatting tweaks in Changes
2009-06-06 Dave Rolsky Add release date
2009-06-04 Shawn M Moore Attribute the change to alias
2009-06-04 Shawn M Moore Improve the error message of a role using "extends"
2009-06-03 Dave Rolsky Wording and formatting tweaks for Changes
2009-06-01 Guillermo Roditi changelog
2009-05-31 Shawn M Moore Moose::Manual::Delta isn't for our internal test change...
2009-05-31 Shawn M Moore Changes entry for today's branch :)
2009-05-23 Yuval Kogman Inline DESTROY even without DEMOLISH methods
2009-05-22 Shawn M Moore No need to document an internals change
2009-05-22 Shawn M Moore Rename _make_wrapper to _curry_wrapper and fiddle its...
2009-05-19 Chris Prather document FAQ change in Changes
2009-05-18 Shawn M Moore When your ->meta method does not return a Moose::Meta...
2009-05-16 Shawn M Moore If we M'Ex/also a module that isn't loaded, hint that...
2009-05-13 Dave Rolsky Changes for 0.79
2009-05-12 Dave Rolsky Add note about test fixes
2009-05-12 Dave Rolsky Add release date
2009-05-10 Shawn M Moore Make role_for_combination private
2009-05-10 Shawn M Moore Add role_for_combination for MXRP
2009-05-10 Shawn M Moore Move t0m's changelog entry into the right spot
2009-05-07 Tomas Doran (t0m) Fix one of the issues you see with metaclass incomat...
next