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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:54:25 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-bitmask-perl_0.91-3.dsc 2.1 KiB 2ecdb6abe5f87c1f4da31a3f3502327f5356d131953ebb15fbec9c297de77cb6
libdata-bitmask-perl_0.91.orig.tar.gz 7.6 KiB 70f19487d26ca6cb399c788aaa7dc1eb7f703b24ade86e126d59e20eba6314d3
libdata-bitmask-perl_0.91-3.debian.tar.xz 2.3 KiB 7ea382ba66ee9f42967fdbc1754c2610cccfbbf2288e512d37502301c31cd2ec

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.