libset-nestedgroups-perl 0.01-5 source package in Ubuntu

Changelog

libset-nestedgroups-perl (0.01-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libset-nestedgroups-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 18:15:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libset-nestedgroups-perl_0.01-5.dsc 2.1 KiB b0baa67172e7a2912b08e13681d077aeae1e6c2566b26ca47ce07e7c5a6daac0
libset-nestedgroups-perl_0.01.orig.tar.gz 5.6 KiB 9daaf5fb955fbf610b15dd91230bae79d76c1cc794523d6f3c472c1eed1cedaa
libset-nestedgroups-perl_0.01-5.debian.tar.xz 3.2 KiB 6edb0b700e439e8b30428d1f9bd6cc10081dfc06a8800682aa96a10a0369d073

Available diffs

No changes file available.

Binary packages built by this source

libset-nestedgroups-perl: 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.