bump version to 0.82
[gitmo/Moose.git] / lib / Moose / Meta / Role.pm
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-06 Dave Rolsky bump version to 0.80
2009-05-31 Shawn M Moore Begin s/conflicted/conflicting/
2009-05-30 Shawn M Moore Role->add_conflicted_method
2009-05-30 Shawn M Moore Add conflicted method metaclass
2009-05-30 Shawn M Moore get_required_method_list now returns objects not names
2009-05-30 Shawn M Moore Add get_values
2009-05-30 Shawn M Moore Rename internal get_list to get_keys for clarity
2009-05-30 Shawn M Moore Grammar fix
2009-05-30 Shawn M Moore required_methods is now a hashref of Method::Requireds...
2009-05-30 Shawn M Moore Typo fix
2009-05-30 Shawn M Moore Use blessed not ref
2009-05-30 Shawn M Moore Have add_required_methods inflate the required methods
2009-05-30 Shawn M Moore Add required_method_metaclass attribute
2009-05-30 Jesse Luehrs grammar fix
2009-05-30 Shawn M Moore Mark possessives with an apostrophe!
2009-05-30 Shawn M Moore Fix missing ) in pod
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-12 Dave Rolsky bump version to 0.78
2009-05-10 Shawn M Moore Make role_for_combination private
2009-05-10 Dave Rolsky Move method so the definition comes after first use
2009-05-10 Shawn M Moore Satisfy pod_spell
2009-05-10 Shawn M Moore Add role_for_combination for MXRP
2009-05-02 Dave Rolsky bump version to 0.77 0.77
2009-04-30 Chris Prather swap instance of Class::MOP::in_global_destruction...
2009-04-30 Chris Prather swap instance of Class::MOP::subname to Sub::Name subname
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-17 Justin DeVuyst Change method_metaclass to an attr for metarole applica...
2009-04-13 Hans Dieter Pearcey note that role application does not try to save your...
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-07 Florian Ragwitz Remove a commented out and deprecated method.
2009-04-07 Florian Ragwitz Include stack traces in deprecation warnings.
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky add warning for long-deprecated alias_method method...
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-03-28 Shawn M Moore class_of in role->combine
2009-03-28 Shawn M Moore Look up the metaclass in get_method_map instead of...
2009-03-28 Shawn M Moore Use $META since we have it
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-25 Dave Rolsky Add inheritance section
2009-03-24 Dave Rolsky API docs for Moose::Meta::Role
2009-03-19 Dave Rolsky changes needed to get Moose working with the renames...
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 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-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-05 Dave Rolsky Don't call get_all_package_symbols in list context
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-26 Shawn M Moore Weaken anonymous roles in the metaclass lookup table...
2008-11-25 Shawn M Moore Be more consistent with the Moose::Meta::Class->create...
2008-11-25 Shawn M Moore Make pod coverage happy
2008-11-25 Shawn M Moore First cut of anonymous roles!
2008-11-25 Shawn M Moore Moose::Meta::Role->create for dynamic role construction
2008-11-09 Shawn M Moore typo fix
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-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
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-09-01 Dave Rolsky Remove references to
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky Remove comment about updating the package cache flag...
2008-08-29 Dave Rolsky Adding a role changes the method map, but it will not...
2008-08-28 Dave Rolsky add a comment about package cache flags
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-16 Yuval Kogman wrap_method
2008-08-16 Yuval Kogman package cache flag methods for Role
2008-08-16 Yuval Kogman Role::add_method
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
2008-08-10 Yuval Kogman use package cache flag in Moose::Meta::Role
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
next