Refactor this method to get rid of the indentation chain from hell.
[gitmo/Moose.git] / lib / Moose / Meta / Role /
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
2008-09-11 Dave Rolsky Make docs match reality
2008-09-11 Dave Rolsky Make this class subclass Moose::Meta::Method, which...
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-30 Shawn M Moore Don't load in Data::Dumper (we don't even use it here!)
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-14 Yuval Kogman pass hashrefs to _new
2008-08-13 Yuval Kogman make more things immutable
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-24 Shawn M Moore Fix another typo
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-04 Stevan Little some speed gains and a new test
2008-05-19 Stevan Little no more XS mah!
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-13 Jonathan Rockway use correct metaclass when applying roles to instances
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-03 Stevan Little s/die/croak/
2008-03-14 Stevan Little adding in the ability to pass params to rebles when...
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-01-19 Stevan Little just some more cleanup
2008-01-16 Stevan Little changelog stuff, mostly
2008-01-14 Stevan Little anon-roles are now more efficient about package usage
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-03 Stevan Little aliasing stuff
2008-01-03 Stevan Little adding in method aliasing during composition
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little cleaning up and working on the spec a bit
2007-12-31 Stevan Little updating copyright dates
2007-12-31 Stevan Little moving stuff around and some cleanup
2007-12-30 Stevan Little composition and the role model are now decoupled
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-09-04 Stevan Little start of the TC refactor
2007-08-07 Stevan Little adding the Method::Required but not doing anything...
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type... 0_22
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-02-21 Stevan Little adding 2007 to the copyright list
2006-11-05 Stevan Little 0.15
2006-11-03 Stevan Little tests pass now