Fix which add-modifier method gets called
[gitmo/Mouse.git] / lib /
2008-07-30 Shawn M Moore Fix which add-modifier method gets called
2008-07-30 Shawn M Moore Add support for adding method modifiers to a role metaclass
2008-07-30 Shawn M Moore Add get_before_method_modifiers etc
2008-07-24 Yuval Kogman Moose extending Mouse test & minor fixes
2008-07-23 Shawn M Moore Bump to 0.07
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-17 Shawn M Moore Saved by the peri grin! (trigger doc)
2008-07-17 Shawn M Moore Bump to 0.06
2008-07-16 Shawn M Moore Update some doc
2008-07-16 Shawn M Moore More consistent header
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-07-16 Shawn M Moore Metaclass->add_method
2008-07-16 Shawn M Moore Moose compat: Rename attribute->class to attribute...
2008-07-16 Shawn M Moore Moose error compat
2008-07-16 Shawn M Moore Doc for the new trigger. Yikes. Save me perigrin!
2008-07-16 Shawn M Moore We already know $args->{trigger} is true in this codepath
2008-07-16 Shawn M Moore Implement around triggers in the constructor
2008-07-16 Shawn M Moore Some simplification of the inlined type check
2008-07-16 Shawn M Moore Add support for an "around" trigger in the setter
2008-07-16 Shawn M Moore Support before and after triggers in the constructor
2008-07-16 Shawn M Moore Support before and after triggers in the setter
2008-07-16 Shawn M Moore Canonicalize the coderef version of trigger to a hashre...
2008-07-16 Shawn M Moore We need Attribute->validate_args to take a hashref...
2008-07-16 Shawn M Moore Allow trigger to be a hashref.. :)
2008-07-16 Shawn M Moore Ensure that trigger is always a coderef
2008-06-28 Yuval Kogman silence BUILD used only once warning
2008-06-27 Shawn M Moore Doc for Mouse::Role
2008-06-27 Shawn M Moore Document BUILDARGS
2008-06-27 Shawn M Moore Better error message for clone_instance("foo")
2008-06-27 Shawn M Moore Clean up the clone tests, better error message on cloni...
2008-06-27 Shawn M Moore Add canonicalize_args, factor lazy_build canonicalizati...
2008-06-27 Shawn M Moore Doc for some of the new meta methods
2008-06-27 Shawn M Moore Small fix to improve coverage, I wish Devel::Cover...
2008-06-27 Shawn M Moore POD and basic test for is_lazy_build
2008-06-26 Yuval Kogman BUILDARGS
2008-06-19 Shawn M Moore Make it so Mouse doesn't overwrite attributes
2008-06-19 Shawn M Moore Some fixes and test improvements for roles
2008-06-18 Shawn M Moore Have Role->get_attribute return a reference instead...
2008-06-18 Shawn M Moore Make Role::with die
2008-06-18 Yuval Kogman clone_{object,instance}
2008-06-17 Yuval Kogman Be nice to Moose::Role::unimport in older moose
2008-06-17 Shawn M Moore Begin adding Squirrel::Role
2008-06-17 Shawn M Moore Need to unimport Mouse::Role's keywords
2008-06-17 Shawn M Moore Get attributes in role application working!
2008-06-17 Shawn M Moore Begin filling out role application
2008-06-17 Shawn M Moore Forgot "if @_", oops :)
2008-06-17 Shawn M Moore Tweaks to "with"
2008-06-17 Shawn M Moore Implement "with" but no role application quite yet
2008-06-17 Shawn M Moore Make has_attribute actually work
2008-06-17 Shawn M Moore Stub 'has_attribute' and make 'has' use 'add_attribute'
2008-06-17 Shawn M Moore Give Meta::Role a name method
2008-06-17 Shawn M Moore Begin actually filling out Mouse::Meta::Role
2008-06-17 Shawn M Moore symbol lineup is mandatory
2008-06-17 Shawn M Moore Begin adding a Mouse::Meta::Role which is accessible...
2008-06-17 Shawn M Moore Export and test blessed and confess
2008-06-17 Shawn M Moore Make sure that required/excludes don't explode
2008-06-17 Shawn M Moore Make sure "with" works
2008-06-17 Shawn M Moore Make sure that "has" doesn't blow up
2008-06-17 Shawn M Moore Test that before/after/around live, and defining a...
2008-06-17 Shawn M Moore Adjust the Role::extends error message to match Moose...
2008-06-17 Shawn M Moore Blow up when someone tries to use a role extends
2008-06-17 Shawn M Moore Begin adding Mouse::Role
2008-06-17 Yuval Kogman version bump to 0.05
2008-06-17 Yuval Kogman is_lazy_build
2008-06-17 Yuval Kogman lazy_build arg processing copied from Moose
2008-06-16 Yuval Kogman fix the failing test, only call ->meta on a linearized...
2008-06-16 Yuval Kogman implement lazy_build
2008-06-15 Shawn M Moore Begin adding support for has +name
2008-06-15 Shawn M Moore Move validate_args out into a separate method
2008-06-13 Shawn M Moore Bump to 0.04
2008-06-13 Shawn M Moore 0.03
2008-06-13 Shawn M Moore Add support for undef init_arg
2008-06-11 Shawn M Moore Add has_attribute, rewrite Changes to be Moosier :)
2008-06-11 Shawn M Moore Use compute_all_applicable_attributes instead of get_at...
2008-06-11 Shawn M Moore Add compute_all_applicable_attributes
2008-06-11 Shawn M Moore Doc updates
2008-06-11 Shawn M Moore Add support for ->new({...})
2008-06-11 Shawn M Moore Use Class::Method::Modifiers 1.00 for before/after...
2008-06-11 Shawn M Moore Prepare for release 0.02
2008-06-11 Shawn M Moore Bit more doc
2008-06-11 Shawn M Moore Improve test code coverage of Squirrel
2008-06-10 Shawn M Moore Fix the order that BUILD methods are called in (thanks...
2008-06-10 Yuval Kogman more explaining
2008-06-10 Yuval Kogman i speak english, i learn it from a book
2008-06-10 Yuval Kogman use teh Squirrel
2008-06-10 Yuval Kogman v string not portable
2008-06-10 Shawn M Moore Some final touches on the doc. This is 0.01.
2008-06-10 Shawn M Moore Lots of doc
2008-06-10 Shawn M Moore Some errors for auto_deref
2008-06-10 Shawn M Moore Implementation of auto_deref
2008-06-10 Shawn M Moore Invalid class names should throw an exception
2008-06-10 Shawn M Moore Various is_class_loaded/load_class nits
2008-06-10 Shawn M Moore Replace is_class_loaded with version from Class::MOP
2008-06-10 Shawn M Moore Some ClassName simplification and fixes
2008-06-10 Shawn M Moore have ClassName check use is_class_loaded
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore Begin moving Moose::Attribute and Moose::Class into...
2008-06-10 Shawn M Moore Finish the use of overload::StrVal, in verify_type_cons...
2008-06-10 Shawn M Moore use overload::StrVal in type-constraint errors
next