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

Changelog

libdevel-globaldestruction-perl (0.14-1.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>  Thu, 24 Dec 2020 14:35:58 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-globaldestruction-perl_0.14-1.1.dsc 2.4 KiB fa1f823b9cd7ebc96588c2c1b44ad9b5aa54a079aa073b9849ac4ee6826cb036
libdevel-globaldestruction-perl_0.14.orig.tar.gz 9.8 KiB 34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab
libdevel-globaldestruction-perl_0.14-1.1.debian.tar.xz 3.2 KiB b0bbd29a8780d6337b6216d86049b0b9a32279daf3235f180d3b575099abab5f

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.