libdevel-mat-perl 0.53-1 source package in Ubuntu

Changelog

libdevel-mat-perl (0.53-1) unstable; urgency=medium

  * Import upstream version 0.53.
  * Update test and runtime dependencies.

 -- gregor herrmann <email address hidden>  Wed, 20 Mar 2024 18:50:28 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libdevel-mat-perl_0.53-1.dsc 2.8 KiB 1ee8710548b82c01665f86519a0f456bd6ed59c54c28890087557f3b2cc61817
libdevel-mat-perl_0.53.orig.tar.gz 145.4 KiB 5f1439d50bb15472271e7478af0fe70fb7bb43bbffa120f48ca7cc6f9ad413f4
libdevel-mat-perl_0.53-1.debian.tar.xz 2.3 KiB 8ed132b411984a5fe14279a92477b7332c8416c3629f3070296ee97da2af0c2f

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