libdevel-mat-dumper-perl 0.46-1 source package in Ubuntu
Changelog
libdevel-mat-dumper-perl (0.46-1) unstable; urgency=medium * Import upstream version 0.46. * Install upstream docs. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Sat, 17 Sep 2022 18:28:57 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-mat-dumper-perl_0.46-1.dsc | 2.5 KiB | 89f3403280e92e73468e75b182d41699eafd716e4a2ace6c6a5ba0b1198008b5 |
libdevel-mat-dumper-perl_0.46.orig.tar.gz | 37.8 KiB | 483a07c518ccf60d736c62c6e5b0cbdbca286d5181e089fd2a5cc50cf9ad99f2 |
libdevel-mat-dumper-perl_0.46-1.debian.tar.xz | 2.2 KiB | 86be999462c0690064b3bb62c2793fb57b4986b9c44a0394cafd8cec770679d8 |
Available diffs
- diff from 0.45-1 to 0.46-1 (7.0 KiB)
- diff from 0.45-1build1 (in Ubuntu) to 0.46-1 (7.1 KiB)
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