tests and changelogging
[gitmo/Moose.git] / t / 030_roles /
2010-11-16 Jesse Luehrs tests and changelogging
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Don't use explicit sub token with lives_ok
2010-10-28 Dave Rolsky Don't import Test::Exception into classes we are testing
2010-10-28 Dave Rolsky Remove spurious comma which broke test
2010-10-28 Dave Rolsky Replace comma with semi
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-26 Dave Rolsky Make sure attr conflict error includes attr name
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-11 Jesse Luehrs support array references in role method modifiers
2010-10-08 Jesse Luehrs also handle weakening in anon roles
2010-09-08 Dave Rolsky Add a test for attribute conflict when composing one...
2010-09-08 Dave Rolsky Tests should "use warnings"
2010-09-08 Dave Rolsky Renamed so we don't have two 044_* tests
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-08-19 Dave Rolsky test files should not be executable
2010-08-19 Dave Rolsky Use done_testing
2010-08-19 Dave Rolsky Cleanup syntax and use done_testing
2010-05-16 Jesse Luehrs add ->consumers method to role metaclass
2010-05-12 Jesse Luehrs fix failing tests
2010-05-11 Tomas Doran 'Fix' has '+attr' in roles by exploding earlier.
2010-05-05 Florian Ragwitz Allow required versions to be specified when setting...
2010-02-11 Rafael Kitover test that anon classes are the same for instances havin...
2010-02-10 Rafael Kitover update t/030_roles/010_run_time_role_composition.t...
2010-02-06 Florian Ragwitz We stopped subnaming role methods when being composed...
2010-02-05 Hans Dieter Pearcey add (TODO) tests for RT#46347 from Vince Veselosky
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
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
next