软件包:libset-nestedgroups-perl(0.01-5)
libset-nestedgroups-perl 的相关链接
Debian 的资源:
下载源码包 libset-nestedgroups-perl:
- [libset-nestedgroups-perl_0.01-5.dsc]
- [libset-nestedgroups-perl_0.01.orig.tar.gz]
- [libset-nestedgroups-perl_0.01-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Simple implementation of nested groups
Set::NestedGroups gives an implementation of nested groups, access control lists (ACLs) would be one example of nested groups.
For example, if Joe is a Manager, and Managers have access to payroll, you can create an ACL which implements these rules, then ask the ACL if Joe has access to payroll.
Another example, you may wish to track which city, state and country people are in, by adding people to cities, cities to states, and states to countries.
This module includes some facilities to integrate its data structures with either files in the local filesystem and with tables in a RDBMS.