suppress warnings when we use around and has "+..."
[gitmo/Mouse.git] / lib / Mouse / Meta / Class.pm
2009-01-10 Dann suppress warnings when we use around and has "+..."
2008-12-22 Shawn M Moore Typo fix
2008-12-22 Shawn M Moore We do need to copy %options so we can use $options...
2008-12-22 Shawn M Moore Begin stealing more Moose meta API
2008-12-09 Shawn M Moore Tweaks to metaclass
2008-12-09 Shawn M Moore Anchor this exclusion regex so "has_list" etc will...
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno improvement the compatibility with Moose.
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-06 Tokuhiro Matsuno always inject method to DESTROY
2008-12-04 Tokuhiro Matsuno shortcut the flow for micro optimization.
2008-12-04 Tokuhiro Matsuno added Mouse::Meta::Class->create(_anon_class)?
2008-12-03 大沢 和宏 added role_type on Mouse::TypeRegistry
2008-12-03 Tokuhiro Matsuno generate DESTROY method for performance improvement
2008-12-03 Tokuhiro Matsuno - inject object constructor when call meta->make_immutable.
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-09-28 Shawn M Moore Remove dep on CMM by just delay-loading
2008-09-28 Shawn M Moore Mouse::Util::blessed
2008-09-28 Shawn M Moore use Mouse::Util 'get_linear_isa' instead of MRO::Compat...
2008-07-30 Shawn M Moore Refactor regular class method modifier addition to...
2008-07-24 Yuval Kogman Moose extending Mouse test & minor fixes
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-16 Shawn M Moore Metaclass->add_method
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 Doc for some of the new meta methods
2008-06-18 Yuval Kogman clone_{object,instance}
2008-06-17 Shawn M Moore symbol lineup is mandatory
2008-06-11 Shawn M Moore Add has_attribute, rewrite Changes to be Moosier :)
2008-06-11 Shawn M Moore Add compute_all_applicable_attributes
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...