libdevel-mat-dumper-perl 0.45-1 source package in Ubuntu

Changelog

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

  * Import upstream version 0.45.

 -- gregor herrmann <email address hidden>  Tue, 05 Apr 2022 18:14:33 +0200

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
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
libdevel-mat-dumper-perl_0.45-1.dsc 2.5 KiB c58ab74f72cdc9306340ee6828739984ff2010409e3a04abea12c34b3a756528
libdevel-mat-dumper-perl_0.45.orig.tar.gz 36.0 KiB 4a4ebb62a2e50cb1689c40ce36b511ae27fb5f46566ab46b9f95949f49f67ba6
libdevel-mat-dumper-perl_0.45-1.debian.tar.xz 2.2 KiB daada4cae090bcf370d6179d6dcf9f0db0f28d5c1766516e3f5260b7e3a15f65

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