libcarp-always-perl 0.16-1build1 source package in Ubuntu

Changelog

libcarp-always-perl (0.16-1build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Sun, 23 Nov 2025 22:07:58 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe perl

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcarp-always-perl_0.16.orig.tar.gz 13.1 KiB 98aa11492171c016fb0827581ab1fa5ed01b1e99c6357489ddf3a827315866f1
libcarp-always-perl_0.16-1build1.debian.tar.xz 2.5 KiB 14b8f3e039e1dac6f7eac8c429e548ee73d931752576f343269b57e5d8a4dacd
libcarp-always-perl_0.16-1build1.dsc 2.1 KiB 080c990a2ae37775806d3bcb3996303a7080c2672d600d85acbb0786e00365fc

Available diffs

View changes file

Binary packages built by this source

libcarp-always-perl: Perl module to make warn and die noisy with stack backtraces

 Carp::Always 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. Thus, it is
 commonly used on the command line, to give more context to those mysterious
 warnings from deep down inside the module, without the need to edit code.