[libdevel-cover-perl] branch master updated (7e93e9d -> a82a1fc)

Axel Beckert abe at deuxchevaux.org
Thu Apr 21 07:41:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdevel-cover-perl.

      from  7e93e9d   update changelog
      adds  007c36a   Remove unncessary variables.
      adds  1495809   Don't generate HTML locally.
      adds  348b259   Test against recent perl releases.
      adds  84621f8   Ignore temporary tags files.
      adds  23ff498   Improve POD for the "uncoverable_file" parameter
      adds  3592dea   Remove redundant uncoverable_file defaults
      adds  600795a   Merge branch 'pr/148'
      adds  bb9c687   Update Contributors.
      adds  58bfe5e   Add new perl versions to test against.
      adds  a2c8bcf   Add -force and -verbose options.
      adds  87e4fb6   Set dir from correct parameter.
      adds  b91bc47   Ensure the local_staging directory exists.
      adds  45ee109   Clean up shell code.
      adds  4e2b613   Clean copyright update code.
      adds  6643243   Update copyright.
      adds  81e1958   Fix tyop in dc.
      adds  6d619fe   Skip launch test unless HTML::Entities installed.
      adds  46b5195   Don't load report only to delete the DB.
      adds  d51ce02   Use the current perl.
      adds  bb749fa   Add dc all_versions.
      adds  93deb72   Remove unnecessary shifts.
      adds  2a77d70   Build perls in parallel.
      adds  5d80c3b   Remove unused sub.
      adds  1f050ed   Only need to install a module once.
      adds  ec585d9   Implement list option to all_versions.
      adds  06b6c7c   Add Changes.
      adds  025ad09   Bump version number.
      adds  2167da4   v1.22
      adds  6ad341e   Imported Upstream version 1.22
       new  0530062   Merge tag 'upstream/1.22'
       new  f9b72ce   Update debian/changelog
       new  a82a1fc   This will be a birthday upload!

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                     |   2 +-
 Changes                                        |   5 +
 Contributors                                   |   1 +
 Cover.xs                                       |   2 +-
 LICENCE                                        |   6 +-
 MANIFEST                                       |   2 +-
 META.json                                      | 180 +++++++++++++------------
 META.yml                                       | 178 ++++++++++++------------
 Makefile.PL                                    |  10 +-
 bin/cover                                      |  12 +-
 bin/cpancover                                  |   8 +-
 bin/gcov2perl                                  |   8 +-
 debian/changelog                               |   8 +-
 lib/Devel/Cover.pm                             |  25 ++--
 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                  |  15 +--
 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                          |   8 +-
 lib/Devel/Cover/DB/Digests.pm                  |   8 +-
 lib/Devel/Cover/DB/File.pm                     |   8 +-
 lib/Devel/Cover/DB/IO.pm                       |   8 +-
 lib/Devel/Cover/DB/IO/JSON.pm                  |   8 +-
 lib/Devel/Cover/DB/IO/Sereal.pm                |   8 +-
 lib/Devel/Cover/DB/IO/Storable.pm              |   8 +-
 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                        |   8 +-
 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 +-
 t/internal/launch.t                            |   9 ++
 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 +-
 test_output/cover/change.5.006001              |   2 +-
 test_output/cover/cond_and.5.006001            |   2 +-
 test_output/cover/cond_and.5.008               |   2 +-
 test_output/cover/cond_and.5.008001            |   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 +-
 test_output/cover/cond_branch.5.018000         |   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 +-
 test_output/cover/cond_or.5.022000             |   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 +-
 test_output/cover/dbm_cond.5.022000            |   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 +-
 test_output/cover/eval1.5.006001               |   2 +-
 test_output/cover/eval1.5.008                  |   2 +-
 test_output/cover/eval2.5.006001               |   6 +-
 test_output/cover/eval2.5.008                  |   6 +-
 test_output/cover/eval3.5.006001               |   2 +-
 test_output/cover/eval3.5.008                  |   2 +-
 test_output/cover/eval_merge.5.006001          |   6 +-
 test_output/cover/eval_merge.5.008             |   6 +-
 test_output/cover/eval_merge.t.5.006001        |   8 +-
 test_output/cover/eval_merge.t.5.008           |   8 +-
 test_output/cover/eval_merge_0.5.006001        |   6 +-
 test_output/cover/eval_merge_0.5.008           |   6 +-
 test_output/cover/eval_merge_1.5.006001        |   6 +-
 test_output/cover/eval_merge_1.5.008           |   6 +-
 test_output/cover/eval_merge_sep.t.5.006001    |  10 +-
 test_output/cover/eval_merge_sep.t.5.008       |  10 +-
 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          |   8 +-
 test_output/cover/eval_use.t.5.008             |   8 +-
 test_output/cover/exec.5.006001                |   2 +-
 test_output/cover/exec_die.5.006001            |   2 +-
 test_output/cover/fork.5.006001                |   2 +-
 test_output/cover/if.5.006001                  |   2 +-
 test_output/cover/if.5.008                     |   2 +-
 test_output/cover/md5.5.006001                 |   2 +-
 test_output/cover/module1.5.006001             |   4 +-
 test_output/cover/module1.5.008                |   4 +-
 test_output/cover/module1.5.008001             |   4 +-
 test_output/cover/module2.5.006001             |   4 +-
 test_output/cover/module2.5.008                |   4 +-
 test_output/cover/module2.5.008001             |   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 +-
 test_output/cover/module_import.5.006001       |   2 +-
 test_output/cover/module_import.5.008          |   4 +-
 test_output/cover/module_relative.5.008        |   4 +-
 test_output/cover/module_statements.5.006001   |   4 +-
 test_output/cover/module_statements.5.008      |   4 +-
 test_output/cover/module_statements.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 +-
 test_output/cover/overload_bool2.5.006001      |   2 +-
 test_output/cover/overload_bool2.5.008         |   2 +-
 test_output/cover/overload_bool2.5.010000      |   2 +-
 test_output/cover/overload_bool2.5.022000      |   2 +-
 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             |   4 +-
 test_output/cover/require.5.008                |   4 +-
 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/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/taint.5.006001               |   2 +-
 test_output/cover/taint.5.008                  |   2 +-
 test_output/cover/trivial.5.006001             |   2 +-
 test_output/cover/uncoverable.5.006001         |   2 +-
 test_output/cover/v-58x.5.006001               |   2 +-
 test_output/cover/v-58x.5.008                  |   2 +-
 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/bigint                                   |   2 +-
 tests/branch_return_sub                        |   2 +-
 tests/bug_and                                  |   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                                 |   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/v-58x                                    |   2 +-
 tests/xor_constant_fold                        |   2 +-
 utils/Devel/Cover/BuildUtils.pm                |   4 +-
 utils/all_versions                             | 140 ++++++++++++-------
 utils/cpanmcover                               |   2 +-
 utils/create_all_gold                          |   2 +-
 utils/create_gold                              |   2 +-
 utils/dc                                       |  80 ++++++-----
 utils/install/buildperl                        |   2 +-
 utils/mail_contributors                        |   2 +-
 utils/makeh                                    |   2 +-
 274 files changed, 821 insertions(+), 726 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