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

Changelog

libdevel-globaldestruction-perl (0.13-1) unstable; urgency=medium


  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Angel Abad ]
  * Imported Upstream version 0.13
  * debian/control: Use Build-Depends-Indep instead of Build-Depends
  * debian/copyright: Update debian/* years

 -- Angel Abad <email address hidden>  Tue, 26 Aug 2014 12:16:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-globaldestruction-perl_0.13-1.dsc 1.7 KiB 58ca60a0eceeeadaee71b4062ba257bd2c8c2cad2f69c522abf57f338977e4bc
libdevel-globaldestruction-perl_0.13.orig.tar.gz 8.3 KiB b29824dc0d322e56da325f05185367eb443694716010b36693dd52ffbe8ec462
libdevel-globaldestruction-perl_0.13-1.debian.tar.xz 2.8 KiB cbb38b6c8d0774dc2644875dd8e17d50ca1c0a14d1d6be8d919f3865f77b6ff2

Available diffs

No changes file available.

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.