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

Changelog

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

  * Import upstream version 0.47.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 21:14:51 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libdevel-mat-dumper-perl_0.47-1.dsc 2.5 KiB f84fa386344deb2bfeb5a11f02ed4e6a9e11862c16ae278b86d2b5206eb7bf1f
libdevel-mat-dumper-perl_0.47.orig.tar.gz 37.6 KiB ee947a61482956da3061af007927d98f8dab6eddae72490e17e8872b20a42296
libdevel-mat-dumper-perl_0.47-1.debian.tar.xz 2.3 KiB d6c6162b0972fe77e3f57ed5f9e4a50253ca5f3be6590f6bffab8b67a480181b

Available diffs

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