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

Changelog

libdevel-mat-dumper-perl (0.46-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Tue, 13 Sep 2022 19:35:32 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-mat-dumper-perl_0.46.orig.tar.gz 37.8 KiB 483a07c518ccf60d736c62c6e5b0cbdbca286d5181e089fd2a5cc50cf9ad99f2
libdevel-mat-dumper-perl_0.46-ok1.debian.tar.xz 7.8 KiB 83e60bcb98e20f98dbec62baef7eddd4dca9c5da3bacf3c81065f76b6078dfcb
libdevel-mat-dumper-perl_0.46-ok1.dsc 1.9 KiB 9f6ab250bba0e181c46971ea35b57a2ce15b4d41e65568f42ec963ac6e06ee46

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