libdevel-stacktrace-perl 2.0500-1 source package in Ubuntu

Changelog

libdevel-stacktrace-perl (2.0500-1) unstable; urgency=medium

  * Import upstream version 2.0500.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 23:19:04 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_2.0500-1.dsc 2.5 KiB 9690e3a562c741ab8aa50cccd3b43451994591fc67c4a0dcd8c9c2a16eb7c046
libdevel-stacktrace-perl_2.0500.orig.tar.gz 40.4 KiB 63cb6196e986a7e578c4d28b3c780e7194835bfc78b68eeb8f00599d4444888c
libdevel-stacktrace-perl_2.0500-1.debian.tar.xz 7.3 KiB 1e9ef620382dd53c4d15f40aae61bba2f9bc13c34c2dcec8f666fdf6ca8aff91

Available diffs

No changes file available.

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