libdevel-confess-perl 0.009004-3 source package in Ubuntu

Changelog

libdevel-confess-perl (0.009004-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdevel-confess-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 17:51:50 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-confess-perl_0.009004-3.dsc 2.1 KiB c83d559d14a318bb0de55fac9a30015cdc2ecefb9401d5ce1264712b61eb5ad0
libdevel-confess-perl_0.009004.orig.tar.gz 22.9 KiB a8c601db345cf6929812f382062f71f5eaacad3f4f1be15b3be9d73d291a74dd
libdevel-confess-perl_0.009004-3.debian.tar.xz 2.2 KiB a6bba7f98f39868c781c56146cd5d2f813466e0ffd7fc1c268e019b4eccc9cf3

Available diffs

No changes file available.

Binary packages built by this source

libdevel-confess-perl: module to include stack traces on all warnings and errors

 Devel::Confess is meant as a debugging aid. It can be used to make a script
 complain loudly with stack backtraces when warn()ing or die()ing. Unlike
 other similar modules (e.g. Carp::Always), it includes stack traces even when
 exception objects are thrown.
 .
 The stack traces are generated using Carp, and will work for all types of
 errors. Carp's "carp" and "confess" functions will also be made to include
 stack traces.