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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:39:02 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

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-1build3.debian.tar.xz 2.4 KiB 391d8b482ec1886339b3559a2aa3089709a08ad5fa1e5b0776e14365c0bdc9a8
libdevel-mat-dumper-perl_0.47-1build3.dsc 2.3 KiB 1bb129051302b70953263e7232e8812d21d17e891dad02f0f97a9d6264303b26

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