libenum-perl 1.11-1 source package in Ubuntu

Changelog

libenum-perl (1.11-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.11
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.6
  * Mark as autopkgtest-able

 -- Lucas Kanashiro <email address hidden>  Wed, 28 Oct 2015 10:34:26 -0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libenum-perl_1.11-1.dsc 2.1 KiB b3a04c566d6241f849ae04700f7f0ed4ea018c3ab30c3143001fb55866523ad0
libenum-perl_1.11.orig.tar.gz 7.7 KiB d2f36b5015f1e35f640159867b60bf5d5cd66b56cd5e42d33f531be68e5eee35
libenum-perl_1.11-1.debian.tar.xz 1.9 KiB 2fdaa057f652724dc73a427309c174102c0c63d416b4909f5e0e6234d01a37be

Available diffs

No changes file available.

Binary packages built by this source

libenum-perl: perl module for sets of ordered constants like enums in C

 The enum module defines a set of symbolic constants with ordered numeric
 values ala C enum types.
 .
 It is now capable of creating ordered bitmask constants as well. See the
 BITMASKS section in the documentation for details.
 .
 What are they good for? Typical uses would be for giving mnemonic names to
 indexes of arrays. Such arrays might be a list of months, days, or a return
 value index from a function such as localtime().