bump version to 0.89_01
[gitmo/Moose.git] / lib /
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-09-02 Hans Dieter Pearcey fix pod nits
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-31 Jonathan Rockway doc patch via qp_pq: "can be very" instead of "can...
2009-08-24 Chris Prather merge in changes from dec
2009-08-24 Chris Prather add proof reading changes from dec
2009-08-23 Shawn M Moore Doc consistency: use B<> not I<>
2009-08-23 Shawn M Moore Document length and substr, which are in the MethodProvider
2009-08-23 Shawn M Moore More cleanup in native documentation
2009-08-23 Shawn M Moore A bunch of Native doc cleanups
2009-08-23 Shawn M Moore Further delegation manual cleanup
2009-08-23 Shawn M Moore Cleanup; include validation of push parameters
2009-08-23 Chris Prather speeling cleanup
2009-08-23 Chris Prather add documentation on the new AH delegation (Currying...
2009-08-20 Cory Watson Fix builder's recipe link.
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs remove obsolete references to make_immutable in Moose...
2009-08-18 Jesse Luehrs comment the 'once' warning issue with sort
2009-08-18 Jesse Luehrs update ::Delta for the recent changes
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-16 Curtis Jewell Making the docs reflect that 'use metaclass' has to...
2009-08-16 Dave Rolsky Doc editing for Native Hash
2009-08-16 Dave Rolsky more doc editing for Native Traits
2009-08-16 Dave Rolsky More editing of the Array docs
2009-08-16 Dave Rolsky Doc editing for Array
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey bump version numbers
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-15 Hans Dieter Pearcey add Meta:: to Attribute::Native
2009-08-15 Hans Dieter Pearcey remove mention of Moose::AttributeHelpers
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-13 Dave Rolsky require CMOP 0.92
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 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 Pearcey fix trigger example
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-09 Chris Prather add a brief SYNOPSIS for each type to the Native docs
2009-08-09 Chris Prather update String documentation
2009-08-09 Chris Prather update Number documentation
2009-08-09 Chris Prather update Hash documentation
2009-08-09 Chris Prather remove SYNOSPIS so Array looks like the other MethodPro...
2009-08-09 Chris Prather update Counter documentation
2009-08-09 Chris Prather update Bool documentation
2009-08-09 Chris Prather update documentation for Array so I can run it past...
2009-08-07 Ricardo SIGNES docs, changelog for assert_valid
2009-08-07 Ricardo SIGNES assert_valid to use constraints for assertion
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
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 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-21 Dave Rolsky Small tidiness change
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-19 Jesse Luehrs add length to String
2009-07-17 Dave Rolsky This class has no more public methods
2009-07-14 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-13 Chris Prather document work around for is => 'bare' in older Moose
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 Pearcey 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 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 Hans Dieter Pearcey unnecessary
2009-07-10 Hans Dieter Pearcey Rename AttributeHelpers.pm to Attribute/Native.pm
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 Jesse Luehrs merge List into Array and ImmutableHash into Hash
next