bump version to 0.68
[gitmo/Moose.git] / lib /
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Dave Rolsky rename Overriden to Overridden
2009-02-04 Dave Rolsky Doh, yet another typo in the manual name
2009-02-04 Dave Rolsky Attribute accessors do fulfill the requires requirement
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
2009-02-04 Marcel Grünauer uc/lc consistency, typo and style fixes for Moose:...
2009-02-04 Dave Rolsky Clarify difference between trigger & after method modifier
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 Lars Dieckow fix some typos
2009-02-03 Marcel Grünauer typo and style fixes for Moose::Manual documents
2009-02-03 Marcel Grünauer Moose::Manual: doc typo fixes; also reference ::BestPra...
2009-02-03 Marcel Grünauer Moose::Manual::Delegation: fixed =NAME typo
2009-02-03 Dave Rolsky fix some typos reported by acme
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky Second pass through MooseX manual
2009-02-03 Dave Rolsky Second pass through MOP manual
2009-02-03 Dave Rolsky Text tweaks for types documentation
2009-02-03 Dave Rolsky Text tweaks for Roles document
2009-02-03 Chris Prather clean up the documentation for clearer and predicate...
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-02-03 Dave Rolsky Tweaks for Classes document
2009-02-03 Dave Rolsky Various tweaks to MethodModifiers document
2009-02-03 Dave Rolsky Small tweaks in the Construction manual
2009-02-03 Dave Rolsky Tetx tweaks for delegation manual
2009-02-03 Dave Rolsky More text tweaking
2009-02-03 Dave Rolsky Don't recommend MetaDescription (says perigrin)
2009-02-03 Dave Rolsky Mention MetaDescription
2009-02-03 Dave Rolsky Mention the two accessor naming MX modules
2009-02-03 Dave Rolsky More text tweaking
2009-02-03 Dave Rolsky Text tweaks
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...
next