Don't use $_ as loop variable when calling arbitrary code (RT#81072)
[gitmo/Moo.git] / xt /
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