Remove the use of get_attribute_map()
[gitmo/Mouse.git] / lib / Mouse /
2009-10-01 gfx Tiny tweaks
2009-10-01 gfx Tidy
2009-10-01 gfx Tweaks
2009-10-01 gfx Fix some code for new APIs
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx A tiny tweak
2009-09-30 gfx Remove an unused method
2009-09-30 gfx Fix an issue tested in t/040_type_constraints/025_type_...
2009-09-30 gfx Remove debugging code
2009-09-30 gfx Deprecate two internal methods: coerce_constraint(...
2009-09-30 gfx Add a semicolon
2009-09-30 gfx Tidy
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Remove unused methods
2009-09-30 gfx Fix subtype()
2009-09-30 gfx Refactor type constraints
2009-09-29 gfx Fix an issue that breaks backward compatibility
2009-09-29 gfx Fix union types and coercion
2009-09-29 gfx Add a warning for an old style use of TypeConstraint
2009-09-29 gfx Remove 'Role' type from the document
2009-09-29 gfx Rewrite type constraint parser for union parameter...
2009-09-28 gfx Tweaks for pods
2009-09-28 gfx Add descriptions to pods
2009-09-28 gfx version 0.37
2009-09-28 gfx Fix pods
2009-09-28 gfx Add a "no warnings 'once'"
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-27 gfx Fix compatibility issue on Ark
2009-09-27 gfx Checking in changes prior to tagging of version 0.36... 0.36
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-26 gfx version++ in Spec.pm
2009-09-26 gfx Add SEE ALSO to Meta Module
2009-09-25 gfx version 0.34
2009-09-25 gfx No base.pm
2009-09-25 gfx Tiny tweaks suggested by NYTProf
2009-09-25 gfx Fix tests and documents
2009-09-25 gfx Comment out 'does'
2009-09-25 gfx Tidy
2009-09-25 gfx Method modifiers are implemented in Mouse
2009-09-25 gfx Implement own method modifiers
2009-09-25 gfx Remove unused import
2009-09-25 gfx Improve documents
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
next