head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.12.28.08.20.12;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.21.02.18.29;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.22.18.20.22;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.3
log
@End WWW CPAN URL with a "/"
@
text
@Class for inheritable, role-based permissions system (Role Based Access 
Control - RBAC).

Custom methods can be placed on role objects. Authorization can be 
performed either by checking whether the role name matches the required 
name, or by testing (via can) whether the role can perform the method 
required.

Two role are specified by default. At the top, superusers can do anything 
($superuser->can( $action ) always returns a coderef). At the bottom, the 
base role can do nothing ($base->can( $action ) always returns undef).

All roles are automatically capable of authorizing actions named for the 
singular and plural of the role name.

WWW: http://search.cpan.org/dist/Tree-Authz/
@


1.2
log
@For ports maintained by ports@@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
@
text
@d16 1
a16 1
WWW: http://search.cpan.org/dist/Tree-Authz
@


1.1
log
@Adding port security/p5-Tree-Authz, a library implementing a Role-Based Access Control authorization scheme.

Approved by:	tobez (implicit)
@
text
@a16 1
Author: David Baird <cpan@@riverside-cms.co.uk>
@

