Use attribute_metaclass in the constructor for parameters_metaclass, and
[gitmo/MooseX-Role-Parameterized.git] / t /
2009-01-18 Shawn M Moore Rename parameter_metaclass to parameters_metaclass
2009-01-18 Shawn M Moore Make sure our new attribute metaclass is being used
2009-01-18 Shawn M Moore Make sure this length parameter is r/o
2008-12-14 Shawn M Moore Parameterized traits work in 0.64
2008-12-14 Shawn M Moore Test fixes
2008-12-14 Shawn M Moore Make sure we can use traits => parameterized_role ...
2008-12-08 Shawn M Moore Make sure we're throwing errors on alias/excludes
2008-12-08 Shawn M Moore Using "parameter" inside the role block is an error
2008-12-08 Shawn M Moore Throw an error if there's no parameter name provided
2008-12-07 Shawn M Moore Make sure we can use all of the keywords outside of...
2008-12-07 Shawn M Moore Apply the parameterizable role to the parameterized...
2008-12-07 Shawn M Moore Failing test for role metaobjects knowing their parameters
2008-12-07 Shawn M Moore Failing test for an unparameterized method
2008-12-05 Todd Hepler TODO test for how I expected ->does to work
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...