libdevel-leak-perl 0.03-4 source package in Ubuntu

Changelog

libdevel-leak-perl (0.03-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:56:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-leak-perl_0.03-4.dsc 2.0 KiB fb4fb53cad84c405a8f4eca794ae66dc8b811f4cddd2aafc82c3ad2bb9522052
libdevel-leak-perl_0.03.orig.tar.gz 3.2 KiB 6f42c34f11e2b4e3ea2e0e6b9416a88a685add447910caf4d91dd2c178177252
libdevel-leak-perl_0.03-4.debian.tar.xz 2.8 KiB bf8126346b64232027a85dc0f606db6444f0966b054756b4105c7977775a31ef

No changes file available.

Binary packages built by this source

libdevel-leak-perl: utility for looking for perl objects that are not reclaimed

 Devel::Leak has two functions: NoteSV and CheckSV.
 .
 NoteSV walks the perl internal table of allocated SVs (scalar values) - (which
 actually contains arrays and hashes too), and records their addresses in a
 table. It returns a count of these "things", and stores a pointer to the
 table (which is obtained from the heap using malloc()) in its argument.
 .
 CheckSV is passed argument which holds a pointer to a table created by
 NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things"
 which did not exist when NoteSV was called. It returns a count of the number
 of "things" now allocated.

libdevel-leak-perl-dbgsym: debug symbols for libdevel-leak-perl