correct captures assignment in quote_sub
[gitmo/Moo.git] / xt /
2013-09-21 Graham Knop updated dependents test
2013-08-27 Graham Knop test for global destruction bug
2013-08-23 Graham Knop Remove MooX::Types from xt tests
2013-08-23 Graham Knop update dependents test
2013-07-15 Graham Knop clean up test and remove subtests
2013-07-15 Graham Knop more testing for create_class_with_roles
2013-07-15 Graham Knop update dependents test
2013-07-11 Graham Knop allow passing dependents test option as param
2013-07-11 Graham Knop update broken dependents
2013-07-11 Graham Knop additional tests for applying multiple roles
2013-06-27 Graham Knop test for no Moo::sification
2013-06-19 Graham Knop test for consuming multiple Moose roles
2013-06-17 Graham Knop use Test::Fatal instead of Test::Exception in all xt...
2013-06-12 Graham Knop remove HTML-Zoom-Parser-HH5P from broken dependent...
2013-06-12 Graham Knop remove GeoIP2 from broken dependent list
2013-06-12 Graham Knop fix module name determination
2013-06-12 Graham Knop mark todo dependent tests
2013-06-12 Graham Knop exclude by dist in dependents test, with some refactoring
2013-06-12 Graham Knop skip prereq tests on some problematic modules and know...
2013-06-12 Graham Knop test to check dependents
2013-06-12 Graham Knop fix inflating method modifiers applied to multiple...
2013-06-12 Graham Knop test for trait inflation from moo roles
2013-06-12 Graham Knop clean up trait test and add check for init_arg => undef
2013-06-12 Graham Knop test for attribute attributes coming from traits
2013-05-04 Dagfinn Ilmari Man... Fix warnings about unknown attribute parameters on...
2013-05-04 Dagfinn Ilmari Man... Avoid braces as regex delimiters when used escaped...
2013-05-04 Toby Inkster die with a helpful error message if $TYPE_MAP{$isa...
2013-05-04 Kent Fredric add xt/ test for RT#84615 : Moo::Object->meta->can...
2013-05-04 Graham Knop moosify on overridden attributes adds to list of subs
2013-05-04 Matt Phillips Adds moosify isa spec
2013-03-16 Graham Knop test for rt#83508, inflated metaclass sometimes forgett...
2013-03-16 Graham Knop also test that name is correct for moose types with...
2013-03-16 Graham Knop test for bug with different coercions on same native...
2013-02-09 Dagfinn Ilmari Man... Create class and role type constraints for Moose
2013-02-06 Graham Knop test for Moose consuming a role with no subs after...
2012-12-15 Toby Inkster restore lives_and
2012-12-15 Toby Inkster get ilmari's test to pass
2012-12-15 Dagfinn Ilmari Man... Add TODO test for RT#80492
2012-07-20 Sawyer X add xt test for Moose + namespace::autoclean
2012-07-17 Matt S Trout add Mouse support for isa/coerce
2012-07-17 Tomas Doran Moo using Moose Roles incompatibility
2012-07-17 Tomas Doran Fail with namespace::autoclean
2012-06-26 Matt S Trout MooClass->meta
2012-06-22 Mark A. Stratman Add failing test for overriding default with '+attr'
2012-06-21 Tomas Doran Add additional testing for role combination
2012-05-21 Tomas Doran Role combination bug with with Moo & Moose roles
2012-05-08 Matt S Trout removed test: using return in Sub::Quote considered...
2012-05-08 Tomas Doran Type coercions cause confusing and wrong ->new methods.
2012-05-07 Matt S Trout inhale Mouse
2012-05-07 Matt S Trout support isa and coerce together for Moose
2012-05-07 Tomas Doran Tests for types into Moo and Moose
2012-05-07 Matt S Trout reset handlemoose state on mutation
2012-05-07 Tomas Doran Another broken case where Moo::Role, then namespace...
2012-05-06 Matt S Trout fix coderef naming to avoid confusing autoclean
2012-05-05 Tomas Doran Fail for has '+attr' when attr comes from a Moo role
2012-05-05 Tomas Doran And even composing one seems to drag unwanted sugar...
2012-05-05 Tomas Doran Composing 2 moo roles into a Moose class is broken
2012-05-05 Tomas Doran Another example of fail
2012-05-04 Matt S Trout clarify test's purpose
2012-05-04 Tomas Doran Fail at the first hurdle :)
2012-04-17 Matt S Trout handle Moo coercions
2012-04-16 Matt S Trout play jenga
2012-04-06 Matt S Trout auto-moose
2012-04-06 Matt S Trout with "MooseRole";
2012-04-04 Arthur Axel 'fREW... test for "does" on attrs
2012-04-04 Matt S Trout add test for named types
2012-04-04 Matt S Trout method modifiers for roles
2012-04-04 Matt S Trout stop variable getting detached in lazy test
2012-04-03 Arthur Axel 'fREW... test for lazy
2012-04-03 Arthur Axel 'fREW... test Isa checking
2012-04-03 Arthur Axel 'fREW... fixup! fixup! add method modifiers test
2012-04-03 Arthur Axel 'fREW... fixup! add method modifiers test
2012-04-03 Arthur Axel 'fREW... add method modifiers test
2012-04-03 Arthur Axel 'fREW... add basic requires test
2012-04-02 Matt S Trout role application works for a simple case
2012-04-02 Matt S Trout the beginnings of Moose handling