gitmo/MooseX-Role-Parameterized.git
2009-05-12 Shawn M Moore Link to my prole blog post master
2009-05-12 Shawn M Moore Bump to 0.07
2009-05-12 Shawn M Moore Changes date 0.06
2009-05-10 Shawn M Moore Add NetHack::Item::Role::IncorporatesStats example
2009-05-10 Shawn M Moore Changes thus far
2009-05-10 Shawn M Moore Be gentle
2009-05-10 Shawn M Moore Factor out duplication in method modifiers
2009-05-10 Shawn M Moore Use class_of
2009-05-10 Shawn M Moore Remove implementation notes
2009-05-10 Shawn M Moore Expand tutorial a bit more
2009-05-10 Shawn M Moore Answer "why an object"
2009-05-10 Shawn M Moore Move Tutorial to .pod
2009-05-10 Shawn M Moore various doc improvements
2009-05-10 Shawn M Moore Doc for Parameter metaclass
2009-05-10 Shawn M Moore role_for_combination became private
2009-05-10 Shawn M Moore Depend on Moose 0.78
2009-05-10 Shawn M Moore Add role_for_combination to fix prole-role combination
2009-05-07 Shawn M Moore Fix some composite role application tests
2009-04-24 Shawn M Moore Fix the name of dieter's p-role user
2009-04-24 Shawn M Moore Bump to 0.06
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...
next