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

Changelog

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

  * Import upstream version 0.52.
  * Drop rt134117.patch, which was provided by upstream and
    is now included.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 23:12:24 +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.52-1.dsc 2.8 KiB 3ceb619440b257e2e7223f14ad2a03c97fad940581aa0f2554f9205bf48b3f5f
libdevel-mat-perl_0.52.orig.tar.gz 141.7 KiB 323273afa87e54ec2cabf7b56e1dd3ac5137c4acafd205c8540fa6dd4a7eb291
libdevel-mat-perl_0.52-1.debian.tar.xz 2.3 KiB 5fc4d7b680feb64df6579e42e8ceff53c9269356ed0f734712a4814df4ce8b2c

Available diffs

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