libdevel-mat-dumper-perl 0.42-3build2 source package in Ubuntu
Changelog
libdevel-mat-dumper-perl (0.42-3build2) jammy; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sun, 06 Feb 2022 13:29:34 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-mat-dumper-perl_0.42.orig.tar.gz | 30.5 KiB | bc74191dc39d2331948ce98fe750c5b0064aa71197c1e265c6674e750e64a3bd |
libdevel-mat-dumper-perl_0.42-3build2.debian.tar.xz | 2.2 KiB | 00cd53e1785dc3901f05002cc8e1c94d7540e22b359de689bd6566dcef75579e |
libdevel-mat-dumper-perl_0.42-3build2.dsc | 2.2 KiB | 0d15378d223ed95186c1103ca2fc30bca50841b4752c2695e75eed782281afc4 |
Available diffs
- diff from 0.42-3build1 to 0.42-3build2 (330 bytes)
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