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

Changelog

libdevel-globaldestruction-perl (0.03-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 12:57:12 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
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.03.orig.tar.gz 40.9 KiB 5711dcccb6e8043f8c1b1551be36c9497caf55d921cd872fc293e40e5f932eec
libdevel-globaldestruction-perl_0.03-1build1.debian.tar.gz 2.3 KiB 6785d55930d9d355475c01e073cb2fda0c6be9403bd19574c24eb019c86187a2
libdevel-globaldestruction-perl_0.03-1build1.dsc 2.2 KiB c218760e0b196ccdf3fed92334051fc808aaa4353216e445f24bcec187a42c75

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.