remove trailing whitespace
[gitmo/Moose.git] / t / 050_metaclasses / 015_metarole.t
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-02-14 Florian Ragwitz Allow Moose::Util::MetaRole to apply roles to wrapped_m...
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
2008-09-20 Dave Rolsky Make sure that metaclass incompat fixing doesn't touch...
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-14 Dave Rolsky Test that the metaclass role we apply for My::Class10...
2008-09-14 Dave Rolsky Fix typo in test description
2008-09-13 Dave Rolsky More metaclass compatibility handling.
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-29 Dave Rolsky revert back to code as it was before my depths into...
2008-08-29 Dave Rolsky remove some debugging junk
2008-08-29 Dave Rolsky This is about 50% of the way towards making
2008-08-29 Dave Rolsky Fix some broken tests (testing the wrong class)
2008-08-27 Dave Rolsky Add more tests, including some that won't pass until...
2008-08-26 Dave Rolsky Add tests for applying several roles in succession...
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...