libdata-bitmask-perl 0.91-2.1 source package in Ubuntu
Changelog
libdata-bitmask-perl (0.91-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Mon, 04 Jan 2021 15:08:54 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdata-bitmask-perl_0.91-2.1.dsc | 2.1 KiB | a4cbba6de76f01486620162e7062684b343457f60582d1a80f5ad35dcbe62c35 |
libdata-bitmask-perl_0.91.orig.tar.gz | 7.6 KiB | 70f19487d26ca6cb399c788aaa7dc1eb7f703b24ade86e126d59e20eba6314d3 |
libdata-bitmask-perl_0.91-2.1.debian.tar.xz | 2.2 KiB | 513b816854cebbd7e135022190790b79309a474f6458398f9dddfc6543fe0aba |
Available diffs
- diff from 0.91-2 to 0.91-2.1 (360 bytes)
No changes file available.
Binary packages built by this source
- libdata-bitmask-perl: bitmask manipulation class
Data::BitMask is a Perl module to create bitmask manipulator objects
that can be used to create bitmask values based on a list of
constants, as well as to break apart masks using those constants. The
advantages are that you don't have to pollute namespaces to use
constants, you can ensure that only appropriate constants are used for
specific masks, you can easily break apart and explain masks, and in
general it is much easier for the user to interact with masks.