More compatibility
[gitmo/Mouse.git] / t / 400-define-role.t
2009-09-21 gfx More compatibility
2009-09-17 gfx Add missing is => 'bare' to a test
2009-04-09 Shawn M Moore throws_ok -> todo
2009-04-01 Shawn M Moore Update error message to match Moose's
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-02 Tokuhiro Matsuno don't require Test::Exception on production environment =)
2008-12-02 Tokuhiro Matsuno Mouse::Role supports 'with'
2008-12-02 Tokuhiro Matsuno support requires on Mouse::Role.
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-09-28 Shawn M Moore Make requires/excludes an error until they are implemented
2008-09-28 Shawn M Moore Drop Sub::Exporter from Mouse::Role
2008-06-27 Shawn M Moore Make sure that with "A", "B" throws an error
2008-06-18 Shawn M Moore Make Role::with die
2008-06-17 Shawn M Moore Export and test blessed and confess
2008-06-17 Shawn M Moore Make sure that required/excludes don't explode
2008-06-17 Shawn M Moore Make sure "with" works
2008-06-17 Shawn M Moore Make sure that "has" doesn't blow up
2008-06-17 Shawn M Moore Test that before/after/around live, and defining a...
2008-06-17 Shawn M Moore Adjust the Role::extends error message to match Moose...
2008-06-17 Shawn M Moore Blow up when someone tries to use a role extends
2008-06-17 Shawn M Moore Begin writing tests for Mouse::Role