Remove our (now broken) dzil GatherDir subclass
[gitmo/Moose.git] / t / roles /
2012-06-21 Matt S Trout change role-to-role application to allow method shadowing
2012-01-06 Dave Rolsky Test (that fails) for an edge case in role composition
2011-12-30 Dave Rolsky Add tests for handling of excludes ...
2011-12-26 Dave Rolsky Add some minimal tests of the method API for roles
2011-10-22 Dave Rolsky Fix test failure with Perl 5.8.8
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-17 Jesse Luehrs be more verbose in the required method error (RT#60583)
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-07-20 Jesse Luehrs initialize the metaclass when calling ->does
2011-06-19 Chris Prather initialize a metaclass when trying to apply all roles
2011-05-06 Ricardo Signes use hypothetical next version of Data::OptList
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-22 Chris Weyl Moose::Meta::Role::create should honor "roles"
2011-03-14 Dave Rolsky Store the role which first defines an attribute, and...
2011-03-14 Dave Rolsky Add test for applied_attribute traits being lost when...
2011-03-14 Florian Ragwitz Remove numbers from our tests