Use attribute_metaclass in the constructor for parameters_metaclass, and
[gitmo/MooseX-Role-Parameterized.git] / lib / MooseX / Role / Parameterized / Meta / Role / Parameterizable.pm
2009-01-18 Shawn M Moore Use attribute_metaclass in the constructor for paramete...
2009-01-18 Shawn M Moore Rename parameter_metaclass to parameters_metaclass
2008-12-08 Shawn M Moore Remove punctuation so the errors read better
2008-12-08 Shawn M Moore Throw an error if there's no parameter name provided
2008-12-07 Shawn M Moore Oops, this is applying the parameteriz*able* role,...
2008-12-07 Shawn M Moore Apply the parameterizable role to the parameterized...
2008-12-02 Shawn M Moore Dist tweaks; this commit is 0.01
2008-12-02 Shawn M Moore Basic doc for each module
2008-12-02 Shawn M Moore Abstracts
2008-12-02 Shawn M Moore Remove #!/usr/bin/env perl
2008-12-02 Shawn M Moore For now, forbid "alias" and "excludes" as keywords
2008-11-26 Shawn M Moore Allow passing in an already constructed parameter object
2008-11-25 Shawn M Moore Use Moose's new create_anon_role API
2008-11-09 Shawn M Moore Shouldn't this be enough? :)
2008-11-09 Shawn M Moore new_object instead of construct_instance
2008-11-09 Shawn M Moore Add a new role metaclass for roles that have been param...
2008-11-09 Shawn M Moore Finish the move
2008-11-09 Shawn M Moore Begin moving Meta::Role to Meta::Role::Parameterizable