gitmo/Moose.git
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 Add release date
2009-02-03 Dave Rolsky Speling fix
2009-02-03 Dave Rolsky Mention Moose::Manual
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 year in README
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-02-01 Piotr Roszatycki * Moose does not work with Perl 5.8.0.
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 Don't include the grant description
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 I am seriously sick of having to check in a regenerated...
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-28 Dave Rolsky Add some tests to ensure that MUC auto-vivifies an...
2009-01-28 Dave Rolsky A subtype should not ignore the parent type name. It...
2009-01-28 Dave Rolsky every other file uses underscores
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 fix this test so it actually tests the right thing...
2009-01-22 Dave Rolsky perltidy this code
2009-01-22 Dave Rolsky update the manifest
2009-01-22 Dave Rolsky update changes for release
2009-01-22 Dave Rolsky require the latest CMOP
2009-01-22 Dave Rolsky yes, an explicit metaclass overrides a MetaRole declare...
2009-01-22 Dave Rolsky Reformat changes
2009-01-22 Paul Jamieson... 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 Dave Rolsky Fix change description
2009-01-19 Dave Rolsky Add change for bug fix.
2009-01-19 Dave Rolsky Make the constraint for this subtype much dumber, to...
2009-01-19 Yuval Kogman accessors can fulfill required role methods
2009-01-18 Yuval Kogman Merge commit 'svn/method_generation_cleanup'
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-17 Jesse Luehrs add a todo test for using Moose::Util::MetaRole with...
2009-01-12 Yuval Kogman make use of definition_context
2009-01-12 Dave Rolsky Fix the super recursion bug perigrin found
2009-01-12 Dave Rolsky Silence another warning
2009-01-12 Dave Rolsky Kill some whitespace
2009-01-12 Dave Rolsky Turn on strict & warnings. Tidy code. Shut up a warning.
2009-01-11 Chris Prather add tests for recursion in super()
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 (empty) merge from trunk to moose-manual branch
next