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

Changelog

libperl-destruct-level-perl (0.02-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:09:36 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

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-1build2.diff.gz 1.6 KiB d806afeab54f98a27feb65493698c4eb95dd66cff47497461f0f6094be98cfe5
libperl-destruct-level-perl_0.02-1build2.dsc 2.0 KiB 609c2bce3ea93592e6b9d5d16c4159b9c164824413ca66efaf4b2d29dd155c6a

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.