Refactor attribute constructor
[gitmo/Mouse.git] / lib / Mouse / Meta / Class.pm
2009-09-25 gfx Refactor attribute constructor
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-24 gfx Add some tests
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Fix the timing triggers are invoked
2009-09-22 gfx Add various things
2009-09-22 gfx Add a comment
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx More compatibility
2009-09-21 gfx Make anonymous classes work correctly
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx A tiny tweak
2009-09-21 gfx Remove an unused method
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Creanup
2009-09-20 gfx Move M::Util::(version|authority|identifier) to M:...
2009-09-20 gfx Refactoring
2009-09-17 gfx Fix meta() and initialize() for more compatibility
2009-06-09 Tokuhiro Matsuno latest moose inlining destructor by default
2009-04-13 Tokuhiro Matsuno bug fixed. test is very important things!
2009-04-11 Tokuhiro Matsuno Moose says 'The clone_instance method has been made...
2009-04-09 Yuval Kogman get_all_attributes
2009-04-06 wu-lee Added metaclass cache accessor methods (straight from...
2009-04-02 NAKAGAWA Masaki Meta::Class->does_role searches isa for Moose compatibility
2009-04-02 Tokuhiro Matsuno added Meta::Class->add_attribute_list for Moose compati...
2009-04-02 Tokuhiro Matsuno added Meta::Class->has_method($name)
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-03-04 Tokuhiro Matsuno added YourClass->meta->add_attribute(foo => (is =>...
2009-03-02 Tokuhiro Matsuno micro optimization for method modifiers.
2009-02-10 Shawn M Moore Throw a better error message when using a method modifi...
2009-02-05 Jesse Vincent Moose's make_immutable returns true allowing calling...
2009-02-05 Shawn M Moore Implement get_all_method_names
2009-02-05 Shawn M Moore Factor out some bits of get_method_list so I can write
2009-02-05 Shawn M Moore Need to ignore override and super in the method list
2009-02-05 Shawn M Moore Settle for respecting inline_constructor for now
2009-02-05 Shawn M Moore Ensure that we're not blowing away an inherited constructor
2009-01-18 Dann refactored out fast method modifier as Class::Method...
2009-01-13 Dann use Data::Util to make modifier fast if Data::Util...
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...