Types manual page
[gitmo/Moose.git] / t / 030_roles /
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
2007-12-30 Stevan Little composition and the role model are now decoupled
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-12-29 Yuval Kogman role overriding test
2007-10-12 Stevan Little confound++
2007-10-12 Hans Dieter Pearcey make it clearer why this test case matters
2007-10-12 Hans Dieter Pearcey add test that fails in 0.26; roles' require() should...
2007-09-14 Stevan Little complete re-organization of the test suite