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

Changelog

libdevel-stacktrace-perl (2.04-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Wed, 24 Aug 2022 09:39:24 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low 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-ok1.debian.tar.xz 5.3 KiB 1c8a4a915355d54193ce7fb04034339386cc7f88df1955b9e289d1d9216e1bb0
libdevel-stacktrace-perl_2.04-ok1.dsc 1.9 KiB 4aa4cad02330681486bb0737b10c8d04b9976f572c5095de319540ab23aad740

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().