Make a test TODO
[gitmo/Mouse.git] / lib / Mouse /
2009-09-25 gfx Make sure to work on 5.6.2
2009-09-25 gfx Tidy
2009-09-25 gfx Tidy
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 Fix Makefile.PL to use Mouse::Spec
2009-09-24 gfx Add Mouse::Spec for required Moose version
2009-09-24 gfx Refactor the constructor of Attribute
2009-09-24 gfx Fix class_type
2009-09-24 gfx Move features used only for testing to t/lib/Test/Mouse.pm
2009-09-24 gfx Add some tests
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-23 gfx Fix errors
2009-09-23 gfx Add placeholders of augment() and inner() to Mouse.pm
2009-09-23 gfx Tweaks for type constraints.
2009-09-23 gfx Fix type constraint issue
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 Implement confliction checks in roles
2009-09-22 gfx Add Mouse::Util::english_list()
2009-09-22 gfx Add a comment
2009-09-22 gfx Note failures in 5.10.1, but I don't know why it happens
2009-09-22 gfx Change, Fix, Improve
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx More compatibility
2009-09-21 gfx Use scalar(caller) instead of caller in list context
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 Add Meta/Method/Accessor.pm
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Add has_x_method_modifiers, but not yet tested
2009-09-20 gfx Creanup
2009-09-20 gfx Cleanup
2009-09-20 gfx Move M::Util::(version|authority|identifier) to M:...
2009-09-20 gfx Fix a bug related to the randomized hash keys.
2009-09-20 gfx Refactoring
2009-09-20 gfx Save global variables (Mouse/Util.pm)
2009-09-17 gfx Fix meta() and initialize() for more compatibility
2009-09-17 gfx Merge branch 'topic/more-compatible' of gitmo@moose...
2009-09-17 gfx Warn about missing associated methoes, instead of die.
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-17 gfx Make generators private
2009-09-17 gfx Move MethodAccessor stuff to Attribute
2009-09-16 sunnavy Moose role class has ->meta in method_list since 0...
2009-09-15 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-15 gfx Improve type constraint stuff
2009-09-15 gfx Support is => 'bare' for compatibility
2009-09-15 gfx Make generators private
2009-09-15 gfx Move MethodAccessor stuff to Attribute
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-06-09 Tokuhiro Matsuno latest moose inlining destructor by default
2009-05-27 Shawn M Moore mro::get_linear_isa -> Mouse::Util::get_linear_isa
2009-05-27 Shawn M Moore If the metaclass has been collected, use mro::linearize...
2009-04-15 Shawn M Moore Use $value instead of $_ in the constructor, since...
2009-04-15 Shawn M Moore Clean up verify_against_type_constraint
2009-04-13 Tokuhiro Matsuno bug fixed. test is very important things!
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 Tokuhiro Matsuno tckect #42992: Method modifiers affect all classes...
2009-04-11 Tokuhiro Matsuno Moose says 'The clone_instance method has been made...
2009-04-11 markstos Improve documentation for type constraints.
2009-04-11 Tokuhiro Matsuno fixed pod mark up bug. and added Test::Pod test.
2009-04-10 Tokuhiro Matsuno class-mop says 'The compute_all_applicable_attributes...
2009-04-09 Yuval Kogman get_all_attributes
2009-04-06 wu-lee Added metaclass cache accessor methods (straight from...
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
2009-04-03 wu-lee Fixed a bug in the compiled constructor - it was invoki...
2009-04-03 wu-lee Type coercions should be added to the front of the...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-03 wu-lee Correct error message to include 'Maybe' as implemented...
2009-04-03 Tokuhiro Matsuno scope makes slower!mouse's constructer is faster than...
2009-04-03 Tokuhiro Matsuno use compiled_constraints directly. performance enhancement.
2009-04-03 Tokuhiro Matsuno refactoring the duplicated vars
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.
2009-04-02 Tokuhiro Matsuno use compiled type constraints. this change makes faster :)
2009-04-02 NAKAGAWA Masaki Meta::Class->does_role searches isa for Moose compatibility
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno rebirth the find_type_constraint for backward compatibility
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Tokuhiro Matsuno added Meta::Class->add_attribute_list for Moose compati...
2009-04-02 Tokuhiro Matsuno more strict argument check. Mouse does not support...
2009-04-02 Tokuhiro Matsuno added Meta::Class->has_method($name)
2009-04-02 Daisuke Maki (lest... look under %TYPE first
2009-04-02 Daisuke Maki (lest... Export find_type_constraint
2009-04-02 Daisuke Maki (lest... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Daisuke Maki (lest... implement Maybe
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-04-01 Shawn M Moore Update error message to match Moose's
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore Fix another keyword regex
2009-04-01 Shawn M Moore Remove third argument to trigger
next