Checking in changes prior to tagging of version 0.40_08. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / Class.pm
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-26 gfx Remove method list without explanations
2009-11-26 gfx Fix metaclass compatibility resolution
2009-11-18 gfx Add public method list as TODO
2009-11-18 gfx Fix _reconcile_with_superclass_meta
2009-11-18 gfx Add metaclass compatibility stuff
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Tidy
2009-11-17 gfx Make some constants as class attributes
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Remove "use Mouse::Meta::Method::Destructor"
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Mouse:::Meta::Method::Constructor is used only in pure...
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Change inline_constructor => 0
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add $ignore_triggers option to _initialize_object()
2009-11-03 gfx Implement get_all_attributes in XS
2009-11-03 gfx Remove useless use of or-assign
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-31 gfx Change is-a predicate stuff
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move accessors into XS
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Add calculate_all_roles() to Meta::Class/Meta::Role
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Tidy
2009-10-09 gfx Tidy for release
2009-10-09 gfx Remove Moose's comment
2009-10-08 gfx Fix some issues on attributes
2009-10-08 gfx Check superclasses not to inherit from roles
2009-10-08 gfx add_method() stores code references instead of a true...
2009-10-07 gfx More compatibility
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-04 gfx Add find_attribute_by_name()
2009-10-04 gfx Implement augment/inner
2009-10-04 gfx Refactor the override method modifier code to reduce...
2009-10-04 gfx Fix clone_and_inherit_options() to take 'traits' and...
2009-10-03 gfx Fix class/role creation
2009-10-03 gfx Cleanup
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-10-02 gfx Mouse::Meta::Class and Mouse::Meta::Role are now extens...
2009-10-02 gfx Add a test file to extend metaclasses
2009-10-02 gfx Tidy
2009-10-02 gfx Deprecate compute_all_applicable_attributes() and get_a...
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx A tiny tweak
2009-09-30 gfx Tidy
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-28 gfx Add descriptions to pods
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-25 gfx No base.pm
2009-09-25 gfx Fix tests and documents
2009-09-25 gfx Tidy
2009-09-25 gfx Implement own method modifiers
2009-09-25 gfx Improve documents
2009-09-25 gfx Deprecate clone_instance
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
next