libdevel-mat-dumper-perl 0.47-1build1 source package in Ubuntu

Changelog

libdevel-mat-dumper-perl (0.47-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:41:00 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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-dumper-perl_0.47.orig.tar.gz 37.6 KiB ee947a61482956da3061af007927d98f8dab6eddae72490e17e8872b20a42296
libdevel-mat-dumper-perl_0.47-1build1.debian.tar.xz 2.3 KiB 424ca05dc8fccffd26cc962c56344718a9b85744d516fe9780f9d448e689e964
libdevel-mat-dumper-perl_0.47-1build1.dsc 2.2 KiB cb884429f1247f6cd32d1e5e59864847c310977d7206c8d7741de9bd3b325660

Available diffs

View changes file

Binary packages built by this source

libdevel-mat-dumper-perl: module to write a heap dump file for later analysis

 Devel::MAT::Dumper provides the memory-dumping function that creates a heap
 dump file which can later be read by Devel::MAT::Dumpfile. It provides a
 single function which is not exported, which writes a file to the given path.
 .
 The dump file will contain a representation of every SV in Perl's arena,
 providing information about pointers between them, as well as other
 information about the state of the process at the time it was created. It
 contains a snapshot of the process at that moment in time, which can later be
 loaded and analysed by various tools using Devel::MAT::Dumpfile.

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