[libdevel-cover-perl] 01/07: Merge tag 'upstream/1.10'

gregor herrmann gregoa at debian.org
Mon Apr 7 18:30:18 UTC 2014


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 a74c98bc4b46ba3591afa0799d408ec009cbbc70
Merge: 2963b82 1d3afc2
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 7 20:08:07 2014 +0200

    Merge tag 'upstream/1.10'
    
    Upstream version 1.10

 .travis.yml                                        |   1 +
 Changes                                            |  17 +
 Contributors                                       |  86 ++++
 Cover.xs                                           |  75 ++-
 MANIFEST                                           |  61 ++-
 META.json                                          |  80 +--
 META.yml                                           | 118 +++--
 Makefile.PL                                        |  39 +-
 bin/cover                                          |  32 +-
 bin/cpancover                                      |  27 +-
 bin/gcov2perl                                      |   8 +-
 docs/RELEASE                                       |  15 +-
 lib/Devel/Cover.pm                                 |  16 +-
 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/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                              |  11 +-
 lib/Devel/Cover/DB/Digests.pm                      |   8 +-
 lib/Devel/Cover/DB/File.pm                         |   8 +-
 lib/Devel/Cover/DB/IO.pm                           |  14 +-
 lib/Devel/Cover/DB/IO/JSON.pm                      |   8 +-
 lib/Devel/Cover/DB/IO/{JSON.pm => Sereal.pm}       |  45 +-
 lib/Devel/Cover/DB/IO/Storable.pm                  |   8 +-
 lib/Devel/Cover/DB/Structure.pm                    |  15 +-
 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               |  26 +-
 lib/Devel/Cover/Report/Html_minimal.pm             |  20 +-
 lib/Devel/Cover/Report/Html_subtle.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                            | 176 +++----
 lib/Devel/Cover/Time.pm                            |   8 +-
 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 +-
 test_output/cover/alias.5.006001                   |   2 +-
 test_output/cover/alias1.5.006001                  |   4 +-
 test_output/cover/alias1.5.008                     |   4 +-
 test_output/cover/bigint.5.006001                  |   2 +-
 test_output/cover/bigint.5.008                     |   2 +-
 test_output/cover/bigint.5.008001                  |   2 +-
 test_output/cover/branch_return_sub.5.006001       |   2 +-
 test_output/cover/branch_return_sub.5.008          |   2 +-
 test_output/cover/bug_and.5.006001                 |   2 +-
 test_output/cover/bug_and.5.008                    |   2 +-
 test_output/cover/bug_and.5.008001                 |   2 +-
 test_output/cover/bug_and.5.012000                 |   2 +-
 test_output/cover/bug_and.5.016000                 |   2 +-
 .../cover/{change.5.006001 => change.5.010000}     |  15 +-
 test_output/cover/cond_and.5.006001                |   2 +-
 test_output/cover/cond_and.5.008                   |   2 +-
 test_output/cover/cond_and.5.008001                |   2 +-
 .../cover/{cond_and.5.008001 => cond_and.5.019002} |  38 +-
 .../cover/{cond_and.5.008001 => cond_and.5.019004} |   2 +-
 test_output/cover/cond_branch.5.006001             |   2 +-
 test_output/cover/cond_branch.5.008                |   2 +-
 test_output/cover/cond_branch.5.008001             |   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 +-
 .../{cond_branch.5.017003 => cond_branch.5.018000} |   2 +-
 test_output/cover/cond_branch.5.019002             | 564 +++++++++++++++++++++
 .../{cond_branch.5.017003 => cond_branch.5.019004} |   2 +-
 test_output/cover/cond_or.5.008                    |   2 +-
 test_output/cover/cond_or.5.008001                 |   2 +-
 test_output/cover/cond_or.5.010000                 |   4 +-
 .../cover/{cond_or.5.010000 => cond_or.5.019002}   | 100 ++--
 .../cover/{cond_or.5.010000 => cond_or.5.019004}   |   4 +-
 test_output/cover/cond_xor.5.006001                |   2 +-
 test_output/cover/cond_xor.5.008                   |   2 +-
 test_output/cover/cond_xor.5.008001                |   2 +-
 test_output/cover/cop.5.006001                     |   2 +-
 test_output/cover/cop.5.008                        |   2 +-
 test_output/cover/dbm_cond.5.008005                |   2 +-
 .../cover/{dbm_cond.5.008005 => dbm_cond.5.019002} |  38 +-
 .../cover/{dbm_cond.5.008005 => dbm_cond.5.019004} |   2 +-
 test_output/cover/default_param.5.006001           |   2 +-
 test_output/cover/default_param.5.008              |   2 +-
 test_output/cover/default_param.5.008001           |   2 +-
 test_output/cover/default_param.5.014000           |   2 +-
 test_output/cover/deparse.5.006001                 |   2 +-
 test_output/cover/deparse.5.008                    |   2 +-
 test_output/cover/destroy.5.006001                 |   2 +-
 test_output/cover/dynamic_subs.5.006001            |   2 +-
 test_output/cover/dynamic_subs.5.008               |   2 +-
 test_output/cover/dynamic_subs.5.008001            |   2 +-
 test_output/cover/dynamic_subs.5.008002            |   2 +-
 ...dynamic_subs.5.008002 => dynamic_subs.5.019002} |  18 +-
 ...dynamic_subs.5.008002 => dynamic_subs.5.019004} |   2 +-
 test_output/cover/eval1.5.006001                   |   4 +-
 test_output/cover/eval1.5.008                      |   4 +-
 test_output/cover/eval2.5.006001                   |  60 ++-
 test_output/cover/eval2.5.008                      |  60 ++-
 test_output/cover/eval3.5.006001                   |   2 +-
 test_output/cover/eval3.5.008                      |   2 +-
 test_output/cover/eval_merge.5.006001              | 121 +++++
 test_output/cover/eval_merge.5.008                 | 139 +++++
 test_output/cover/eval_merge.t.5.006001            | 155 ++++++
 test_output/cover/eval_merge.t.5.008               | 181 +++++++
 test_output/cover/eval_merge_0.5.006001            |  94 ++++
 test_output/cover/eval_merge_0.5.008               | 110 ++++
 test_output/cover/eval_merge_1.5.006001            |  94 ++++
 test_output/cover/eval_merge_1.5.008               | 110 ++++
 test_output/cover/eval_merge_sep.t.5.006001        | 150 ++++++
 test_output/cover/eval_merge_sep.t.5.008           | 182 +++++++
 test_output/cover/eval_nested.5.006001             |   2 +-
 test_output/cover/eval_nested.5.008                |   2 +-
 test_output/cover/eval_sub.t.5.006001              |   2 +-
 test_output/cover/eval_sub.t.5.008                 |   2 +-
 test_output/cover/eval_use.t.5.006001              |  88 +++-
 test_output/cover/eval_use.t.5.008                 |  88 +++-
 test_output/cover/exec.5.006001                    |   2 +-
 test_output/cover/exec_die.5.006001                |   2 +-
 .../cover/{exec_die.5.006001 => exec_die.5.019002} |  10 +-
 .../cover/{exec_die.5.006001 => exec_die.5.019004} |   2 +-
 test_output/cover/fork.5.006001                    |   2 +-
 test_output/cover/{fork.5.006001 => fork.5.019002} |  10 +-
 test_output/cover/{fork.5.006001 => fork.5.019004} |   2 +-
 test_output/cover/if.5.006001                      |   2 +-
 test_output/cover/if.5.008                         |   2 +-
 test_output/cover/{if.5.008 => if.5.019002}        |  16 +-
 test_output/cover/{if.5.008 => if.5.019004}        |   2 +-
 test_output/cover/inc_sub.5.006001                 |   2 +-
 test_output/cover/inc_sub.5.008                    |   2 +-
 test_output/cover/inc_sub.5.010000                 |   8 +-
 test_output/cover/inc_sub.5.010001                 |  77 ---
 test_output/cover/inc_sub.5.012000                 |  77 ---
 test_output/cover/inc_sub.5.012001                 |  77 ---
 test_output/cover/inc_sub.5.012003                 |  77 ---
 test_output/cover/inc_sub.5.012005                 |  77 ---
 test_output/cover/{md5.5.006001 => md5.5.010000}   |   2 +-
 test_output/cover/module1.5.006001                 |   4 +-
 test_output/cover/module1.5.008                    |   4 +-
 test_output/cover/module1.5.008001                 |   4 +-
 .../cover/{module1.5.008001 => module1.5.019002}   |   8 +-
 .../cover/{module1.5.008001 => module1.5.019004}   |   4 +-
 test_output/cover/module2.5.006001                 |   4 +-
 test_output/cover/module2.5.008                    |   4 +-
 test_output/cover/module2.5.008001                 |   4 +-
 .../cover/{module2.5.008001 => module2.5.019002}   |   8 +-
 .../cover/{module2.5.008001 => module2.5.019004}   |   4 +-
 test_output/cover/module_ignore.5.006001           |   2 +-
 test_output/cover/module_ignore.5.008              |   2 +-
 test_output/cover/module_ignore.5.008001           |   2 +-
 ...dule_ignore.5.008001 => module_ignore.5.019002} |   6 +-
 ...dule_ignore.5.008001 => module_ignore.5.019004} |   2 +-
 test_output/cover/module_import.5.006001           |   2 +-
 test_output/cover/module_import.5.008              |   4 +-
 test_output/cover/module_import.5.008001           |   4 +-
 test_output/cover/module_relative.5.008            |   4 +-
 test_output/cover/module_relative.5.008001         |   4 +-
 test_output/cover/moo_cond.5.008002                |   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 +-
 test_output/cover/overload_bool.5.006001           |   2 +-
 test_output/cover/overload_bool.5.008              |   2 +-
 .../cover/{t1.5.006001 => overload_bool2.5.006001} |  32 +-
 .../cover/{taint.5.008 => overload_bool2.5.008}    |  41 +-
 .../cover/{taint.5.008 => overload_bool2.5.008006} |  41 +-
 test_output/cover/overloaded.5.006001              |   2 +-
 test_output/cover/overloaded.5.008                 |   2 +-
 test_output/cover/padrange.5.006001                |   2 +-
 test_output/cover/padrange.5.008                   |   2 +-
 test_output/cover/padrange.5.008001                |   2 +-
 test_output/cover/readonly.5.008002                |   2 +-
 test_output/cover/require.5.006001                 |  32 +-
 test_output/cover/require.5.008                    |  32 +-
 test_output/cover/skip.5.006001                    |   2 +-
 test_output/cover/special_blocks.5.006001          |   2 +-
 test_output/cover/special_blocks.5.008             |   2 +-
 test_output/cover/special_blocks.5.008001          |   2 +-
 test_output/cover/special_blocks.5.010000          |   2 +-
 test_output/cover/statement.5.006001               |   2 +-
 test_output/cover/subs_only.5.006001               |   2 +-
 test_output/cover/t0.5.006001                      |   2 +-
 test_output/cover/t0.5.008                         |   2 +-
 test_output/cover/t0.5.008001                      |   2 +-
 test_output/cover/{t0.5.008001 => t0.5.019002}     |   6 +-
 test_output/cover/{t0.5.008001 => t0.5.019004}     |   2 +-
 test_output/cover/t1.5.006001                      |   2 +-
 test_output/cover/t1.5.008                         |   2 +-
 test_output/cover/t2.5.006001                      |   2 +-
 test_output/cover/t2.5.008                         |   2 +-
 test_output/cover/t2.5.008001                      |   2 +-
 test_output/cover/{t2.5.008001 => t2.5.019002}     |   6 +-
 test_output/cover/{t2.5.008001 => t2.5.019004}     |   2 +-
 test_output/cover/taint.5.006001                   |   2 +-
 test_output/cover/taint.5.008                      |   2 +-
 test_output/cover/trivial.5.006001                 |   2 +-
 test_output/cover/uncoverable.5.006001             |   4 +-
 test_output/cover/xor_constant_fold.5.006001       |   2 +-
 tests/Alias1.pm                                    |   2 +-
 tests/E2.pm                                        |   4 +-
 tests/E3.pm                                        |   4 +-
 tests/E4.pm                                        |   4 +-
 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/bigint                                       |   2 +-
 tests/branch_return_sub                            |   2 +-
 tests/bug_and                                      |   2 +-
 tests/change.t                                     |  29 +-
 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/eval1                                        |   4 +-
 tests/eval2                                        |   2 +-
 tests/eval3                                        |   2 +-
 tests/{eval2 => eval_merge}                        |  16 +-
 tests/{eval_sub.t => eval_merge.t}                 |  41 +-
 tests/{taint => eval_merge_0}                      |  10 +-
 tests/{taint => eval_merge_1}                      |  10 +-
 tests/{eval_sub.t => eval_merge_sep.t}             |  41 +-
 tests/eval_nested                                  |   2 +-
 tests/eval_sub.t                                   |   3 +-
 tests/eval_use.t                                   |   3 +-
 tests/exec                                         |   2 +-
 tests/exec_die                                     |   2 +-
 tests/fork                                         |   2 +-
 tests/if                                           |   2 +-
 tests/inc_sub                                      |   2 +-
 tests/md5.t                                        |  31 +-
 tests/module1                                      |   2 +-
 tests/module2                                      |   2 +-
 tests/module_ignore                                |   2 +-
 tests/module_import                                |   2 +-
 tests/module_relative                              |   2 +-
 tests/moo_cond                                     |   2 +-
 tests/moose_basic                                  |   2 +-
 tests/moose_cond                                   |   2 +-
 tests/moose_constraint                             |   2 +-
 tests/overload_bool                                |   2 +-
 tests/{special_blocks => overload_bool2}           |  27 +-
 tests/overloaded                                   |   2 +-
 tests/padrange                                     |   2 +-
 tests/pod                                          |   2 +-
 tests/pod_nocp                                     |   2 +-
 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/xor_constant_fold                            |   2 +-
 utils/Devel/Cover/BuildUtils.pm                    |   4 +-
 utils/all_versions                                 |   7 +-
 utils/cpanmcover                                   |   2 +-
 utils/create_all_gold                              |   2 +-
 utils/create_gold                                  |  25 +-
 utils/install/buildperl                            |   2 +-
 utils/install_modules                              |   2 +-
 utils/mail_contributors                            |  77 +++
 utils/makeh                                        |   2 +-
 utils/run_cpancover                                |   2 +-
 utils/session.vim                                  |  17 -
 296 files changed, 3572 insertions(+), 1373 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