libperl-destruct-level-perl 0.02-3build2 source package in Ubuntu

Changelog

libperl-destruct-level-perl (0.02-3build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:46:24 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libperl-destruct-level-perl_0.02.orig.tar.gz 1.8 KiB 40b4ac0b292b60ce3b87de7aa39bc2fb25a19d10e5c9f69866961c84b3f6d13b
libperl-destruct-level-perl_0.02-3build2.debian.tar.xz 2.8 KiB 937c3e5d27c534bfc3db84844caa74bcabf29a3197ed811faf18f3ffb697e009
libperl-destruct-level-perl_0.02-3build2.dsc 2.1 KiB 41c5791f9142ae23e944e209cbda35d3ece6cf73dde39ce4b81a40b6a75cb3d3

Available diffs

View changes file

Binary packages built by this source

libperl-destruct-level-perl: Perl module to change Perl's destruction level

 Perl::Destruct::Level is an interface allowing one to change Perl's internal
 destruction level. While this functionality is available through the
 PERL_DESTRUCT_LEVEL environment variable when perl is compiled with debug
 support, this module provides it for perls without -DDEBUGGING.
 .
 The default value of the destruct level is 0; it means that perl won't bother
 destroying all its internal data structures, but let the OS do the cleanup
 for it at exit.
 .
 Relevant values recognized by perl are 1 and 2. Consult your source code to
 know exactly what they mean. Note that some embedded environments might
 extend the meaning of the destruction level for their own purposes: mod_perl
 does that, for example.

libperl-destruct-level-perl-dbgsym: debug symbols for libperl-destruct-level-perl