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

Changelog

libdevel-stacktrace-perl (2.0500-ok1) nile; urgency=medium

  * Build for openKylin.

 -- luoyaoming <email address hidden>  Wed, 17 Apr 2024 10:23:52 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_2.0500.orig.tar.gz 40.4 KiB 63cb6196e986a7e578c4d28b3c780e7194835bfc78b68eeb8f00599d4444888c
libdevel-stacktrace-perl_2.0500-ok1.debian.tar.xz 5.1 KiB c5b996bd264ac7194105c96c41d440905cdff501013d9fc7a511232ebb579850
libdevel-stacktrace-perl_2.0500-ok1.dsc 2.0 KiB d513fd54314809212145b60e7be93720c7341396e247371c8513b3834170e743

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