Speedups in does for MooseX::Storage, should also make protocol buffers suck less...
[gitmo/Moose.git] / t / 050_metaclasses /
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-10-16 Tomas Doran TODO Test for bug in Moose::Exporter
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-29 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-20 Dave Rolsky Make sure that metaclass incompat fixing doesn't touch...
2008-09-18 Dave Rolsky Add some MetaRole related tests for error_class. Added...
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-16 Dave Rolsky Run this through tidy
2008-09-16 Yuval Kogman test last_error
2008-09-16 Yuval Kogman error_class is now the one true way
2008-09-16 Yuval Kogman error tests and fixes
2008-09-14 Dave Rolsky Simply fix metaclass incompat before we check if it...
2008-09-14 Dave Rolsky These tests pass now
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-13 Dave Rolsky merge trunk to method-changes branch
2008-09-12 Dave Rolsky On further examination, this test is bogus. If you...
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-11 Dave Rolsky Skip these tests for now (hopefully this will get fixed...
2008-09-11 Shawn M Moore Add a failing test for the following construct, which...
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-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-27 Dave Rolsky More tests that won't pass until _fix_metaclass_incompa...
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