Rename t/000-recipes to t/000_recipes
[gitmo/Mouse.git] / lib / Mouse / Meta / Module.pm
2009-10-02 gfx Deprecate compute_all_applicable_attributes() and get_a...
2009-10-01 gfx Tiny tweaks
2009-10-01 gfx Tidy
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx Remove an unused method
2009-09-28 gfx Add descriptions to pods
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-26 gfx Add SEE ALSO to Meta Module
2009-09-25 gfx Tiny tweaks suggested by NYTProf
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 Deprecate clone_instance
2009-09-24 gfx Refactor many many things
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 Always load Mouse::Util first, which will be load Mouse...
2009-09-22 gfx Add various things
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx Make anonymous classes work correctly
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Cleanup
2009-09-20 gfx Move M::Util::(version|authority|identifier) to M:...
2009-09-20 gfx Refactoring