libdevel-cover-perl 1.21-1ubuntu1 source package in Ubuntu

Changelog

libdevel-cover-perl (1.21-1ubuntu1) xenial; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Prefer perltidy over libppi-html-perl in build dependencies.

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

  * Import upstream version 1.21

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

  * Import upstream version 1.20 (only documentation enhancements)

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

  * Import upstream version 1.19
    + Fixes FTBFS with Perl 5.22. (Closes: #787445)
    + Remove build-dependency on libtest-warn-perl.

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

  * New upstream release.
    + Replace (build-)dependency on "libcgi-pm-perl | perl (<< 5.19~)" for
      CGI.pm with "libhtml-parser-perl (>= 3.69)" for HTML::Entities.

 -- Colin Watson <email address hidden>  Fri, 18 Dec 2015 00:39:59 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-cover-perl_1.21.orig.tar.gz 225.0 KiB 6fcd49df2d1212be2ebcd0bd39d18b0241a3d1e2f551137a7a82b4041e618cf1
libdevel-cover-perl_1.21-1ubuntu1.debian.tar.xz 6.0 KiB 3c18ac8a62aa55362794f1373c8b3f087f01baad559bbabe1e9834d220e851f9
libdevel-cover-perl_1.21-1ubuntu1.dsc 2.4 KiB 51bf13e580c5e7ab811d4a306250960620b50636c73880146f4b3d42ef83d0cf

View changes file

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 package libdevel-cover-perl

 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.