Fix extending recipe 2 to actually work, and add tests
[gitmo/Moose.git] / t / 030_roles /
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-11 Dave Rolsky Fix to-role role application with aliases.
2009-09-11 Dave Rolsky Fix test description
2009-09-11 Dave Rolsky Add a test for aliasing a method in a class without...
2009-09-04 gfx Fix another keys ordering bug.
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-07-25 Shawn M Moore Report all method conflicts, not just the first
2009-07-08 Florian Ragwitz Add todo test for composing overloading from roles.
2009-06-26 Jesse Luehrs fix tests for definition_context stuff
2009-06-25 Shawn M Moore We don't use English in Moose, or in these test files
2009-06-25 Shawn M Moore Merge commit 'origin/meta_role_modifiers_bug'
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-06-22 Robert Buels added failing test for Moose::Meta::Role::get_...
2009-06-02 Shawn M Moore Excluding a conflicting method is a certainly valid...
2009-05-31 Shawn M Moore Add Ovid's test case
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
2009-05-31 Shawn M Moore Much better error message for role conflicts
2009-05-23 Yuval Kogman Update test suite for subname changes in Class::MOP
2009-05-10 Shawn M Moore Make role_for_combination private
2009-05-10 Shawn M Moore Add role_for_combination for MXRP
2009-05-08 Hans Dieter Pearcey remove all uses of load_class's return value; use class...
2009-05-03 Shawn M Moore Make role_applications return a list not an arrayref
2009-05-03 Shawn M Moore Tests for Application::ToClass
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-25 Shawn M Moore Revert "Moose now warns about class implicitly overridi...
2009-04-21 Shawn M Moore More composition warning tests, oops
2009-04-21 Shawn M Moore Moose now warns about class implicitly overriding metho...
2009-04-21 Shawn M Moore Avoid duplication in running the same tests with and...
2009-04-15 Shawn M Moore Test to make sure -metaclass works
2009-04-05 Dave Rolsky use new_object instead of construct_instance in a few...
2009-04-02 Hans Dieter Pearcey add TODO test for caller() in role methods
2009-03-14 Dave Rolsky Revert "make re-applying a role to an object instance...
2009-03-14 Dave Rolsky make re-applying a role to an object instance a no...
2009-02-04 Dave Rolsky rename Overriden to Overridden
2009-02-04 Lars Dieckow more typo fixes
2009-01-22 Dave Rolsky fix this test so it actually tests the right thing...
2009-01-22 Dave Rolsky perltidy this code
2009-01-19 Yuval Kogman accessors can fulfill required role methods
2008-12-08 Dave Rolsky No point in keeping this todo test for parameterized...
2008-12-07 Shawn M Moore Failing test for passing parameters to role->create...
2008-12-04 Dave Rolsky When applying a role to a class and some methods are...
2008-12-04 Dave Rolsky Put some space between ok and {
2008-12-04 Dave Rolsky Got rid of a bunch of random whitespace and tidied...
2008-11-26 Shawn M Moore Use single quotes for consistency
2008-11-26 Shawn M Moore Fix the error message when we're composing role A with...
2008-11-26 Shawn M Moore Make sure we properly blow away the anon role's symbol...
2008-11-26 Shawn M Moore Weaken anonymous roles in the metaclass lookup table...
2008-11-26 Shawn M Moore Test that we free anonymous roles automatically (we...
2008-11-25 Shawn M Moore ditto load_class
2008-11-25 Shawn M Moore Make sure that creating an anonymous role satisfies...
2008-11-25 Shawn M Moore Be more consistent with the Moose::Meta::Class->create...
2008-11-25 Shawn M Moore More tests
2008-11-25 Shawn M Moore First cut of anonymous roles!
2008-11-25 Shawn M Moore Moose::Meta::Role->create for dynamic role construction
2008-11-09 Stevan Little fixed a method exclusion/aliasing bug
2008-09-15 Dave Rolsky merge trunk to method-changes branch
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
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 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-06 Dave Rolsky Missed a few use_ok calls that started warning now...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-19 Shawn M Moore Add a test script to make sure my idiom of "sub BUILD...
2008-06-24 Shawn M Moore Test that the sugar from Moose::Role is unimported...
2008-06-24 Shawn M Moore Test that "no Moose::Role" doesn't explode, qualify...
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-05-28 Guillermo Roditi add test for modifier order to prevent regressions
2008-04-29 Stevan Little 0.42
2008-04-25 Yuval Kogman tests for attr initialization in runtime roles
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-27 Shawn M Moore Instead of belaboring the point, make sure that "Type...
2008-03-27 Shawn M Moore Some error checks (I think it's time for a dedicated...
2008-03-27 Shawn M Moore Test for narrowing "Str | Int | ArrayRef" down to ...
2008-03-27 Shawn M Moore Failing tests for narrowing a consumed attribute's...
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-14 Stevan Little adding in the ability to pass params to rebles when...
2008-02-24 Stevan Little has +name from role officially supported
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-23 Ash Berlin (failing) test for runtime roles and non-moose classes...
2008-01-22 Stevan Little adding another test
2008-01-21 Stevan Little tweaking test names to better VMS support
2008-01-14 Stevan Little anon-roles are now more efficient about package usage
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-03 Stevan Little aliasing stuff
2008-01-03 Stevan Little adding in method aliasing during composition
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little moving stuff around and some cleanup
next