libdevel-globaldestruction-perl 0.04-1build1 source package in Ubuntu

Changelog

libdevel-globaldestruction-perl (0.04-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 19:41:53 +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

Downloads

File Size SHA-256 Checksum
libdevel-globaldestruction-perl_0.04.orig.tar.gz 45.7 KiB faec17ff76bc12750de556d76e6abf77a43889849a976c54cc456c38ea73a368
libdevel-globaldestruction-perl_0.04-1build1.debian.tar.gz 2.1 KiB f9b197e878b1da89d9186a08e73f6a2dd0278ab866281c2ceb3ce3f22d9f3b39
libdevel-globaldestruction-perl_0.04-1build1.dsc 2.3 KiB 767d9a480b5a833757a09295843246db0169f1bd1e75d3c6cb8a3186c3609555

Available diffs

View changes file

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.