tests and changelogging
[gitmo/Moose.git] / t / 050_metaclasses /
2008-08-27 Dave Rolsky Add more tests, including some that won't pass until...
2008-08-26 Dave Rolsky Add a test count.
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...
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman improve error message for existing &meta
2008-08-14 Dave Rolsky More tests & fixes for the goto &Moose::import case.
2008-08-14 Dave Rolsky Add some tests for goto &Moose::import
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-12 Dave Rolsky If traits are provided but the exporting class does...
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
2008-08-07 Dave Rolsky More tests for unimport to make sure it _really_ acts...
2008-08-07 Dave Rolsky It turns out namespace::clean's different semantics...
2008-08-07 Dave Rolsky Add test count
2008-08-07 Dave Rolsky Moose::Exporter now ensures that _every_ init_meta...
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-07 Dave Rolsky Added the "also" param to Moose::Exporter, which allows...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2007-09-14 Stevan Little complete re-organization of the test suite