Minor fixes
[gitmo/MooseX-Role-Parameterized.git] / t /
2008-12-02 Shawn M Moore Make sure renaming the role block export works
2008-11-26 Shawn M Moore Make sure we can pass references to roles
2008-11-26 Shawn M Moore Make sure we export blessed and confess
2008-11-26 Shawn M Moore super/override
2008-11-26 Shawn M Moore before, after, around
2008-11-26 Shawn M Moore Finish excludes tests
2008-11-25 Shawn M Moore TODOify the test for now
2008-11-25 Shawn M Moore Begin writing excludes.. seeing some weird errors,...
2008-11-25 Shawn M Moore Implement "requires" for parameterized roles
2008-11-25 Shawn M Moore Make sure with()ing another parameterized role works
2008-11-25 Shawn M Moore with()ing ordinary roles
2008-11-25 Shawn M Moore Implement a few more keywords; these are easy, they...
2008-11-25 Shawn M Moore Test fix
2008-11-09 Shawn M Moore Test that the type constraint is checked too
2008-11-09 Shawn M Moore Class name fix
2008-11-09 Shawn M Moore More tests for application
2008-11-09 Shawn M Moore Add another test file
2008-11-09 Shawn M Moore method tests
2008-11-09 Shawn M Moore Test fixes and improvements
2008-11-09 Shawn M Moore Let the parameter keyword take an arrayref of names
2008-11-09 Shawn M Moore Begin writing tests
2008-11-09 Shawn M Moore More tests to make sure we keep the same parameter...
2008-11-09 Shawn M Moore API for constructing a parameter object
2008-11-09 Shawn M Moore Tests
2008-11-09 Shawn M Moore Test that we can get a parameter class out of a paramet...
2008-11-09 Shawn M Moore Add an empty Parameters class and a basic test for...