Tweaking the text (shortening bits)
[gitmo/Moose.git] / lib /
2009-02-03 Dave Rolsky Tweaking the text (shortening bits)
2009-02-02 Dave Rolsky Do some hackish validation of type names in MUTC, thoug...
2009-01-31 Dave Rolsky pod fixlet
2009-01-31 Dave Rolsky Make MUTC load Moose before trying to use it to throw...
2009-01-31 Dave Rolsky merge moose-manual branch to trunk
2009-01-31 Dave Rolsky link to GETTING HELP, not SEE ALSO
2009-01-31 Dave Rolsky Moved some key items out of SEE ALSO into a separate...
2009-01-31 Dave Rolsky the last manual page! MOP docs
2009-01-31 Dave Rolsky First draf of MooseX manual page (just one more to go)
2009-01-29 Dave Rolsky add a =pod up top
2009-01-29 Dave Rolsky First draft of delegation manual docs
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
2009-01-29 Dave Rolsky Add a mention of load order issues
2009-01-29 Dave Rolsky Mention delegation page
2009-01-29 Dave Rolsky s/.pm/.pod/g
2009-01-29 Dave Rolsky Types manual page
2009-01-29 Dave Rolsky Don't encourage :: as a "namespace" separator for type...
2009-01-28 Dave Rolsky merge from trunk to moose-manual branch
2009-01-28 Dave Rolsky Doh, forgot to actually add the doc change from the...
2009-01-28 Dave Rolsky Add changes for MUC change.
2009-01-26 Dave Rolsky Fix indentation of Role in type hierarchy
2009-01-26 Dave Rolsky Load Moose::Exporter.
2009-01-25 Dave Rolsky Add boilerplate at bottom
2009-01-23 Dave Rolsky add a delegation_metaclass method to MM::Attribute...
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-22 Dave Rolsky require the latest CMOP
2009-01-22 Paul Jamieson Fenwick Moose::Util::TypeConstraints has been added to the...
2009-01-21 Ricardo SIGNES fix docs
2009-01-21 Dave Rolsky In maybe_type, make a proper maybe type by parameterizi...
2009-01-21 Ricardo SIGNES fix mistaken commit
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES regsiter maybe_type
2009-01-21 Ricardo SIGNES maybe_type
2009-01-19 Yuval Kogman accessors can fulfill required role methods
2009-01-17 Yuval Kogman use _compile_code in Destructor
2009-01-17 Yuval Kogman whitespace
2009-01-17 Yuval Kogman use _compile_code in Constructor
2009-01-17 Yuval Kogman use _compile_code in Accessor
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-12 Yuval Kogman make use of definition_context
2009-01-12 Dave Rolsky Fix the super recursion bug perigrin found
2009-01-11 Dave Rolsky More doc fixes
2009-01-11 Dave Rolsky Got to do Moose->init_meta
2009-01-11 Dave Rolsky Fix function name
2009-01-09 Dave Rolsky more work on the manual, notably mostly finishing the...
2009-01-06 Dave Rolsky merge from trunk
2009-01-06 Dave Rolsky tidy code in pod for consistency
2009-01-06 Dave Rolsky tidy code in pod for consistency
2009-01-06 Dave Rolsky tidy code in pod for consistency, also tidy some text
2009-01-06 Dave Rolsky Ran the sample code through perltidy
2009-01-03 Cory G Watson Meta::TypeConstraint: Add some explanation for a few...
2009-01-03 Florian Ragwitz Mention the offending class when reporting errors when...
2009-01-02 Yuval Kogman don't sort superclasses when caching anon classes ...
2008-12-31 Dave Rolsky add release date and bump version
2008-12-31 Dave Rolsky require CMOP 0.75
2008-12-30 Dave Rolsky bump CMOP prereq to latest version
2008-12-30 Dave Rolsky merge from trunk to moose-manual branch
2008-12-23 Dave Rolsky work in progress on roles
2008-12-23 Dave Rolsky Tidy the code
2008-12-23 Dave Rolsky Reformat code with perltidy
2008-12-22 Dave Rolsky Fix some typos
2008-12-22 Shawn M Moore Rename verify_type_constraint to verify_against_type_co...
2008-12-21 Shawn M Moore Actually, call that verify_type_constraint
2008-12-21 Shawn M Moore Moose::Meta::Attribute->check_type_constraint
2008-12-21 Shawn M Moore We don't use RegExpr anywhere else, use the standard...
2008-12-19 Dave Rolsky First draft of method modifiers manual
2008-12-16 Dave Rolsky Add another heading
2008-12-16 Dave Rolsky Some doc re-org
2008-12-16 Dave Rolsky Small grammar tweak
2008-12-16 Dave Rolsky Lots of cleanup in the text.
2008-12-16 Dave Rolsky I think I've covered all the things that need covering...
2008-12-14 Shawn M Moore Typo fix
2008-12-14 Shawn M Moore Support for parameterized traits in attributes
2008-12-14 Shawn M Moore Make this trait code a little more malleable
2008-12-13 Dave Rolsky Move initializer later in the docs
2008-12-12 Dave Rolsky Still mostly an outline, but might as well get it into VCS
2008-12-12 Dave Rolsky Checking in the first chunk of the Attributes manual...
2008-12-12 Matt S Trout move across to _eval_closure hashref style
2008-12-12 Matt S Trout Merge 'trunk' into 'method_generation_cleanup'
2008-12-11 Dave Rolsky Make link include name of linked-to POD in link text.
2008-12-11 Dave Rolsky More polishing of this doc
2008-12-11 Dave Rolsky remove some whitespace
2008-12-11 Dave Rolsky First draft of docs on object construction
2008-12-11 Dave Rolsky Move recommendations bit to its own BestPractices.pod
2008-12-11 Dave Rolsky End examples with no Moose and make_immutable, since...
2008-12-11 Dave Rolsky More wording tweaks
2008-12-11 Dave Rolsky Doh, we really need CMOP 0.72
2008-12-11 Dave Rolsky Move mention of ->meta later in the docs
2008-12-10 Dave Rolsky Add first draft of classes manual document
2008-12-10 Dave Rolsky Various text tweaks.
2008-12-09 Matt S Trout unsupport passing meta-attr object to triggers because...
2008-12-09 Dave Rolsky Moved all the concept bits to their own POD doc.
2008-12-09 Dave Rolsky Add back Intro.pod and point it to Manual
2008-12-09 Dave Rolsky rename Intro to Manual
2008-12-09 Shawn M Moore Always inline predicate and clearer methods
2008-12-08 Chris Prather zero or more Roles
2008-12-08 Dave Rolsky I was channeling stevan and misspeled declaratively
2008-12-08 Dave Rolsky bump version to 0.63 0.63
next