gitmo/MooseX-Role-Parameterized.git
2009-04-24 Shawn M Moore Update Changes 0.05
2009-04-24 Yuval Kogman use replace_constructor
2009-04-10 Florian Ragwitz Remove the ...
2009-04-04 Shawn M Moore All sorts of examples!
2009-03-08 Shawn M Moore Properly todoify these role-role tests
2009-02-20 Shawn M Moore Only 8 tests
2009-02-19 Robert 'phaylon... added Test::Exception prereq, replaced eval's in tests
2009-02-19 Robert 'phaylon... added tests for composite role application
2009-01-31 Shawn M Moore Bump to 0.05
2009-01-31 Shawn M Moore Document the consumer argument
2009-01-31 Shawn M Moore Basic tests for the consumer argument being passed
2009-01-29 Shawn M Moore Pass consumer to generate_role
2009-01-29 Shawn M Moore Change the API of generate_role to a hash so we can...
2009-01-18 Shawn M Moore Bump to 0.04
2009-01-18 Shawn M Moore Document this new default
2009-01-18 Shawn M Moore Changes entry
2009-01-18 Shawn M Moore Default parameters to read-only
2009-01-18 Shawn M Moore Better make_immutable invocation, because metaclass...
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
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
2009-01-18 Shawn M Moore Use the parameter metaclass
2009-01-18 Shawn M Moore New parameter metaclass (subclass of Moose::Meta::Attri...
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-12 Shawn M Moore POD fix (thanks arcanehl)
2008-12-10 Shawn M Moore Bump to 0.03
2008-12-10 Shawn M Moore Correction: THIS commit is 0.02
2008-12-10 Shawn M Moore Date the Changes file; this commit is 0.02
2008-12-08 Shawn M Moore Remove punctuation so the errors read better
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-08 Shawn M Moore Doc tweaks
2008-12-08 Shawn M Moore Depend on a currently unreleased Moose so you don't...
2008-12-08 Shawn M Moore Point to MooseX::Role::Matcher, it's a parameterized...
2008-12-07 Shawn M Moore Oops, this is applying the parameteriz*able* role,...
2008-12-07 Shawn M Moore Begin cleaning up the primary code
2008-12-07 Shawn M Moore Doc tweaks to reflect that keywords can be used outside...
2008-12-07 Shawn M Moore Changes
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 POD fix
2008-12-02 Shawn M Moore Dist tweaks; this commit is 0.01
2008-12-02 Shawn M Moore Doc tweak
2008-12-02 Shawn M Moore Basic doc for each module
2008-12-02 Shawn M Moore More caveat tweaks
2008-12-02 Shawn M Moore Abstracts
2008-12-02 Shawn M Moore dist.ini (dzil is diesel)
2008-12-02 Shawn M Moore Remove #!/usr/bin/env perl
2008-12-02 Shawn M Moore Minor fixes
2008-12-02 Shawn M Moore Make sure renaming the role block export works
2008-12-02 Shawn M Moore Remove TODO, it's now sufficiently generic
2008-12-02 Shawn M Moore For now, forbid "alias" and "excludes" as keywords
2008-12-02 Shawn M Moore More docs
2008-11-26 Shawn M Moore Allow passing in an already constructed parameter object
2008-11-26 Shawn M Moore Begin working out the tutorial
2008-11-26 Shawn M Moore Make sure we can pass references to roles
2008-11-26 Shawn M Moore We have all the keywords now
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 Sketch out a tutorial :)
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 Anonymous roles are no longer an issue :D
2008-11-25 Shawn M Moore Test fix
2008-11-25 Shawn M Moore Remove kludges previously required because we didn...
2008-11-25 Shawn M Moore Use Moose's new create_anon_role API
2008-11-09 Shawn M Moore Use method_metaclass; the other hardcoded classnames...
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 tasks
2008-11-09 Shawn M Moore TODO
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 Shouldn't this be enough? :)
2008-11-09 Shawn M Moore new_object instead of construct_instance
2008-11-09 Shawn M Moore use CMOPC->initialize instead of ->meta
2008-11-09 Shawn M Moore method tests
2008-11-09 Shawn M Moore "method" keyword
2008-11-09 Shawn M Moore Begin supporting methods by defining get_method_map...
2008-11-09 Shawn M Moore no Moose
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
2008-11-09 Shawn M Moore Test fixes and improvements
2008-11-09 Shawn M Moore We don't need the metametaclass, we just want to operat...
2008-11-09 Shawn M Moore Begin working on the rest of the sugar
2008-11-09 Shawn M Moore Let the parameter keyword take an arrayref of names
next