bump version and update Changes for release
[gitmo/Moose.git] / lib / Moose / Role.pm
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-20 Dave Rolsky We need to make sure Moose is loaded before using
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Dave Rolsky Attribute accessors do fulfill the requires requirement
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-26 Dave Rolsky Load Moose::Exporter.
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky add release date and bump version
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-25 Shawn M Moore More consistent errors for roles (don't really want...
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-14 Dave Rolsky bump version to 0.59 0.59
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 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
next