The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::Authorization::Roles

0.05
        - fix tests due to a change in Test::MockObject
        - add support for check_any style role checks.

0.04    2006-03-26 10:36:00 IST
        - Add dependency on UNIVERSAL::isa

0.03    2005-12-04 22:02:20
        - Pass-through and accessor style role checks separated
        - this check does $user->supports(qw/roles self_check/)

0.02    2005-12-03 18:00:00
        - Pass-through wanted roles to storage layer.
        - Added debug messages for role granted and denied.

0.01    2005-11-27 02:21:00
        - Initial release.