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

Changelog

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

  * Import upstream version 0.009004.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.1.

 -- gregor herrmann <email address hidden>  Sat, 14 Oct 2017 16:57:45 +0200

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
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-confess-perl_0.009004-1.dsc 2.2 KiB fd44de7ff0e313216fa4f785212e126c52163b4d3775b77e9e3259ba942a4249
libdevel-confess-perl_0.009004.orig.tar.gz 22.9 KiB a8c601db345cf6929812f382062f71f5eaacad3f4f1be15b3be9d73d291a74dd
libdevel-confess-perl_0.009004-1.debian.tar.xz 1.9 KiB 113fb15a35ffb0e0905e10869108a4ff4cf7dfe0b1fedf162d1d1b2cccc85dbd

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.