Split role application to a module like Moose
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
2010-09-23 Fuji, Goro Split role application to a module like Moose
2010-09-23 Fuji, Goro Clean up
2010-09-17 gfx Checking in changes prior to tagging of version 0.70. 0.70
2010-09-13 gfx Checking in changes prior to tagging of version 0.69. 0.69
2010-09-11 gfx Checking in changes prior to tagging of version 0.68. 0.68
2010-09-11 gfx Docs
2010-09-10 gfx Checking in changes prior to tagging of version 0.67. 0.67
2010-09-10 gfx Checking in changes prior to tagging of version 0.66. 0.66
2010-09-09 gfx Checking in changes prior to tagging of version 0.65. 0.65
2010-07-26 gfx Checking in changes prior to tagging of version 0.64. 0.64
2010-07-20 gfx Checking in changes prior to tagging of version 0.63. 0.63
2010-07-06 gfx Checking in changes prior to tagging of version 0.62. 0.62
2010-06-19 gfx Checking in changes prior to tagging of version 0.61. 0.61
2010-06-09 gfx Checking in changes prior to tagging of version 0.60. 0.60
2010-05-18 Fuji, Goro Checking in changes prior to tagging of version 0.59. 0.59
2010-05-08 Fuji, Goro Checking in changes prior to tagging of version 0.58. 0.58
2010-05-07 Fuji, Goro Checking in changes prior to tagging of version 0.57. 0.57
2010-04-29 gfx Checking in changes prior to tagging of version 0.56. 0.56
2010-04-29 gfx Resolve RT #56837 (reported by Sanko Robinson), based...
2010-04-21 gfx Checking in changes prior to tagging of version 0.55. 0.55
2010-04-17 gfx Checking in changes prior to tagging of version 0.54. 0.54
2010-04-11 gfx Checking in changes prior to tagging of version 0.53. 0.53
2010-03-27 gfx Checking in changes prior to tagging of version 0.52... 0.52
2010-03-15 gfx Checking in changes prior to tagging of version 0.51... 0.51
2010-03-15 gfx Checking in changes prior to tagging of version 0.50_09... 0.50_09
2010-03-12 gfx Remove unused vars, suggested by Test::Vars
2010-03-11 gfx Checking in changes prior to tagging of version 0.50_08... 0.50_08
2010-03-07 gfx Checking in changes prior to tagging of version 0.50_07... 0.50_07
2010-03-02 gfx Checking in changes prior to tagging of version 0.50_06... 0.50_06
2010-03-01 gfx Checking in changes prior to tagging of version 0.50_05... 0.50_05
2010-02-26 gfx Checking in changes prior to tagging of version 0.50_04... 0.50_04
2010-02-26 gfx Make does_role accept a role meta object
2010-02-26 gfx Make roles smarter
2010-02-26 gfx Move method modifier manipulators into XS
2010-02-22 gfx Checking in changes prior to tagging of version 0.50_03... 0.50_03
2010-02-20 gfx Checking in changes prior to tagging of version 0.50_02... 0.50_02
2010-02-13 gfx Checking in changes prior to tagging of version 0.50_01... 0.50_01
2010-02-08 gfx Checking in changes prior to tagging of version 0.50... 0.50
2010-02-08 gfx Add Mouse::Util::quoted_english_list()
2010-02-03 gfx Change a terminology; s/applicant/consumer/;
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
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
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-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
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-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-27 gfx No meta programming in Mouse/Meta/Role.pm
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
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 Fix role application to instances
2009-10-12 gfx Resolve a 'failing' test, although it has some TODOs
2009-10-09 gfx Move non-useful, Moose-specific methods into t/lib...
2009-10-08 gfx Tiny tweaks
2009-10-08 gfx Re-implement role composition, which was implemented...
2009-10-07 gfx Implement role application to instances
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-02 gfx Mouse::Meta::Class and Mouse::Meta::Role are now extens...
2009-09-28 gfx Fix has_method() for backward compatibility
2009-09-27 gfx Fix compatibility issue on Ark
2009-09-27 gfx Fix an issue that breaks a backward compatibility.
2009-09-25 gfx No base.pm
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
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 Implement confliction checks in roles
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 Add has_x_method_modifiers, but not yet tested
2009-09-20 gfx Creanup
2009-09-20 gfx Refactoring
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
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...
next