Class for inheritable, groups-based permissions system (Access Control List).
Custom methods can be placed on group objects. Authorization can be performed
either by checking whether the group name matches the required name, or by
testing (via C<can>) whether the group can perform the method required.
VERSION 0.01 initial release
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
Lingua::EN::Inflect::Number
Class::Data::Inheritable
Optional - Devel::Symdump
Sub::Override for the test suite.
COPYRIGHT AND LICENCE
Copyright 2004 by David Baird.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.