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

Changelog

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

  * Team upload.
  * New upstream release.
  * No longer (build-)depend on libscope-guard-perl.
  * debian/copyright: Update for new upstream release.
  * Bump Standards-Version to 3.9.2 (no changes).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:33 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-1.debian.tar.gz 2.2 KiB 4f5ec82054466065fee19bab4e0ab754c0aedd25ae3d28e4ca31f1664e2e77c6
libdevel-globaldestruction-perl_0.04-1.dsc 2.1 KiB cb821e36337b94f9e80456710a8ba71fefd359ec58cc1f067adfd1e224343aa6

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.