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

Changelog

libdevel-stacktrace-perl (2.0400-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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.0400.orig.tar.gz 40.5 KiB cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855
libdevel-stacktrace-perl_2.0400-ok1.debian.tar.xz 5.1 KiB 50fc3667e74bdb6cc206ca721141e93ef133816b7d9bdd87e0c655774a82d34b
libdevel-stacktrace-perl_2.0400-ok1.dsc 2.0 KiB 8eb46df0e863c4acbd3d1ec1aba59bca449476327805ca85c1c70d6bde97e1e5

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