[libdevel-cover-perl] 01/08: Update upstream source from tag 'upstream/1.27'
gregor herrmann
gregoa at debian.org
Sat Sep 30 13:05:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdevel-cover-perl.
commit dddff36cc896974a9760ba059a97a875ca167278
Merge: 74b7572 070585e
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Sep 30 14:47:29 2017 +0200
Update upstream source from tag 'upstream/1.27'
Update to upstream version '1.27'
with Debian dir f82056af3fff603a418ba97f77b996855cf30731
.travis.yml | 5 +-
Changes | 1110 +++++++++++++-------------
Contributors | 11 +
Cover.xs | 14 +-
MANIFEST | 21 +-
MANIFEST.SKIP | 1 +
META.json | 224 +++---
META.yml | 212 ++---
Makefile.PL | 22 +-
README | 84 --
README.md | 78 ++
bin/cover | 139 ++--
bin/cpancover | 6 +-
bin/gcov2perl | 6 +-
dist.ini | 5 +-
docs/BUGS | 2 -
docs/CONTRIBUTING.md | 37 +-
docs/RELEASE | 33 +-
docs/TODO | 98 +--
docs/cpancover | 32 -
docs/cpancover.md | 124 +++
lib/Devel/Cover.pm | 238 +++---
lib/Devel/Cover/Annotation/Git.pm | 4 +-
lib/Devel/Cover/Annotation/Random.pm | 4 +-
lib/Devel/Cover/Annotation/Svk.pm | 4 +-
lib/Devel/Cover/Branch.pm | 16 +-
lib/Devel/Cover/Collection.pm | 31 +-
lib/Devel/Cover/Condition.pm | 16 +-
lib/Devel/Cover/Condition_and_2.pm | 6 +-
lib/Devel/Cover/Condition_and_3.pm | 6 +-
lib/Devel/Cover/Condition_or_2.pm | 6 +-
lib/Devel/Cover/Condition_or_3.pm | 6 +-
lib/Devel/Cover/Condition_xor_4.pm | 6 +-
lib/Devel/Cover/Criterion.pm | 25 +-
lib/Devel/Cover/DB.pm | 36 +-
lib/Devel/Cover/DB/Digests.pm | 4 +-
lib/Devel/Cover/DB/File.pm | 4 +-
lib/Devel/Cover/DB/IO.pm | 4 +-
lib/Devel/Cover/DB/IO/Base.pm | 110 +++
lib/Devel/Cover/DB/IO/JSON.pm | 40 +-
lib/Devel/Cover/DB/IO/Sereal.pm | 45 +-
lib/Devel/Cover/DB/IO/Storable.pm | 13 +-
lib/Devel/Cover/DB/Structure.pm | 13 +-
lib/Devel/Cover/Dumper.pm | 6 +-
lib/Devel/Cover/Html_Common.pm | 12 +-
lib/Devel/Cover/Op.pm | 6 +-
lib/Devel/Cover/Pod.pm | 14 +-
lib/Devel/Cover/Report/Compilation.pm | 4 +-
lib/Devel/Cover/Report/Html.pm | 4 +-
lib/Devel/Cover/Report/Html_basic.pm | 19 +-
lib/Devel/Cover/Report/Html_minimal.pm | 20 +-
lib/Devel/Cover/Report/Html_subtle.pm | 12 +-
lib/Devel/Cover/Report/Json.pm | 6 +-
lib/Devel/Cover/Report/Sort.pm | 4 +-
lib/Devel/Cover/Report/Text.pm | 4 +-
lib/Devel/Cover/Report/Text2.pm | 4 +-
lib/Devel/Cover/Report/Vim.pm | 17 +-
lib/Devel/Cover/Statement.pm | 16 +-
lib/Devel/Cover/Subroutine.pm | 16 +-
lib/Devel/Cover/Test.pm | 18 +-
lib/Devel/Cover/Time.pm | 12 +-
lib/Devel/Cover/Truth_Table.pm | 4 +-
lib/Devel/Cover/Tutorial.pod | 2 +-
lib/Devel/Cover/Util.pm | 8 +-
lib/Devel/Cover/Web.pm | 4 +-
test_output/cover/and.5.016000 | 78 --
test_output/cover/eval_string.5.010000 | 93 +++
test_output/cover/module1.5.010000 | 14 +-
test_output/cover/module2.5.010000 | 14 +-
test_output/cover/module_statements.5.010000 | 80 +-
test_output/cover/padrange2.5.010000 | 51 ++
test_output/cover/padrange2.5.018000 | 51 ++
test_output/cover/padrange2.5.022000 | 51 ++
test_output/cover/readonly.5.010000 | 4 +-
test_output/cover/subs_only.5.010000 | 12 +-
test_output/cover/t0.5.010000 | 22 +-
test_output/cover/t1.5.010000 | 2 +-
test_output/cover/t2.5.010000 | 22 +-
test_output/cover/uncoverable.5.010000 | 27 +-
tests/change.t | 7 +-
tests/eval_string | 47 ++
tests/md5.t | 7 +-
tests/module1 | 14 +-
tests/module2 | 14 +-
tests/module_statements | 20 +-
tests/padrange2 | 8 +
tests/readonly | 4 +-
tests/subs_only | 12 +-
tests/t0 | 22 +-
tests/t1 | 2 +-
tests/t2 | 22 +-
tests/uncoverable | 17 +
utils/Devel/Cover/BuildUtils.pm | 4 +-
utils/all_versions | 29 +-
utils/bisect.sh | 2 +-
utils/build_cpancover_perl | 5 -
utils/cpancover.nginx | 21 +
utils/cpancover_modules | 394 ---------
utils/cpanmcover | 36 -
utils/create_gold | 2 +-
utils/dc | 405 ++++++----
utils/install/System.pm | 90 ---
utils/install/buildperl | 658 ---------------
utils/install_dev_modules | 2 +-
utils/makeh | 0
utils/run_cpancover | 23 -
106 files changed, 2510 insertions(+), 2991 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git
More information about the Pkg-perl-cvs-commits
mailing list