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

Changelog

libset-nestedgroups-perl (0.01-2) unstable; urgency=low

  [ Damyan Ivanov ]
  * [debian/watch] Stop capturing file extension

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields. Added: /me to Uploaders.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467771)
    - update based on dh-make-perl's templates
    - don't install README any more (text version of the POD documentation)
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:16:39 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libset-nestedgroups-perl_0.01.orig.tar.gz 5.6 KiB 9daaf5fb955fbf610b15dd91230bae79d76c1cc794523d6f3c472c1eed1cedaa
libset-nestedgroups-perl_0.01-2.diff.gz 2.3 KiB 7663c28ca12ec543ed005169eba27592f8b002bd9ce64a14150cfcc29cc2267f
libset-nestedgroups-perl_0.01-2.dsc 992 bytes fbbf9a5be1b7352bee54a85bf712006f24d5e3a646582401f49cac9ca97fa8ab

View changes file

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.