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

Changelog

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

  * Modify debian.

 -- denghao <email address hidden>  Fri, 30 Sep 2022 05:04:16 +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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_2.04.orig.tar.gz 40.5 KiB cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855
libdevel-stacktrace-perl_2.04-ok3.debian.tar.xz 5.0 KiB 6efdb718d284e5dc26011367624d7788ecdf8b28bb6759869d6ae392fefe9626
libdevel-stacktrace-perl_2.04-ok3.dsc 1.9 KiB baf6335497a9a925dca3e88a6347ef25299d459dbbcda549ef05dea046b60b89

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