tests and changelogging
[gitmo/Moose.git] / t / 050_metaclasses /
2010-10-28 Dave Rolsky rename test to avoid dupe number
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-18 Jesse Luehrs tests for the MOOSE_ERROR_STYLE behavior
2010-09-27 Jesse Luehrs add some more tests (including some TODOs)
2010-09-27 Jesse Luehrs tests for meta_name
2010-09-27 Jesse Luehrs no, actually, we do require this to work/:
2010-09-27 Jesse Luehrs fix this broken test (oops again)
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
2010-09-27 Jesse Luehrs add trait_aliases option to Moose::Exporter
2010-09-27 Jesse Luehrs let reinitialization fix metaobjs via role reconciliation
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-20 Dave Rolsky Remove an ancient and not very useful test
2010-08-19 Dave Rolsky test files should not be executable
2010-07-24 Dave Rolsky Explicitly ask for api version 0.55 so we can call...
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-05-20 Jesse Luehrs add some more tests
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
2010-05-20 Tomas Doran Add failing test from Catalyst
2010-05-20 Jesse Luehrs fix some immutability issues, and expand the tests
2010-05-20 Jesse Luehrs one more immutability test (t0m)
2010-05-20 Jesse Luehrs immutability todo tests (t0m)
2010-05-20 Jesse Luehrs move the metaclass compat test out of 600_todo
2010-05-20 Jesse Luehrs un-todo some passing todo tests
2010-05-20 Jesse Luehrs fix a test (do we want to do this?)
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-12-28 Florian Ragwitz Turn composition_class_roles into a plain method.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-17 Dave Rolsky Add a TODO test for a bug related to metaroles
2009-09-13 Dave Rolsky Remote tabs and add some vertical whitespace
2009-09-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-07 Dave Rolsky A little test cleanup post-merge
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Make sure with_caller handles prototypes correctly...
2009-09-07 Dave Rolsky Removed undocumented groups feature Moose::Exporter...
2009-09-07 Dave Rolsky Test with_meta prototype handling separately from other...
2009-09-07 Dave Rolsky Tidy test code
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-11 Jesse Luehrs add alias resolution for "use Moose -metaclass"
2009-07-13 Florian Ragwitz Allow MetaRole to apply roles to a meta role's role...
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-05-16 Shawn M Moore If we M'Ex/also a module that isn't loaded, hint that...
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-04-15 Shawn M Moore Make sure -metaclass works for Moose too
2009-03-11 Daisuke Maki (lest... export functions with prototype
2009-02-19 Jesse Luehrs add test and docs for with_caller/as_is overriding...
2009-02-14 Florian Ragwitz Allow Moose::Util::MetaRole to apply roles to wrapped_m...
2009-02-13 Dave Rolsky Requires Test::Warn 0.11 to avoid some bugs it seems...
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-14 Shawn M Moore Tests for parameterized metaclass traits
2008-12-05 Todd Hepler more tests for metaclass traits with required attributes
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
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...
next