Fix a small type
[gitmo/Moose.git] / lib / Moose / Meta /
2009-03-25 Dave Rolsky Fix a small type
2009-03-25 Dave Rolsky Docs for MM::TC::Enum
2009-03-25 Dave Rolsky docs for MM::TC::Class
2009-03-25 Dave Rolsky Add inheritance section
2009-03-25 Dave Rolsky docs for MM::TypeConstraint
2009-03-25 Dave Rolsky s/constraint/coercion/
2009-03-25 Dave Rolsky Docs for Moose::Meta::TypeCoercion::Union
2009-03-25 Dave Rolsky Docs for Moose::Meta::TypeCoercion
2009-03-24 Dave Rolsky docs for Moose::Meta::Role::Composite
2009-03-24 Dave Rolsky Add note about why this class has no docs
2009-03-24 Dave Rolsky API docs for Moose::Meta::Role
2009-03-23 Dave Rolsky Docs for MM::Method::Overridden
2009-03-23 Dave Rolsky Merge branch 'refactor-immutable'
2009-03-23 Dave Rolsky docs for MM::Method::Destructor
2009-03-21 Dave Rolsky make MMM::Destructor->is_needed a class method only
2009-03-21 Dave Rolsky Make MM::Method::Constructor a subclass of CMOP::Method...
2009-03-21 Dave Rolsky Some small doc tweaks MM::Method::Delegation
2009-03-21 Dave Rolsky Remove the long-deprecated intliaze_body method
2009-03-21 Dave Rolsky docs for MM::Method::Constructor.
2009-03-21 Dave Rolsky Refactored to make _generate_triggers a lot less nesty...
2009-03-21 Dave Rolsky add INHERITANCE section to classes that already have...
2009-03-21 Dave Rolsky docs for MM::Method::Augmented
2009-03-21 Dave Rolsky doc revamp for MM::Method::Accessor
2009-03-21 Dave Rolsky text tweaklets (I always write a lot of hand-waving...
2009-03-21 Dave Rolsky revamp docs for MM::Method
2009-03-21 Dave Rolsky Doc tweak for MM::Instance
2009-03-21 Dave Rolsky Revamped Moose::Meta::Class docs and updated coverage...
2009-03-21 Dave Rolsky Fix a comment in the typo
2009-03-21 Dave Rolsky POD and spelling fixes for MM::Attribute
2009-03-20 Ash Berlin Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-20 Ash Berlin Make Meta::Method::Constructor easier to subclass
2009-03-20 Dave Rolsky doc revamp for MM::Attribute
2009-03-20 Dave Rolsky Remove unused bit of code
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-14 Dave Rolsky Revert "make re-applying a role to an object instance...
2009-03-14 Dave Rolsky make re-applying a role to an object instance a no...
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-03-03 Daisuke Maki additional warning
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-20 Dave Rolsky Changes to work with 0.78 meta-instance code, which...
2009-02-20 Dave Rolsky We need to make sure Moose is loaded before using
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-14 Dave Rolsky Non-inlined trigger code no longer passes the meta...
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-10 Jesse Luehrs add a note about not inlining delegation methods
2009-02-08 Jesse Luehrs error message for failed delegation should use the...
2009-02-08 Jesse Luehrs can_be_inlined was specified twice in the pod's method...
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Dave Rolsky rename Overriden to Overridden
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-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
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-21 Ricardo SIGNES fix docs
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-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-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-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-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-09 Matt S Trout unsupport passing meta-attr object to triggers because...
2008-12-09 Shawn M Moore Always inline predicate and clearer methods
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 John Napiorkowski changes to the way Moose::Meta::TypeConstraint passed...
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-05 Dave Rolsky Handle defaults with quote-breaking values correctly...
2008-12-05 Dave Rolsky Don't call get_all_package_symbols in list context
2008-12-05 Marcus Ramberg Revert unwanted MMM::Accessor change
2008-12-05 Marcus Ramberg Bump dependency for MoreUtils
2008-12-05 Matt S Trout use _eval_closure
2008-12-05 Dave Rolsky Fix pod coverage
2008-12-05 Dave Rolsky If the constructor in a parent class has method modifie...
2008-12-04 Dave Rolsky Don't bother checking the expected constructor class...
2008-12-04 Dave Rolsky Ok, I was getting a little wacky.
2008-12-04 Dave Rolsky Make sure that whenever we don't inline, we warn, and...
2008-12-04 Dave Rolsky The last checkin was broken in the case where class...
2008-12-04 Dave Rolsky Break the long string into two lines
2008-12-04 Dave Rolsky Implement a can_be_inlined method for MMM::Constructor...
2008-12-04 Dave Rolsky When applying a role to a class and some methods are...
next