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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:50:21 +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-1build2.debian.tar.xz 2.4 KiB 2d389cabaa8e594fca4aafe726aa4e0cb438c7e95af3fa0d8439d0087b16882f
libdevel-mat-dumper-perl_0.47-1build2.dsc 2.2 KiB b19a4313e7370ab9cb36f0a4d9a25e052de2504e126ae0a483427d4cf7e58ff1

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