update Number documentation
[gitmo/Moose.git] / lib / Moose / Meta /
2009-08-09 Chris Prather update Number documentation
2009-08-09 Chris Prather update Hash documentation
2009-08-09 Chris Prather remove SYNOSPIS so Array looks like the other MethodPro...
2009-08-09 Chris Prather update Counter documentation
2009-08-09 Chris Prather update Bool documentation
2009-08-09 Chris Prather update documentation for Array so I can run it past...
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-25 Shawn M Moore Report all method conflicts, not just the first
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-19 Dave Rolsky Revert "Lazy load Moose::Error::Default"
2009-07-19 gfx Merge branch 'master' of gitmo@moose.perl.org:Moose
2009-07-19 gfx Lazy load Moose::Error::Default
2009-07-19 Jesse Luehrs add length to String
2009-07-17 Dave Rolsky This class has no more public methods
2009-07-13 Florian Ragwitz Create metaclass attrs for the different composition...
2009-07-10 Hans Dieter Pearcey Rename AttributeHelpers.pm to Attribute/Native.pm
2009-07-10 Jesse Luehrs merge List into Array and ImmutableHash into Hash
2009-07-10 Jesse Luehrs it's a role, not a class
2009-07-10 Jesse Luehrs MMA::Trait::Native::Base -> MMA::Trait::Native
2009-07-10 Jesse Luehrs do all the renaming that was discussed
2009-07-09 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-09 Stefan O'Rear Avoid using inline_slot_access in Moose accessors
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-08 Jesse Luehrs the option is excludes, not exclude
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-05 Yuval Kogman Laxen the error condition for delegation methods
2009-07-03 Dave Rolsky bump version to 0.86
2009-07-03 Dave Rolsky changes to accomodate new style of immutable traits...
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey rename to _check_associated_methods
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey make check_associated_methods better
2009-06-26 Dave Rolsky Make the MM::TC::Role type object's parent Object rathe...
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-26 Jesse Luehrs only warn if the attribute was defined in the same...
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Hans Dieter Pearcey more tests passing
2009-06-25 Hans Dieter Pearcey default curried_arguments to []
2009-06-25 Hans Dieter Pearcey default more helpfully
2009-06-25 Jesse Luehrs warn if an accessor overrides a locally defined method
2009-06-25 Shawn M Moore Fix stevanism in a comment
2009-06-25 Hans Dieter Pearcey add curried_arguments, usable from hashref handles
2009-06-25 Shawn M Moore Merge commit 'origin/meta_role_modifiers_bug'
2009-06-25 Shawn M Moore Allow Moose::Meta::TypeConstraint::DuckType in handles...
2009-06-25 Shawn M Moore Punctuation
2009-06-25 Shawn M Moore Reify duck type from a regular subtype into an actual...
2009-06-25 Shawn M Moore Copy and paste doc is bad! :)
2009-06-24 Hans Dieter Pearcey associate methods installed by delegation
2009-06-24 Hans Dieter Pearcey document 'bare'
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey document new behavior
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey document new behavior
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey don't override attach_to_class, override install_accessors
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-22 Robert Buels added fix for bug tested in 4c8c390
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-21 Jesse Luehrs just use _construct_instance from CMOP
2009-06-21 Dave Rolsky work with Inlined changes in CMOP
2009-06-21 Dave Rolsky Inherit from CMOP::Method::Inlined, not ::Generated
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-06 Dave Rolsky bump version to 0.80
2009-06-02 Shawn M Moore Excluding a conflicting method is a certainly valid...
2009-05-31 Shawn M Moore Use class/type information instead of a useless is_conf...
2009-05-31 Shawn M Moore More doc for Method::Conflicting
2009-05-31 Shawn M Moore Make roles required
2009-05-31 Shawn M Moore Move Method::Conflicted to Conflicting
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
2009-05-31 Shawn M Moore Much better error message for role conflicts
2009-05-31 Shawn M Moore Use role names for consistency with ToRole
2009-05-31 Shawn M Moore Include roles in the role summation add_conflicted_method
2009-05-31 Shawn M Moore Basic conflict message
2009-05-30 Shawn M Moore Method::Required->name is required
2009-05-30 Shawn M Moore Role::Method->is_conflict
2009-05-30 Shawn M Moore Use add_conflicted_method instead of add_required_metho...
2009-05-30 Shawn M Moore Role->add_conflicted_method
2009-05-30 Shawn M Moore Add conflicted method metaclass
2009-05-30 Shawn M Moore Use required method objects in ToClass, not names
2009-05-30 Shawn M Moore Use required_method objects, not names, in ToRole
2009-05-30 Shawn M Moore Use objects, not names, in RoleSummation
2009-05-30 Shawn M Moore Fix role delegation
2009-05-30 Shawn M Moore get_required_method_list now returns objects not names
2009-05-30 Shawn M Moore Add get_values
2009-05-30 Shawn M Moore Rename internal get_list to get_keys for clarity
2009-05-30 Shawn M Moore Grammar fix
2009-05-30 Shawn M Moore required_methods is now a hashref of Method::Requireds...
2009-05-30 Shawn M Moore Typo fix
2009-05-30 Shawn M Moore No need to explicitly uniq, since assigning to a hash...
next