libdevel-globaldestruction-perl 0.14-2 source package in Ubuntu

Changelog

libdevel-globaldestruction-perl (0.14-2) unstable; urgency=medium

  [ 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.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:55:39 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-globaldestruction-perl_0.14-2.dsc 2.3 KiB 7f801f37efa9a9ebe9897f1c9fc22a9c772862cc08f9614af9b974af1eb47c5b
libdevel-globaldestruction-perl_0.14.orig.tar.gz 9.8 KiB 34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab
libdevel-globaldestruction-perl_0.14-2.debian.tar.xz 3.3 KiB 496e2ad4e79bb7ca3769a6535649b4c14aa82dc1788460708ae356c9464720fb

Available diffs

No changes file available.

Binary packages built by this source

libdevel-globaldestruction-perl: module to expose the flag that marks global destruction

 Devel::GlobalDestruction is a Perl module that exposes the PL_dirty flag
 to Perl as a subroutine named in_global_destruction. It is useful when
 writing destructors, so that only non-process local resources are freed
 while in global destruction.