libdevel-mat-dumper-perl 0.48-2 source package in Ubuntu

Changelog

libdevel-mat-dumper-perl (0.48-2) unstable; urgency=medium

  * Add a Breaks on libdevel-mat-perl < 0.53. (Closes: #1067341)

 -- gregor herrmann <email address hidden>  Wed, 20 Mar 2024 22:56:09 +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-dumper-perl_0.48-2.dsc 2.5 KiB b554bc2d5f2b97ad033ac0ca293ca05c12a05cb2d62947de453019deb8ddc601
libdevel-mat-dumper-perl_0.48.orig.tar.gz 38.2 KiB 28a22da4cd47141a75caa0fc9deb7a5d1aea30c55665d68c26cf7dab7eeb1114
libdevel-mat-dumper-perl_0.48-2.debian.tar.xz 2.3 KiB 7f1626b48e50256821472cfd3ae26fb6613c1ea877599ef54675dbd3482b7f80

No changes file available.

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