libdevel-cover-perl 1.33-1 source package in Ubuntu

Changelog

libdevel-cover-perl (1.33-1) unstable; urgency=medium

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

  [ Axel Beckert ]
  * Import new upstream release 1.33.
    + Suggest libterm-size-perl.
  * Apply "wrap-and-sort -a".
  * Declare compliance with Debian Policy 4.4.0. (No changes needed.)
  * Bump debhelper compatibility level to 12.
    + Replace debian/compat with a versioned b-d on debhelper-compat.
  * Add optional test-only build-dependencies with <!nocheck>:
    + libdbm-deep-perl
    + libmoo-perl
    + libreadonly-perl
    + libmoose-perl

 -- Axel Beckert <email address hidden>  Sun, 01 Sep 2019 12:59:12 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.33-1.dsc 2.4 KiB 849ff38738b6b505b2c5d6c24c7210b04b2cab8eb7ea6f8dc923eabeee12aa3e
libdevel-cover-perl_1.33.orig.tar.gz 204.3 KiB a7a07ddaff263a08c554e49f17f5baae854d7b64a8cb58bbdb436438d3a9cfa3
libdevel-cover-perl_1.33-1.debian.tar.xz 7.2 KiB f0e519aac84a9726f3f9c61d82cbb508c455898b91b51894d3b3e538d07bb43a

No changes file available.

Binary packages built by this source

libdevel-cover-perl: Perl tool for determining code coverage metrics

 Devel::Cover is a Perl module that helps collect and display code coverage
 information. Code coverage information is collected using a pluggable runops
 function which counts how many times each op is executed. This data is then
 mapped back to reality using the B compiler modules. There is also a another
 statement profiler which needs a better backend to be really useful.
 .
 Statement, branch, condition, subroutine, pod and time coverage information is
 reported. Statement coverage data should be reasonable, although there may be
 some statements which are not reported. Branch and condition coverage data
 should be mostly accurate too, although not always what one might initially
 expect. Subroutine coverage should be as accurate as statement coverage. Pod
 coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available
 it will be used instead. Coverage data for path coverage are not yet
 collected.
 .
 The cover program can be used to generate coverage reports. Another included
 program, gcov2perl, can convert gcov files to Devel::Cover databases.

libdevel-cover-perl-dbgsym: debug symbols for libdevel-cover-perl