[libdevel-cover-perl] 01/08: Updated version 1.25 from 'upstream/1.25'

gregor herrmann gregoa at debian.org
Sat May 20 21:11:13 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 7928dcee88f49305d1093478a14be4b2047e3187
Merge: 932375d 7684335
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 20 22:54:27 2017 +0200

    Updated version 1.25 from 'upstream/1.25'
    
    with Debian dir cf053ba9b8b26bdeaeeebd5a723aa6a47f1a2d08

 .gitignore                                         |  31 ---
 .travis.yml                                        |   5 +-
 Changes                                            |  20 +-
 Contributors                                       |   4 +
 Cover.xs                                           | 120 +++++++++++-
 LICENCE                                            |   6 +-
 MANIFEST                                           | 140 +++++++-------
 META.json                                          | 210 +++++++++++----------
 META.yml                                           | 201 +++++++++++---------
 Makefile.PL                                        |  70 +++----
 bin/cover                                          |  11 +-
 bin/cpancover                                      |  11 +-
 bin/gcov2perl                                      |   8 +-
 dist.ini                                           |   5 +-
 docs/CONTRIBUTING.md                               |  52 +++++
 docs/RELEASE                                       |  11 +-
 lib/Devel/Cover.pm                                 |  30 +--
 lib/Devel/Cover/Annotation/Git.pm                  |   8 +-
 lib/Devel/Cover/Annotation/Random.pm               |   8 +-
 lib/Devel/Cover/Annotation/Svk.pm                  |   8 +-
 lib/Devel/Cover/Branch.pm                          |   8 +-
 lib/Devel/Cover/Collection.pm                      |  12 +-
 lib/Devel/Cover/Condition.pm                       |   8 +-
 lib/Devel/Cover/Condition_and_2.pm                 |   8 +-
 lib/Devel/Cover/Condition_and_3.pm                 |   8 +-
 lib/Devel/Cover/Condition_or_2.pm                  |   8 +-
 lib/Devel/Cover/Condition_or_3.pm                  |   8 +-
 lib/Devel/Cover/Condition_xor_4.pm                 |   8 +-
 lib/Devel/Cover/Criterion.pm                       |   8 +-
 lib/Devel/Cover/DB.pm                              |  10 +-
 lib/Devel/Cover/DB/Digests.pm                      |  10 +-
 lib/Devel/Cover/DB/File.pm                         |   8 +-
 lib/Devel/Cover/DB/IO.pm                           |  13 +-
 lib/Devel/Cover/DB/IO/JSON.pm                      |  44 ++---
 lib/Devel/Cover/DB/IO/Sereal.pm                    |  10 +-
 lib/Devel/Cover/DB/IO/Storable.pm                  |  10 +-
 lib/Devel/Cover/DB/Structure.pm                    |   8 +-
 lib/Devel/Cover/Dumper.pm                          |   4 +-
 lib/Devel/Cover/Html_Common.pm                     |   4 +-
 lib/Devel/Cover/Op.pm                              |   8 +-
 lib/Devel/Cover/Pod.pm                             |   8 +-
 lib/Devel/Cover/Report/Compilation.pm              |   8 +-
 lib/Devel/Cover/Report/Html.pm                     |   8 +-
 lib/Devel/Cover/Report/Html_basic.pm               |  10 +-
 lib/Devel/Cover/Report/Html_minimal.pm             |   6 +-
 lib/Devel/Cover/Report/Html_subtle.pm              |   8 +-
 lib/Devel/Cover/Report/Json.pm                     |   8 +-
 lib/Devel/Cover/Report/Sort.pm                     |   8 +-
 lib/Devel/Cover/Report/Text.pm                     |   8 +-
 lib/Devel/Cover/Report/Text2.pm                    |   6 +-
 lib/Devel/Cover/Report/Vim.pm                      |  10 +-
 lib/Devel/Cover/Statement.pm                       |   8 +-
 lib/Devel/Cover/Subroutine.pm                      |   8 +-
 lib/Devel/Cover/Test.pm                            |  16 +-
 lib/Devel/Cover/Time.pm                            |  10 +-
 lib/Devel/Cover/Truth_Table.pm                     |   4 +-
 lib/Devel/Cover/Tutorial.pod                       |   4 +-
 lib/Devel/Cover/Util.pm                            |   8 +-
 lib/Devel/Cover/Web.pm                             |   8 +-
 t/internal/criteria.t                              |   4 +-
 t/internal/subprocess.t                            |   9 +-
 .../cover/{accessor.5.008001 => accessor.5.010000} |   0
 .../cover/{alias.5.008001 => alias.5.010000}       |   2 +-
 .../cover/{alias1.5.008001 => alias1.5.010000}     |   4 +-
 .../cover/{bug_and.5.008001 => and.5.010000}       |  18 +-
 .../cover/{bug_and.5.012000 => and.5.012000}       |  18 +-
 .../cover/{bug_and.5.016000 => and.5.016000}       |  18 +-
 .../cover/{bigint.5.008001 => bigint.5.010000}     |   2 +-
 ...urn_sub.5.008001 => branch_return_sub.5.010000} |   2 +-
 .../cover/{change.5.008001 => change.5.010000}     |   2 +-
 .../cover/{cond_and.5.008001 => cond_and.5.010000} |   2 +-
 .../{cond_branch.5.008001 => cond_branch.5.010000} |   2 +-
 test_output/cover/cond_branch.5.012000             |   2 +-
 test_output/cover/cond_branch.5.014000             |   2 +-
 test_output/cover/cond_branch.5.016000             |   2 +-
 test_output/cover/cond_branch.5.018000             |   2 +-
 ...cond_chained.5.008001 => cond_chained.5.010000} |   0
 test_output/cover/cond_or.5.008001                 | 193 -------------------
 test_output/cover/cond_or.5.010000                 |   4 +-
 test_output/cover/cond_or.5.022000                 |   4 +-
 .../cover/{cond_xor.5.008001 => cond_xor.5.010000} |   2 +-
 test_output/cover/{cop.5.008001 => cop.5.010000}   |   2 +-
 .../cover/{dbm_cond.5.008005 => dbm_cond.5.010000} |   2 +-
 test_output/cover/dbm_cond.5.022000                |   2 +-
 ...fault_param.5.008001 => default_param.5.010000} |   2 +-
 test_output/cover/default_param.5.014000           |   2 +-
 .../cover/{deparse.5.008001 => deparse.5.010000}   |   2 +-
 .../cover/{destroy.5.008001 => destroy.5.010000}   |   2 +-
 test_output/cover/dynamic_subs.5.008001            | 117 ------------
 ...dynamic_subs.5.008002 => dynamic_subs.5.010000} |   2 +-
 .../cover/{empty.5.008001 => empty.5.010000}       |   0
 ...end_constant.5.008001 => end_constant.5.010000} |   0
 .../cover/{eval1.5.008001 => eval1.5.010001}       |   2 +-
 .../cover/{eval2.5.008001 => eval2.5.010000}       |   6 +-
 .../cover/{eval3.5.008001 => eval3.5.010000}       |   2 +-
 .../{eval_merge.5.008001 => eval_merge.5.010000}   |   6 +-
 ...eval_merge.t.5.008001 => eval_merge.t.5.010000} |   8 +-
 ...eval_merge_0.5.008001 => eval_merge_0.5.010000} |   6 +-
 ...eval_merge_1.5.008001 => eval_merge_1.5.010000} |   6 +-
 ...ge_sep.t.5.008001 => eval_merge_sep.t.5.010000} |  10 +-
 .../{eval_nested.5.008001 => eval_nested.5.010000} |   2 +-
 .../{eval_sub.t.5.008001 => eval_sub.t.5.010000}   |   2 +-
 .../{eval_use.t.5.008001 => eval_use.t.5.010000}   |   8 +-
 test_output/cover/{exec.5.008001 => exec.5.010000} |   2 +-
 .../cover/{exec_die.5.008001 => exec_die.5.010000} |   2 +-
 .../cover/{final_op.5.008002 => final_op.5.010000} |   0
 test_output/cover/{fork.5.008001 => fork.5.010000} |   2 +-
 test_output/cover/{if.5.008001 => if.5.010000}     |   2 +-
 test_output/cover/{md5.5.008001 => md5.5.010000}   |   2 +-
 .../cover/{module1.5.008001 => module1.5.010000}   |   4 +-
 .../cover/{module2.5.008001 => module2.5.010000}   |   4 +-
 ...dule_ignore.5.008001 => module_ignore.5.010000} |   2 +-
 ...dule_import.5.008001 => module_import.5.010000} |   4 +-
 ..._relative.5.008001 => module_relative.5.010000} |   4 +-
 ...tements.5.008001 => module_statements.5.010000} |   4 +-
 .../cover/{moo_cond.5.008003 => moo_cond.5.010000} |   2 +-
 test_output/cover/moose_basic.5.010000             |   2 +-
 test_output/cover/moose_cond.5.010000              |   2 +-
 test_output/cover/moose_constraint.5.010000        |   2 +-
 test_output/cover/moose_constraint.5.016000        |   2 +-
 ...erload_bool.5.008001 => overload_bool.5.010000} |   2 +-
 test_output/cover/overload_bool2.5.008001          |  63 -------
 test_output/cover/overload_bool2.5.010000          |   2 +-
 test_output/cover/overload_bool2.5.022000          |   2 +-
 .../{overloaded.5.008001 => overloaded.5.010000}   |   2 +-
 .../cover/{padrange.5.008001 => padrange.5.010000} |   9 +-
 test_output/cover/{pod.5.008001 => pod.5.010000}   |   2 +-
 .../cover/{pod_nocp.5.008001 => pod_nocp.5.010000} |   2 +-
 .../cover/{readonly.5.008008 => readonly.5.010000} |   2 +-
 ...redefine_sub.5.008001 => redefine_sub.5.010000} |   0
 .../cover/{require.5.008001 => require.5.010000}   |   4 +-
 test_output/cover/{skip.5.008001 => skip.5.010000} |   2 +-
 test_output/cover/{sort.5.008001 => sort.5.010000} |   0
 test_output/cover/special_blocks.5.008001          |  68 -------
 test_output/cover/special_blocks.5.010000          |   2 +-
 .../{statement.5.008001 => statement.5.010000}     |   2 +-
 .../{subs_only.5.008001 => subs_only.5.010000}     |   2 +-
 test_output/cover/{t0.5.008001 => t0.5.010000}     |   2 +-
 test_output/cover/{t1.5.008001 => t1.5.010000}     |   2 +-
 test_output/cover/{t2.5.008001 => t2.5.010000}     |   2 +-
 .../cover/{taint.5.008001 => taint.5.010000}       |   2 +-
 .../cover/{trivial.5.008001 => trivial.5.010000}   |   2 +-
 .../{uncoverable.5.008001 => uncoverable.5.010000} |   2 +-
 .../cover/{v-58x.5.008001 => v-58x.5.010000}       |   2 +-
 test_output/cover/xor_constant_fold.5.008001       |  16 --
 ...inal_op.5.008001 => xor_constant_fold.5.010000} |   0
 tests/Alias1.pm                                    |   2 +-
 tests/E2.pm                                        |   2 +-
 tests/E3.pm                                        |   2 +-
 tests/E4.pm                                        |   2 +-
 tests/Module1.pm                                   |   2 +-
 tests/Module2.pm                                   |   2 +-
 tests/Module_import.pm                             |   2 +-
 tests/PodMod.pm                                    |   2 +-
 tests/Taint.pm                                     |   2 +-
 tests/alias                                        |   2 +-
 tests/alias1                                       |   2 +-
 tests/{bug_and => and}                             |   4 +-
 tests/bigint                                       |   2 +-
 tests/branch_return_sub                            |   2 +-
 tests/change.t                                     |   2 +-
 tests/cond_and                                     |   2 +-
 tests/cond_branch                                  |   2 +-
 tests/cond_or                                      |   2 +-
 tests/cond_or.pl                                   |   2 +-
 tests/cond_xor                                     |   2 +-
 tests/cop                                          |   2 +-
 tests/dbm_cond                                     |   2 +-
 tests/default_param                                |   2 +-
 tests/deparse                                      |   2 +-
 tests/destroy                                      |   2 +-
 tests/dist/DC-Test-Dist/Makefile.PL                |   2 +-
 tests/dist/DC-Test-Dist/lib/DC/Test/Dist.pm        |   4 +-
 tests/dist/DC-Test-Dist/lib/DC/Test/Dist/M1.pm     |   4 +-
 tests/dynamic_subs                                 |   2 +-
 tests/empty                                        |   2 +-
 tests/end_constant                                 |   2 +-
 tests/eval1                                        |   2 +-
 tests/eval2                                        |   2 +-
 tests/eval3                                        |   2 +-
 tests/eval_merge                                   |   2 +-
 tests/eval_merge.t                                 |   2 +-
 tests/eval_merge_0                                 |   2 +-
 tests/eval_merge_1                                 |   2 +-
 tests/eval_merge_sep.t                             |   2 +-
 tests/eval_nested                                  |   2 +-
 tests/eval_sub.t                                   |   2 +-
 tests/eval_use.t                                   |   2 +-
 tests/exec                                         |   2 +-
 tests/exec_die                                     |   2 +-
 tests/final_op                                     |   2 +-
 tests/fork                                         |   2 +-
 tests/if                                           |   2 +-
 tests/inc_sub                                      |   2 +-
 tests/md5.t                                        |   2 +-
 tests/module1                                      |   2 +-
 tests/module2                                      |   2 +-
 tests/module_ignore                                |   2 +-
 tests/module_import                                |   2 +-
 tests/module_relative                              |   2 +-
 tests/module_statements                            |   4 +-
 tests/moo_cond                                     |   2 +-
 tests/moose_basic                                  |   2 +-
 tests/moose_cond                                   |   2 +-
 tests/moose_constraint                             |   2 +-
 tests/overload_bool                                |   2 +-
 tests/overload_bool2                               |   2 +-
 tests/overloaded                                   |   2 +-
 tests/padrange                                     |   5 +-
 tests/pod                                          |  25 +--
 tests/pod_nocp                                     |  25 +--
 tests/readonly                                     |   2 +-
 tests/require                                      |   2 +-
 tests/skip                                         |   2 +-
 tests/special_blocks                               |   2 +-
 tests/statement                                    |   2 +-
 tests/subs_only                                    |   2 +-
 tests/t0                                           |   2 +-
 tests/t1                                           |   2 +-
 tests/t2                                           |   2 +-
 tests/taint                                        |   2 +-
 tests/trivial                                      |   2 +-
 tests/uncoverable                                  |   2 +-
 tests/v-58x                                        |   2 +-
 tests/xor_constant_fold                            |   2 +-
 utils/Devel/Cover/BuildUtils.pm                    |   4 +-
 utils/all_versions                                 |  20 +-
 utils/cpanmcover                                   |   2 +-
 utils/create_all_gold                              |   2 +-
 utils/create_gold                                  |   2 +-
 utils/dc                                           |   2 +-
 utils/install/buildperl                            |   2 +-
 utils/mail_contributors                            |   2 +-
 utils/makeh                                        |   2 +-
 utils/setup                                        |   2 +-
 235 files changed, 989 insertions(+), 1307 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