Add a comment as per the traits case
[gitmo/Moose.git] / t /
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
2008-11-09 Stevan Little fixed a method exclusion/aliasing bug
2008-11-01 Dave Rolsky Small formatting fix
2008-11-01 Dave Rolsky Add a few more tests for ->associated_metaclass on...
2008-11-01 Dave Rolsky Moose::Meta::Class->get_method_map was both broken...
2008-10-24 John Napiorkowski added tests for the subtyping parameterized constraints...
2008-10-24 Dave Rolsky Add tests for creating subtype of a Class type constraint.
2008-10-23 Dave Rolsky Merge the parameterized_type_fixes to trunk
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-22 Dave Rolsky Tests for resolve_meta{class,trait}_alias in Moose...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-10-16 Tomas Doran TODO Test for bug in Moose::Exporter
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-12 Dave Rolsky Fix typo in test
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-10-02 Shawn M Moore Remove the barrage for now, because we are getting...
2008-09-30 John Napiorkowski a bunch more tests for the Maybe constraint that I...
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-30 Dave Rolsky this tests defining the same type twice
2008-09-30 Tomas Doran Add a test case for the bug which autarch fixed in...
2008-09-29 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-28 Shawn M Moore Barrage of tests for primitive type constraints
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky Remove a bunch of hard tabs
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 Todd Hepler check for a valid attribute name in Moose::Meta::Role
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-15 Dave Rolsky merge trunk to method-changes branch
2008-09-14 Dave Rolsky Even more code tidying
2008-09-14 Dave Rolsky More code tidying
2008-09-14 Dave Rolsky Merge Moose trunk to parameterize_constructor_role...
2008-09-14 Dave Rolsky superclasses expects an array, not a reference.
2008-09-14 Dave Rolsky Simply fix metaclass incompat before we check if it...
2008-09-14 John Napiorkowski changed made sure I properly delegate parsing the type...
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-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski Merge 'trunk' into 'parameterize_constructor_role'
2008-09-12 John Napiorkowski more tests to flex type constraint name normalization
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
2008-09-11 Dave Rolsky One of our todo methods here now passes, because Moose...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
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-11 John Napiorkowski first go at some test cases and basic implementation
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...
2008-09-08 Dave Rolsky Add a plan and tidied the code a little
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky Fix test count
2008-09-03 Dave Rolsky We need the evals here to force this stuff to happen...
2008-09-03 Dave Rolsky All these evals do is hide when Moose or some other...
2008-09-03 Dave Rolsky Cosmetic changes (mostly from perltidy).
2008-09-03 Matt S Trout fix types with stringifyable TC objects
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-29 Dave Rolsky Update comment for this test, so it is more accurate.
2008-08-29 Dave Rolsky This test had a bug, and what it's testing is already...
2008-08-29 Tokuhiro Matsuno oops. i forgot to commit this method
2008-08-29 Dave Rolsky redo these tests using is_deeply
2008-08-29 Tokuhiro Matsuno added new test: t/030_roles/032_roles_alias_methods.t
2008-08-28 Dave Rolsky Expand the comment for this test
2008-08-28 Dave Rolsky Clean the test up a little to use Test::Exception
2008-08-28 Tokuhiro Matsuno added new test case: t/030_roles/031_roles_applied_in_c...
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 Tomas Doran Add a load of docs to some of the under documented...
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-20 Dave Rolsky Various style changes and de-messification
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
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 also accept hash refs to new_object and friends
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...
next