libdevel-mat-perl 0.51-2 source package in Ubuntu

Changelog

libdevel-mat-perl (0.51-2) unstable; urgency=medium

  * Add rt134117.patch (patch from upstream in CPAN RT ticket).
    Hopefully closes: #1026046.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Fri, 12 Jan 2024 00:49:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-mat-perl_0.51-2.dsc 2.8 KiB ebee8cc0afb5e204fcea3b66bc5cde07a354c68f1876005b189d6317aafdb18c
libdevel-mat-perl_0.51.orig.tar.gz 140.8 KiB 878fc2dc80870f3b3d2f622d410ee63ef2e415afac1f6c4de1831fb45f4273e9
libdevel-mat-perl_0.51-2.debian.tar.xz 2.6 KiB 9aade36f92d45d58f156201b88760cd3a4b611a20c16d151120081b9ddc1c6dc

No changes file available.

Binary packages built by this source

libdevel-mat-perl: Perl Memory Analysis Tool

 The Devel::MAT ecosystem allows developers of perl programs to inspect and
 analyse memory-related problems such as memory leaks, unexpected memory
 consumption, or odd state. This is an "offline" analysis system, in the sense
 that the analysis tools all run in a different process, possibly at a later
 time, than the perl process that is being analysed.
 .
 The basic workflow consists of two main stages: first a heap dump file is
 generated from the perl process being debugged, at or around the time that
 the problem becomes apparent, and secondly this file is loaded by an analysis
 tool in order to inspect the contents.
 .
 To generate the heap dump file that captures the contents of the heap, the
 Devel::MAT::Dumper (libdevel-mat-dumper-perl) module is used.
 .
 After there generation of the .pmat file, it can be loaded and inspected. A
 lot of the smaller, simpler tools are built as plugins for the main pmat
 command shell (contained in libdevel-mat-perl, together with Devel::MAT), so
 inspection starts with loading the heap file there.

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