libdevel-stacktrace-perl 2.04-ok2 source package in openKylin

Changelog

libdevel-stacktrace-perl (2.04-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 09:27:07 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_2.04.orig.tar.gz 40.5 KiB cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855
libdevel-stacktrace-perl_2.04-ok2.debian.tar.xz 5.3 KiB e3e21045f84e4f6ba088357967687c56647c1c73977b484442c0602e2985dba6
libdevel-stacktrace-perl_2.04-ok2.dsc 1.9 KiB 47fc6b8d96d6e57396c38177cd5b280b1d9ba1eb6e9bec8092fd7b55f152391b

Available diffs

View changes file

Binary packages built by this source

libdevel-stacktrace-perl: Perl module containing stack trace and related objects

 The Devel::StackTrace module contains two classes, Devel::StackTrace
 and Devel::StackTraceFrame. The goal of this object is to encapsulate
 the information that can found through using the caller() function, as
 well as providing a simple interface to this data.
 .
 The Devel::StackTrace object contains a set of Devel::StackTraceFrame
 objects, one for each level of the stack. The frames contain all the
 data available from caller().