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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdevel-globaldestruction-perl: Add :any qualifier for perl dependency.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 17:53:24 +0000

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 universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-globaldestruction-perl_0.14-4.dsc 2.3 KiB e46c68a12cd7cbfe2389cc7b98c738ecb1fc307dfba8679619f153813c6e7e73
libdevel-globaldestruction-perl_0.14.orig.tar.gz 9.8 KiB 34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab
libdevel-globaldestruction-perl_0.14-4.debian.tar.xz 3.4 KiB 8fda428cc2ae1aeded207a773baea32d718209592a24885c58e50d6e87bd2fc0

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.