libdevel-stacktrace-perl 2.0400-2 source package in Ubuntu

Changelog

libdevel-stacktrace-perl (2.0400-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Drop no longer supported add-log-mailing-address setting from
    debian/changelog.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 09:34:53 +0000

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
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_2.0400-2.dsc 2.2 KiB 7e72efe2571bfc66e83cc104e02982129011c2b42c48c15edea2272fd247664e
libdevel-stacktrace-perl_2.0400.orig.tar.gz 40.5 KiB cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855
libdevel-stacktrace-perl_2.0400-2.debian.tar.xz 7.3 KiB 40091dbbe386ad87108fb8058f6c670438669bff9390405e13f3e1b539ae9d58

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