gitmo/Moose.git
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
2009-01-09 Dave Rolsky more work on the manual, notably mostly finishing the...
2009-01-07 Shawn M Moore Remove Test::LongString from Makefile.PL, we don't...
2009-01-07 Shawn M Moore Remove Test::LongString from Makefile.PL, we don't...
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-04 Matt S Trout remove perl requires, fix to use correct M::I syntax
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 update manifest 0.64
2008-12-31 Dave Rolsky add release date and bump version
2008-12-31 Dave Rolsky require CMOP 0.75
2008-12-31 Dave Rolsky Add a comment explaining this test.
2008-12-31 Dave Rolsky un-TODO this test
2008-12-30 Tomas Doran TODO test for immutable bug
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-15 Jonathan Rockway don't reject win32 filenames (Yappo)
2008-12-14 Shawn M Moore Tests for parameterized metaclass traits
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 Test fixes
2008-12-14 Shawn M Moore More tests for parameterized attr traits
2008-12-14 Shawn M Moore Make this trait code a little more malleable
2008-12-14 Shawn M Moore Exploding tests for attribute traits => [role => parame...
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 Dave Rolsky Doh, wrong requestor
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
next