Redid conversion to Test::Fatal
[gitmo/Moose.git] / t / 030_roles / 017_extending_role_attrs.t
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-05-12 Jesse Luehrs fix failing tests
2010-05-11 Tomas Doran 'Fix' has '+attr' in roles by exploding earlier.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
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-04-25 Hans Dieter Pearcey remove trailing whitespace
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-04 Yuval Kogman merge trunk to pluggable errors
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
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-02-24 Stevan Little has +name from role officially supported