Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / lib /
2010-09-24 Fuji, Goro Fix apply_all_roles()
2010-09-23 Fuji, Goro Clean up
2010-09-23 Fuji, Goro Remove unused imports
2010-09-23 Fuji, Goro Tidy
2010-09-23 Fuji, Goro chmod -x
2010-09-23 Fuji, Goro chomp white spaces
2010-09-23 Fuji, Goro Docs
2010-09-23 Fuji, Goro Cleanup duplicated code
2010-09-23 Fuji, Goro Split role application to a module like Moose
2010-09-23 Fuji, Goro Clean up
2010-09-23 Fuji, Goro Fix add_metaclass_accessor stuff
2010-09-23 Fuji, Goro Inheitance of non-Mouse classes now produces wranings
2010-09-23 Fuji, Goro Cleanup Makefile.PL, etc.
2010-09-22 Fuji, Goro Docs on Mouse::Util
2010-09-22 Fuji, Goro Make code simple
2010-09-22 Fuji, Goro Tidy
2010-09-22 Fuji, Goro Tidy and docs for meta type constraint class
2010-09-22 Fuji, Goro Move overload stuff to XS
2010-09-17 gfx Checking in changes prior to tagging of version 0.70. 0.70
2010-09-17 gfx Make Delegations work with method modifiers
2010-09-13 gfx Checking in changes prior to tagging of version 0.69. 0.69
2010-09-13 gfx Docs
2010-09-13 gfx Workaround Test::Builder2's problem that it loads the...
2010-09-12 gfx Docs and comments
2010-09-12 gfx Tweaks for method modifiers
2010-09-12 gfx No import() for confess()
2010-09-12 gfx Tweaks
2010-09-11 gfx Checking in changes prior to tagging of version 0.68. 0.68
2010-09-11 gfx Docs
2010-09-11 gfx Tweaks for method modifiers
2010-09-11 gfx Remove XS method modifier stuff which depend on Data...
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-10 gfx Workaround older perl's bug that caused segv by releasi...
2010-09-10 gfx Fix an error message for method modifiers
2010-09-10 gfx Update Moose compat version
2010-09-09 gfx Checking in changes prior to tagging of version 0.65. 0.65
2010-09-09 gfx Remove long deprecated methods
2010-09-06 gfx Catch up Moose's change d21262bd42c2539c47e5d41e7506710...
2010-09-06 gfx Resolve RT#61076 (improve error messages)
2010-09-06 gfx Support PERL_ONLY env var
2010-07-26 gfx Checking in changes prior to tagging of version 0.64. 0.64
2010-07-26 gfx Remove long deprecated methods in M::M::Attribute
2010-07-26 gfx Fix illegal option process, add tests for it
2010-07-26 gfx Add illigal inheritance process (Moose 1.09 feature)
2010-07-26 gfx Add $attr->insertion_order
2010-07-20 gfx Checking in changes prior to tagging of version 0.63. 0.63
2010-07-20 gfx Import a latest test file for register_type_constraints...
2010-07-20 Vincent Pit Implement Mouse::Util::TypeConstraints::register_type_c...
2010-07-06 gfx Checking in changes prior to tagging of version 0.62. 0.62
2010-07-06 gfx Make strict_constructor public
2010-06-19 gfx Checking in changes prior to tagging of version 0.61. 0.61
2010-06-19 gfx Compat version is 1.05
2010-06-09 gfx Checking in changes prior to tagging of version 0.60. 0.60
2010-06-09 gfx Make clone_object() into PurePerl
2010-06-09 gfx Make type constraint messages compatible with Moose's
2010-06-09 gfx Follow Moose's new feature: BUILDALL is called by new_o...
2010-05-20 tokuhirom use Data::Util directly, instead of Class::Method:...
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-21 gfx Workaround a bug with threads. cleaning stash with...
2010-04-17 gfx Checking in changes prior to tagging of version 0.54. 0.54
2010-04-17 gfx Apply a patch from Michael G Schwern
2010-04-11 gfx Checking in changes prior to tagging of version 0.53. 0.53
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-03-27 gfx Checking in changes prior to tagging of version 0.52... 0.52
2010-03-27 gfx Remove caveats about RT#69939
2010-03-25 gfx $tc->check into XS
2010-03-25 gfx Remove the cache of load_class()
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-15 gfx Fix an issue on the Int type constraint, to accept...
2010-03-12 gfx Introduce Test::Perl::Critic
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-10 gfx Turns on FATAL => 'recursion' by "use Mouse"
2010-03-10 gfx Make Meta::Method comparable like Class::MOP::Method
2010-03-08 gfx Fix metaclass compatibility
2010-03-08 gfx Set correct parents for enum_type and duck_type
2010-03-08 gfx Fix triggers
2010-03-08 gfx Changes and docs
2010-03-08 gfx Reinplement the type parser. Now it throws syntax error...
2010-03-07 gfx Checking in changes prior to tagging of version 0.50_07... 0.50_07
2010-03-07 gfx Revert "Refactor pp method generators"
2010-03-02 gfx Checking in changes prior to tagging of version 0.50_06... 0.50_06
2010-03-02 gfx Work around RT #55048 for Mouse::PurePerl
2010-03-02 gfx Method::Constructor and Method::Destructor must be...
2010-03-01 gfx Checking in changes prior to tagging of version 0.50_05... 0.50_05
2010-03-01 gfx Fix metaclass imcompatibility issue
2010-02-27 gfx Refactor pp method generators
2010-02-26 gfx Checking in changes prior to tagging of version 0.50_04... 0.50_04
2010-02-26 gfx Deprecate Mouse->export and Mouse->export_to_level.
2010-02-26 gfx Make does_role accept a role meta object
2010-02-26 gfx No constant.pm
2010-02-26 gfx Remove an internal constant, _MOUSE_VERBOSE
2010-02-26 gfx Tidy Meta::TypeConstraint
next