Add Mouse::Util::quoted_english_list()
[gitmo/Mouse.git] / lib / Mouse / Meta / Module.pm
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2010-01-09 gfx Clean up deprecations
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-19 gfx Tweaks for 5.6.2 0.45
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-28 gfx Skip class unload stuff in global destruction
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-26 gfx Add a constant, MOUSE_XS
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Add Mouse::Util::MetaRole
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Optimize get_metaclass() in XS
2009-11-04 gfx Tweaks for speed
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Tweaks
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-27 gfx Tidy
2009-10-27 gfx No import
2009-10-27 gfx Move add_method into XS
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move ::Meta::Module::namespace into XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Use get_method_body(), instead of can()
2009-10-24 gfx Rename ::Meta::Method::new to ::Meta::Method::wrap...
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50422
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-08 gfx Tiny tweaks
2009-10-08 gfx Re-implement role composition, which was implemented...
2009-10-08 gfx add_method() stores code references instead of a true...
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-04 gfx add_method() accepts method objects
2009-10-03 gfx Fix class/role creation
2009-10-03 gfx Cleanup
2009-10-03 gfx Fix previous changes
2009-10-03 gfx Refactor create() and DESTORY() in Mouse::Meta::Module
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