libcarp-clan-perl 6.07-1 source package in Ubuntu

Changelog

libcarp-clan-perl (6.07-1) unstable; urgency=medium

  * Team upload

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Florian Schlichting ]
  * Import upstream version 6.07
  * Add upstream metadata
  * Ship CONTRIBUTING docs
  * Test::Exception no longer needed for build
  * Declare compliance with Debian Policy 4.2.1

 -- Florian Schlichting <email address hidden>  Fri, 21 Dec 2018 21:43:54 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcarp-clan-perl_6.07-1.dsc 2.0 KiB 3bc06d96fa21e225b95c24b985353ac215c5b131de77ba2d5281bfd170e0dbc2
libcarp-clan-perl_6.07.orig.tar.gz 33.0 KiB 0a08560737d8c5caab36f2684c8512e9771e633d3ab5629db814e1d49e274a3d
libcarp-clan-perl_6.07-1.debian.tar.xz 3.6 KiB 7d3b13ba58ce3b60103ec454e5cbd9fb6f2705f2591e155329728434285c1477

Available diffs

No changes file available.

Binary packages built by this source

libcarp-clan-perl: Perl enhancement to Carp error logging facilities

 Carp::Clan is a Perl module designed to report errors from the perspective
 of the caller of a "clan" of modules, similar to "Carp" itself. Instead of
 giving it a number of levels to skip on the calling stack, you give it a
 pattern to characterize the package names of the "clan" of modules which
 shall never be blamed for any error.
 .
 These modules stick together like a "clan" and any error which occurs will
 be blamed on the "outsider" script or modules not belonging to this clan.