aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Tree-Authz/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Tree-Authz/pkg-descr')
-rw-r--r--security/p5-Tree-Authz/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Tree-Authz/pkg-descr b/security/p5-Tree-Authz/pkg-descr
index 90ba2f469df5..4ccaf7e26edf 100644
--- a/security/p5-Tree-Authz/pkg-descr
+++ b/security/p5-Tree-Authz/pkg-descr
@@ -1,16 +1,16 @@
-Class for inheritable, role-based permissions system (Role Based Access
+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
+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
+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
+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/