Revision history for Role-Basic
0.06 Jan 6, 2011
- Allow roles to have getter/setter generators (Marcel GrĂ¼nauer
pointed this out).
- Work around 5.6.x bug where ->can('can') was always returning true.
Thanks to Ben Morrow for spotting the bug.
0.05 Jan 4, 2011
- Remove Test::Most dependency. All deps are now core.
0.04 Jan 3, 2011
- Ensure that multiple roles flattening in identical methods from same
role don't cause conflicts (report by Marcel GrĂ¼nauer)
- List repository in Build.PL so that people people on CPAN can find
the github version.
0.03 Jan 1, 2011
- Bugfix: rename '-aliases' to '-alias' for Moose compatability.
0.02 Dec 29, 2010
- Remove Carp::Always. Oops :)
0.01 Dec 28, 2010
- Minimal role support with a Moose-like syntax