gitmo/Moose.git
2009-08-14 gfx Replace BEGIN{ extends .. } with use Moose -extends... abandoned/extends_export_command
2009-08-14 gfx Fix _strip_command in Moose::Exporter
2009-08-14 gfx Refuse -extends on Moose::Role
2009-08-14 gfx Refactor Moose::Exporter commands (-metaclass, -traits...
2009-08-14 gfx Changelog and document for the -extend command
2009-08-14 gfx Add tests for "use Moose -extends => [@superclasses]".
2009-08-14 gfx Make "use Moose -extends => [@superclasses]" establish...
2009-08-13 Dave Rolsky Add release date 0.89
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-13 Dave Rolsky require CMOP 0.92
2009-08-13 Dave Rolsky Add metatraits to spelling list
2009-08-12 Robert Buels doc patch, added mention of how attribute accessors...
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-12 Frew Schmidt Doc link for method modifiers
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 Shawn M Moore Roles can now accept attributes named 0 and ""
2009-08-12 Dave Rolsky Add some space in the conditional
2009-08-12 Hans Dieter... fix trigger example
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
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-07 Ricardo SIGNES assert_valid to use constraints for assertion
2009-08-04 Florian Ragwitz Ignore all dotfiles, except for .gitignore.
2009-08-03 Dave Rolsky Add utils to the spelling whitelist
2009-08-03 Dave Rolsky lots of wording tweaks for approval workflow
2009-08-02 Stevan Little adding the approval workflow to the contributing docs
2009-08-01 Jesse Luehrs encourage using () for anon subtypes in attribute decla...
2009-07-31 Jesse Luehrs another broken link
2009-07-31 Jesse Luehrs oops, one more broken doc link
2009-07-31 Jesse Luehrs fix broken doc link
2009-07-30 Jesse Luehrs use around for BUILDARGS in the manual, rather than...
2009-07-27 Dan Dascalescu Builders are in recipe 8, not 9
2009-07-27 Dan Dascalescu Typo fix
2009-07-25 Chris Prather fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev
2009-07-25 Dave Rolsky Reword a bit to make each sentence start with a capital...
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-25 Shawn M Moore Clarify ro/rw a bit more
2009-07-24 Dave Rolsky bump version to 0.88 0.88
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-21 Dave Rolsky Small tidiness change
2009-07-21 Jesse Luehrs tabs -> spaces
2009-07-19 Dave Rolsky Revert "Lazy load Moose::Error::Default"
2009-07-19 gfx Merge branch 'master' of gitmo@moose.perl.org:Moose
2009-07-19 gfx Don't call an unnecessary role filter
2009-07-19 gfx Lazy load Moose::Error::Default
2009-07-17 Dave Rolsky This class has no more public methods
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-13 Chris Prather document work around for is => 'bare' in older Moose
2009-07-13 Florian Ragwitz Changelogging.
2009-07-13 Florian Ragwitz Allow MetaRole to apply roles to a meta role's role...
2009-07-13 Florian Ragwitz Create metaclass attrs for the different composition...
2009-07-13 Hans Dieter... typo fix: topic, not topics
2009-07-12 Shawn M Moore Last few typo fixes
2009-07-12 Shawn M Moore trade-off is more correct than tradeoff
2009-07-12 Shawn M Moore Add more computerese works
2009-07-12 Shawn M Moore Fix some typos in Contributing
2009-07-11 Dan Dascalescu Minor rewording in Delegation
2009-07-11 Dan Dascalescu Clarified that method code for predicate and clearer...
2009-07-10 Shawn M Moore Add my email address to the Moose pod
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 Backfill some important 0.84 changes in Delta
2009-07-10 Shawn M Moore Changelog typo fix
2009-07-09 Dave Rolsky Grammar tweaklet
2009-07-09 Dave Rolsky Tidied code
2009-07-09 Stefan O'Rear Changes for avoiding inline_slot_access
2009-07-09 Stefan O'Rear Avoid using inline_slot_access in Moose accessors
2009-07-09 Stefan O'Rear Add tests for inline_slot_access avoidance
2009-07-08 Florian Ragwitz Add todo test for composing overloading from roles.
2009-07-08 Chris Prather fix the documentation *again* based on what stevan...
2009-07-08 Chris Prather Merge branch 'master' of git.moose.perl.org:Moose
2009-07-08 Chris Prather re-word the Trait/Role differentiation text to explain...
2009-07-08 Leon Brocard Remove extra quote
2009-07-08 Leon Brocard Expand doc to documentation
2009-07-08 Leon Brocard Uppercase Git
2009-07-08 Leon Brocard Mark up BUILD as code
2009-07-08 Leon Brocard mark up lazy_build as code
2009-07-08 Leon Brocard Use I<not> for emphasis instead of -not-
2009-07-08 Leon Brocard Move TABLE OF CONTENTS up a heading level
2009-07-08 Jesse Luehrs the option is excludes, not exclude
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-07 Dave Rolsky Add release date
2009-07-07 Dave Rolsky Reword changes
2009-07-06 Dave Rolsky Grammar edits
2009-07-06 Dave Rolsky Small tweaks to example code.
2009-07-06 Yuval Kogman Add example for private writer
2009-07-06 Yuval Kogman Add note about namespace::{auto,}clean to best practices
2009-07-06 Paul Fenwick Docs: Added explanations on 'no Moose' and 'make_immuta...
2009-07-05 Yuval Kogman Add a test for class name delegates
2009-07-05 Yuval Kogman Changelog
2009-07-05 Yuval Kogman Laxen the error condition for delegation methods
next