summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Authorization-Roles
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-11Update from version 0.05 to 0.07.he2-9/+8
Pkgsrc changes: o Adjusted dependencies, removed p5-Test-MockObject to track package Upstream changes: 0.07 2008-08-21 - repackaged 0.06 2008-08-20 - support renamed Catalyst::Authentication::* modules - removed dependency on Test::MockObject
2008-07-15Added www/p5-Catalyst-Plugin-Authorization-Roles version 0.05abs3-0/+38
Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If the user is a member in all of the required roles access is granted. Otherwise, access is denied. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/