gitmo/Mouse.git
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 Resolve a failing test file
2010-07-26 gfx Resolve a failing test file although some are skipped
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 Use new macro CvGV_set() (see perl5133delta)
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-17 gfx This fixes RT#59460. (Curtis Jewell)
2010-07-06 gfx Checking in changes prior to tagging of version 0.62. 0.62
2010-07-06 gfx Avoid compiler's warnings
2010-07-06 gfx Make strict_constructor public
2010-07-06 gfx Revert __set_strict_constructor
2010-07-06 gfx Add __set_strict_constructor
2010-07-06 gfx Avoid compiler's warnings on older perls
2010-07-03 gfx Fix threading tests for bad perls:
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-19 gfx Fix the Perl_call_sv() problem again, and tests for it
2010-06-19 gfx Ensure M::I version >= 0.99
2010-06-12 gfx Fix possible memory leaks, which occurs when constructo...
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-06-09 gfx Resolve RT #57975: "Exception caught:" prefixes on...
2010-06-09 gfx Skip a test that fails on some platforms
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-18 Fuji, Goro Fix a test
2010-05-18 Fuji, Goro Improve error messages
2010-05-18 Fuji, Goro Disable a part of tests on 5.13.0
2010-05-17 Fuji, Goro Update Makefile.PL
2010-05-08 Fuji, Goro Checking in changes prior to tagging of version 0.58. 0.58
2010-05-08 Fuji, Goro Fix mouse_call_sv_safe() again
2010-05-08 Fuji, Goro PERL_CONTEXT has been chaned in 5.12
2010-05-07 Fuji, Goro Checking in changes prior to tagging of version 0.57. 0.57
2010-05-07 Fuji, Goro Workaround RT #57144, caused by Perl_call_sv()'s bug
2010-05-07 Fuji, Goro Add RT57144.t, but it is not fixed yet...
2010-04-29 gfx Checking in changes prior to tagging of version 0.56. 0.56
2010-04-29 gfx Rename a test directry name to be clear
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-21 gfx Comment out a debug output
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-17 gfx Add a test file for RT #56523
2010-04-11 gfx Checking in changes prior to tagging of version 0.53. 0.53
2010-04-11 gfx Tweaks
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-04-11 gfx Rename a wrong-named test file
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-27 gfx Tiny tweaks
2010-03-27 gfx Use PL_statusvalue directly, instead of useing $?
2010-03-27 gfx Workaround RT #69939
2010-03-26 gfx Make a private function static
2010-03-25 gfx Make Mouse::XS reloadable
2010-03-25 gfx $tc->check into XS
2010-03-25 gfx Remove the cache of load_class()
2010-03-16 gfx Fix an env setting
2010-03-16 gfx Add Test::Requires to dependencies
2010-03-16 gfx Ensure to use Mouse in Any::Moose
2010-03-16 gfx Clean up author/test-externals.pl; see also t/800_with_...
2010-03-15 gfx Add an example using NativeTraits
2010-03-15 gfx Checking in changes prior to tagging of version 0.51... 0.51
2010-03-15 gfx Rearrange test files
2010-03-15 gfx Resolve a todo to pass pod-coverage-moose
2010-03-15 gfx Checking in changes prior to tagging of version 0.50_09... 0.50_09
2010-03-15 gfx Ensure M::I::XSUtil 0.22
2010-03-15 gfx Fix an issue on the Int type constraint, to accept...
2010-03-15 gfx Fix a module name
2010-03-12 gfx Remove vars.t
2010-03-12 gfx Introduce Test::Perl::Critic
2010-03-12 gfx Remove unused vars, suggested by Test::Vars
2010-03-12 gfx Add xt/07_vars.t
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-10 gfx Remove CheckVersionsMatch, add UploadCPAN
2010-03-08 gfx Fix metaclass compatibility
2010-03-08 gfx Update README
2010-03-08 gfx Set correct parents for enum_type and duck_type
2010-03-08 gfx Fix triggers
2010-03-08 gfx Add some author's prereqs
2010-03-08 gfx Add user module testing using Test::DependentModules
2010-03-08 gfx Makefile.PL accepts --author option, to install author...
2010-03-08 gfx Changes and docs
2010-03-08 gfx Reinplement the type parser. Now it throws syntax error...
2010-03-08 gfx Add Net::Google::DataAPI to author/test_externals.pl
2010-03-07 gfx Checking in changes prior to tagging of version 0.50_07... 0.50_07
2010-03-07 gfx Fix a possible panic, caused by triggers (reported...
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...
next