empty -> is_empty
[gitmo/Moose.git] / lib / Moose / Manual /
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs update ::Delta for the recent changes
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
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 Merge branch 'master' into attribute_helpers
2009-08-12 Robert Buels doc patch, added mention of how attribute accessors...
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-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-30 Jesse Luehrs use around for BUILDARGS in the manual, rather than...
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 Include discussion of is => bare
2009-07-25 Shawn M Moore Clarify ro/rw a bit more
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
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 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 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 do all the renaming that was discussed
2009-07-10 Shawn M Moore Backfill some important 0.84 changes in Delta
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
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 Jesse Luehrs the option is excludes, not exclude
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-06-26 Dave Rolsky Small edits for M::AH bits in Delta
2009-06-26 Hans Dieter Pearcey update Changes and Delta
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-23 Jay Kuri Doc patch to better explain BUILD arguments better
2009-06-22 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 mention MooseX::NonMoose in extensions manual
2009-06-21 Dave Rolsky No plural of syntax
2009-06-21 Dave Rolsky Tone down the judgement, add another reason to use...
2009-06-10 Matt S Trout mention MooseX::Types early to avoid users falling...
2009-06-10 Matt S Trout add some notes about a few extensions
2009-05-31 Shawn M Moore Moose::Manual::Delta isn't for our internal test change...
2009-05-30 Jesse Luehrs pass 0, not 1, to inline_constructor to silence warnings
2009-05-25 Chris Prather correct the documentation for required
2009-05-23 Yuval Kogman Update test suite for subname changes in Class::MOP
2009-05-19 Chris Prather add a FAQ about the coercion change in 0.76
2009-05-03 Dave Rolsky Fix speling
2009-05-03 Dave Rolsky Merge WTF into FAQ - in many cases WTF was out of date...
2009-05-03 Dave Rolsky move Unsweetened into the Manual
2009-05-03 Jesse Luehrs update changes and delta
2009-05-02 Dave Rolsky Fix some odd indentation in some code examples
2009-05-02 Dave Rolsky s/a/an/
2009-05-02 Dave Rolsky Some small wording tweaks for Construction manual
2009-05-02 Dave Rolsky Add a simple code example for "no Moose".
2009-04-29 Jesse Luehrs update docs, Changes, and Delta for the DEMOLISH change
2009-04-25 Shawn M Moore Doc the reversion of THE WARNING
2009-04-25 Nelo Onyiah fixed small typo
2009-04-24 Hans Dieter Pearcey document TC change
2009-04-21 Shawn M Moore Changes doc for the new warning
2009-04-15 Shawn M Moore Add -metaclass to changes and delta
2009-04-12 Dave Rolsky various typo fixes from Matt Kraai
2009-04-09 Nelo Onyiah Fixed some typos
2009-04-09 Dave Rolsky Document deprecations/renamings
2009-04-07 Hans Dieter Pearcey replace duplicate 'my'
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-04-02 Shawn M Moore Remove the ->meta thing from Delta. once it's complete...
2009-03-31 Jesse Luehrs typo fixes for the documentation section (other than...
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-28 Shawn M Moore Changes and Delta for no-meta stuff
2009-03-27 Dave Rolsky s/keyword/sugar function/ and code-ify code
2009-03-27 Chris Prather record changes for duck_type
2009-03-23 Dave Rolsky Add some more details to Delta for next release
2009-03-21 Dave Rolsky fix a bunch of spelling errors
2009-03-21 Dave Rolsky PoD fix
2009-03-21 Dave Rolsky Took a revision pass through this document
2009-03-21 Dave Rolsky Took a revision pass through this document.
2009-03-21 Shawn M Moore Typo fix!
2009-03-21 Shawn M Moore Typo fixes
2009-03-21 Stevan Little - adding the contributing and delta pods
2009-02-26 Mike Whitaker Fix dotted type names to use :: instead, as per earlier...
2009-02-19 Dave Rolsky Link to MX::Types here
2009-02-19 Dave Rolsky Remove MX::Types bits from types manual page
2009-02-19 Dave Rolsky Small tweaks to namespace recommendation
next