libconst-fast-perl 0.014-2 source package in Ubuntu

Changelog

libconst-fast-perl (0.014-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

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

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 21:52:01 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconst-fast-perl_0.014-2.dsc 2.1 KiB 186ac50c162ece7bf616df723d7d7eaebcc2f24d3902b7f13397bfae46a0f54b
libconst-fast-perl_0.014.orig.tar.gz 12.6 KiB f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db
libconst-fast-perl_0.014-2.debian.tar.xz 2.2 KiB c55ed30f9e1169b1b283ed881be92da079f370ea81886b668fd7bce6335f0980

Available diffs

No changes file available.

Binary packages built by this source

libconst-fast-perl: facility for creating read-only scalars, arrays, and hashes

 Const::Fast is a perl module for creating read-only scalars, arrays,
 and hashes. It enables you to set a variable to the given value and
 subsequently make it readonly. Arrays and hashes will be made deeply
 readonly.
 .
 This module uses the builtin readonly feature of perl, making access
 to the variables just as fast as any normal variable without the
 weird side-effects of ties.