gitmo/Mouse.git
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...
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-28 gfx Add a todo to test metaclass compatibility
2010-02-28 gfx Shorten a test file name
2010-02-28 gfx Merge remote branch 'origin/more_than_32_bit_Int_on_32_...
2010-02-27 Ævar Arnfjörð... The last commit didn't correctly catch 1 v.s. 1.5,... more_than_32_bit_Int_on_32_bit_systems
2010-02-27 Ævar Arnfjörð... Moose used an incorrect cast at the C-level resulting...
2010-02-27 gfx Refactor pp method generators
2010-02-27 gfx Fix an error
2010-02-27 gfx use Module::Install::AuthorTests for co-developpers
2010-02-27 gfx Add author/requires.cpanm for co-developpers. "cpanm...
2010-02-27 gfx Tidy the xs code
2010-02-27 gfx Use more mcall1
2010-02-27 gfx Reduce SvGETMAGIC()
2010-02-27 gfx Use mcall1s() instead of raw perl API
2010-02-27 gfx Reset stash iterators
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
2010-02-26 gfx Simplify error check routines in XS
2010-02-26 gfx Implement install_subroutines in XS
2010-02-26 gfx Introduce install_subroutines() to reduce direct stash...
2010-02-26 gfx Make roles smarter
2010-02-26 gfx Fix a typo
2010-02-26 gfx Add an example for Mouse error checking
2010-02-26 gfx Use @CARP_NOT instead of %Carp::Internal
2010-02-26 gfx More tests for strict constructor
2010-02-26 gfx Tidy _generate_destructor
2010-02-26 gfx Move method modifier manipulators into XS
2010-02-26 gfx Tidy the pp constructor generator
2010-02-23 gfx Remove extra spaces and comments; no functionality...
2010-02-23 gfx Clean up warnings
2010-02-23 gfx Refactor get_linear_isa()
2010-02-23 gfx Remove a fat semicolon
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-23 gfx Export load_class and is_class_loaded to the Mouse...
2010-02-23 gfx Make Mouse::Util::load_class return the argument class...
2010-02-22 gfx Checking in changes prior to tagging of version 0.50_03... 0.50_03
2010-02-22 gfx Fix docs. The phrases "Fewer than 1%" and "over 96...
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-22 gfx Tidy delegation routine
2010-02-22 gfx Optimize Method::Delegation
2010-02-22 gfx Mention to MouseX::NativeTraits
2010-02-22 gfx Make editors happy.
2010-02-22 gfx Don't set package_defined_in automatically, because...
next