libtest-carp-perl 0.2-4 source package in Ubuntu

Changelog

libtest-carp-perl (0.2-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:25:07 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-carp-perl_0.2-4.dsc 2.1 KiB 9e8ade959606fe8925d9e16d3d8dff8f02ac4f5fb8076e3c3a1858fc1e15135b
libtest-carp-perl_0.2.orig.tar.gz 6.0 KiB 8d0ea8edebc81b3ba4128ad8ef2238b76a1993db5d434758ceaec336b7ae743c
libtest-carp-perl_0.2-4.debian.tar.xz 2.0 KiB 1143152f1ba99325859fd35e74a967f198bacef53aa58d48d272c3e6445f94c6

Available diffs

No changes file available.

Binary packages built by this source

libtest-carp-perl: module to test your code for calls to Carp functions

 Test::Carp is a module that facilitates testing whether or not a
 particular Carp function is called as a result of given code. It also
 allows checking the value (error message) the Carp function is called
 with.