NOTICE: This package has been removed from pkgsrc

./wip/p5-Catalyst-Plugin-Authorization-Roles, Role based authorization for Catalyst

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.05nb1, Package name: p5-Catalyst-Plugin-Authorization-Roles-0.05nb1, Maintainer: kuli0020

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/


Required to run:
[lang/perl5] [devel/p5-Test-Exception] [devel/p5-Test-MockObject] [devel/p5-UNIVERSAL-isa] [devel/p5-Set-Object] [www/p5-Catalyst-Runtime] [www/p5-Catalyst-Plugin-Authentication]

Master sites: (Expand)

SHA1: 0af9bd8af47cfba9b357f8bd312ead92a088b4b7
RMD160: 49899c26480efac1ad2002df800a81eb505ca230
Filesize: 5.158 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41)
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
   2008-06-25 11:20:57 by abs | Files touched by this commit (89) | Package updated
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.

    p5-Algorithm-C3
    p5-CGI-Simple
    p5-Class-Accessor-Grouped
    p5-Class-C3-XS
    p5-Class-C3
    p5-Geo-Distance
    p5-HTTP-Body
    p5-HTTP-Request-AsCGI
    p5-MRO-Compat
    p5-PAR
    p5-RRDTool-OO
    p5-SQL-Abstract-Limit
    p5-Set-Object
    p5-Template-Timer
    p5-Test-Differences
    p5-Test-MockObject
    p5-Test-use-ok
    p5-Tree-Simple-VisitorFactory
    p5-UNIVERSAL-can
    p5-UNIVERSAL-isa
    p5-Unicode-Map
    p5-Unicode-MapUTF8
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-03 09:21:51 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.05.
Changes since 0.03:
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
   2006-03-09 19:45:28 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
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/