bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose / Role.pm
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 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-16 Yuval Kogman remove %METAS lexical from Moose::Role, Class::MOP...
2008-08-16 Yuval Kogman metaclass option for Role::init_meta
2008-08-14 Yuval Kogman Remove ->meta from Moose::Meta::Role
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-08 Dave Rolsky Fix a typo in the class name
2008-08-08 Dave Rolsky Document the init_meta method.
2008-08-07 Dave Rolsky Fix spelling of init_meta in error
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-06 Dave Rolsky Revert the change to get rid of caller()-currying for...
2008-08-06 Dave Rolsky I realized that all the "with caller" wrapper stuff...
2008-08-06 Dave Rolsky Removed __CURRY_EXPORTS_FOR_CLASS__
2008-08-06 Dave Rolsky Step 2: eliminate the need for import and unimport...
2008-08-06 Dave Rolsky Move init_meta() to the end to match Moose.pm
2008-08-06 Dave Rolsky Step 1: Moose::Exporter lets Moose ...
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 Test that "no Moose::Role" doesn't explode, qualify...
2008-06-17 Shawn M Moore Add Moose::Role->unimport so we remove the Moose::Role...
2008-06-17 Shawn M Moore Adjust the error message for Moose::Role::extends so...
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-05-21 Todd Hepler standardize on using croak instead of confess in the...
2008-05-21 Todd Hepler make has [...] => (...); work on a role
2008-05-20 Stevan Little method modifier with regexp is done now
2008-05-19 Stevan Little no more XS mah!
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-13 Yuval Kogman finish role tc test
2008-01-28 Matt S Trout comment the strict/warnings hack because I'm bored...
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-19 Stevan Little just some more cleanup
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little updating copyright dates
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-09-16 Chris Prather add Sub::Exporter style caller() discovery
2007-04-30 Aankhen Moose::Role:
2007-04-29 Matt S Trout * Moose
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-03-04 Stevan Little Class::MOP::load_class change
2007-02-21 Stevan Little adding 2007 to the copyright list
2006-11-27 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-10 Stevan Little Moose Immutable
2006-09-01 Stevan Little putting the method modifiers in roles back in, we have...
2006-08-29 Stevan Little no more _role_meta crapsvk status!
2006-07-14 Stevan Little foo
2006-07-14 Yuval Kogman clean up the tests a bit
2006-07-14 Yuval Kogman zap all role modifyers, and make the tests pass
2006-06-20 Yuval Kogman Moose::Role needs 'use Moose ()' for some utility funct...
2006-05-24 Yuval Kogman Make prototypes of various decls (requires, with, exten...
2006-05-23 Stevan Little foo
2006-05-23 Stevan Little foo
2006-05-14 Stevan Little docs-n-attr-refactor
2006-05-13 Stevan Little docs
2006-05-11 Stevan Little testing
2006-05-10 Stevan Little role-exclusion
2006-05-09 Stevan Little fooooooooooooooooooooo
2006-05-09 Stevan Little roles
2006-05-07 Stevan Little changes-and-comments
2006-04-19 Stevan Little tests
2006-04-19 Stevan Little moooooose
2006-04-17 Stevan Little 0_04
2006-04-13 Stevan Little error_tests
2006-04-13 Stevan Little required-methods
2006-04-13 Stevan Little roles-do-roles
2006-04-13 Stevan Little much-better
2006-04-10 Stevan Little getting-there
2006-04-06 Stevan Little ROLES
2006-04-06 Stevan Little adding-basic-role-support
2006-03-18 Stevan Little removing-roles-n-mixins
2006-03-18 Stevan Little adding possible basic trait/role support