libdata-bitmask-perl 0.91-4 source package in Ubuntu

Changelog

libdata-bitmask-perl (0.91-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:02:15 +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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-bitmask-perl_0.91-4.dsc 2.1 KiB b0d1d2df1783c6124d5d8a555edd8ce41fc8dab5fa5839a7e0a4ff9d9190d5f7
libdata-bitmask-perl_0.91.orig.tar.gz 7.6 KiB 70f19487d26ca6cb399c788aaa7dc1eb7f703b24ade86e126d59e20eba6314d3
libdata-bitmask-perl_0.91-4.debian.tar.xz 2.4 KiB de3920abf82084bcde2f22ad1e4397e66b9c745b1f350d0e3ef05054873b8952

Available diffs

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.