bump copyright year to 2010
[gitmo/Moose.git] / lib / Moose / Manual / BestPractices.pod
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-10-13 Hans Dieter Pearcey typo fix
2010-09-30 Dave Rolsky Revised BestPractices
2010-07-08 Dave Rolsky Remove some trailing whitesapce, and rework a paragraph.
2010-07-08 Dave Rolsky Remove doubled word
2009-11-18 Gerda Shank update BestPractices to emphasize namespace::autoclean...
2009-09-08 Gerda Shank change doc references to AttributeHelpers
2009-07-12 Shawn M Moore trade-off is more correct than tradeoff
2009-07-08 Leon Brocard mark up lazy_build as code
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-05-02 Dave Rolsky Fix some odd indentation in some code examples
2009-03-31 Jesse Luehrs typo fixes for the documentation section (other than...
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 Small tweaks to namespace recommendation
2009-02-19 Matt S Trout switch to :: for types in BestPractices, note the perl...
2009-02-13 Dave Rolsky Mention that you can override new if your parent is...
2009-02-12 Dave Rolsky this speling test is really useful. fixed a whole bunch...
2009-02-11 Dave Rolsky Make the "do not coerce class names" example match...
2009-02-11 Dave Rolsky Merged the content from Moose::Cookbook::Style into
2009-02-10 Dave Rolsky Add another recommendation, always call inner() in...
2009-02-04 Marcel Grünauer uc/lc consistency, typo and style fixes for Moose:...
2009-02-03 Marcel Grünauer typo and style fixes for Moose::Manual documents
2009-02-03 Dave Rolsky fix/add NAME sections
2009-02-03 Dave Rolsky Fix a typo
2009-02-03 Dave Rolsky fix some typos reported by acme
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-29 Dave Rolsky add a =pod up top
2009-01-29 Dave Rolsky Actually wrote up all the best practices I've thought...
2009-01-29 Dave Rolsky Add more best practice headers for later
2008-12-30 Dave Rolsky merge from trunk to moose-manual branch
2008-12-12 Dave Rolsky Still mostly an outline, but might as well get it into VCS