libcarp-fix-1-25-perl 1.000001-4 source package in Ubuntu

Changelog

libcarp-fix-1-25-perl (1.000001-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcarp-fix-1-25-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:43:27 +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
libcarp-fix-1-25-perl_1.000001-4.dsc 2.1 KiB 2c6dfa7a5a1847fea3e21255865e005e096de568227b7bc9a3603b8dedd19754
libcarp-fix-1-25-perl_1.000001.orig.tar.gz 68.3 KiB 241ebd75dbbd6564a0430a9c413caf9805ea27e94bce5034fb85b33b5e26984a
libcarp-fix-1-25-perl_1.000001-4.debian.tar.xz 2.4 KiB 568b1d8d3920d157d87705da98ec1e294c2d333c019997c648a95ddabea966c9

Available diffs

No changes file available.

Binary packages built by this source

libcarp-fix-1-25-perl: Perl module to smooth over incompatible changes in Carp 1.25

 Carp 1.25 made a change to its formatting, adding a period at the end of the
 message. This can mess up tests and code that are looking for error messages.
 Carp::Fix::1_25 makes the message consistent, regardless of what version of
 Carp you're using.
 .
 Carp::Fix::1_25 exports its own carp functions which change the Carp message
 to match the 1.25 version. Carp::Fix::1_25 otherwise acts exactly like Carp
 and it will honor Carp global variables|Carp/GLOBAL VARIABLES such as
 @CARP_NOT and %Carp::Internal.
 .
 Why do this instead of just upgrading Carp? Upgrading Carp would affect all
 installed code all at once. You might not be ready for that, or you might not
 want your module to foist that on its users. This lets you fix things one
 namespace at a time.