libdevel-mat-dumper-perl 0.51-ok1 source package in openKylin

Changelog

libdevel-mat-dumper-perl (0.51-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:20:29 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-mat-dumper-perl_0.51.orig.tar.gz 38.6 KiB e8dfd5dc2dfada33c20237a260ecb6d586ce582d49bbfa06d2f3b5736f2007c0
libdevel-mat-dumper-perl_0.51-ok1.debian.tar.xz 1.8 KiB 151a1938fa338f9a42ac76485bcc314ee65076ea617b5e3c20ba47ffc73cc740
libdevel-mat-dumper-perl_0.51-ok1.dsc 2.0 KiB f3dfc65523f9ac259d52be187d2112c322bf7295ab97f9bb670e6a2e4b23df28

Available diffs

View changes file

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