[libdevel-cover-perl] branch master updated (d9feb18 -> 3db0521)

Axel Beckert abe at deuxchevaux.org
Sun Jul 5 17:45:24 UTC 2015


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  d9feb18   Upload to unstable as 1.18-1
      adds  71d4b97   Don't install Devel::Cover with dependencies.
      adds  e8d46aa   Log HTML generation for cpancover.
      adds  246ea92   Run cpancover locally by default.
      adds  833ebc6   Write cpancover-run to continually cover CPAN.
      adds  4c5565c   Reduce verbosity unless under -verbose.
      adds  b3745e5   Set environment for running on cpancover.com.
      adds  446e548   Clean all docker instances on each iteration.
      adds  8fb68a4   Use specified docker executable.
      adds  723a8b2   Check for new CPAN releases on each run.
      adds  cbf089e   Fix html_basic report template to include Devel::Cover version
      adds  52e3f1d   Upate Contributors.
      adds  c81c023   Split cpancover reports by first letter of dist.
      adds  f876305   Fix up cpancover links.
      adds  6547a6e   Modules tart.  Mmmm.  With custard.
      adds  d4dddc5   Prepare for more dependencies.
      adds  f672c98   Add cpancover log links.
      adds  55bd0f2   Add a little cpancover output.
      adds  40abf49   remove dependency on CGI.pm and use HTML::Entities
      adds  d24a4d7   Remove uses of "iff" from the documentation.
      adds  39c1dce   Fix pod typo, spotted by Gareth Kirwan (gbjk).
      adds  cf4eb03   Add some perl development releases.
      adds  1cef39f   Fix a typo in Devel/Cover.pm
      adds  b7d918f   Fix a use of the wrong type of null constant.
      adds  b9c4c54   Correct printf conversion type.
      adds  ffc69d0   Update Contributors.
      adds  dbfe3d1   Link to next uncovered statement in html_basic.
      adds  b714f8d   Update the copyright.
      adds  f291452   Add missing kwalitee "provides" to meta data
      adds  a250026   Update Changes and Contributors.
      adds  cc08475   Update Changes.
      adds  2403a09   Bump version number.
      adds  70091c3   v1.18
      adds  5ad48fc   cpancover output changes.
      adds  745d1df   Overloaded counts are sometimes differrent.
      adds  6ec19cb   Add new versions.
      adds  e584a85   Update golden results for overloaded test.
      adds  a62a8f9   Now 5.22 is out we can forget about 5.21.
      adds  6d94bbb   Ignore new dummy statements added in 5.22.
      adds  8125bcb   Fix up tests for dummy statements.
      adds  6089d3a   Regenerate golden results with 5.22 and no 5.21.
      adds  04a87b3   Add new tests.
      adds  252251a   Get the version number of 5.22.0 correct.
      adds  a392b4c   Perl-5.23.0 is now out.
      adds  3783c00   Whoops - thank goodness for perl's back compat.
      adds  5154873   Latest tested version is now 5.22.0.
      adds  155fa12   And now 5.23.0 works too.
      adds  0e4e36c   Add Changes.
      adds  d029640   Remove dependency on Test::Warn.
      adds  1d3ac37   Bump version number.
      adds  b60bc83   v1.19
      adds  192d870   Imported Upstream version 1.19
       new  8f28088   Merge tag 'upstream/1.19'
       new  3db0521   Update debian/changelog

The 2 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:
 Changes                                            |   5 +
 MANIFEST                                           |  20 +-
 META.json                                          | 206 +++++++++++----------
 META.yml                                           | 192 +++++++++----------
 Makefile.PL                                        |  11 +-
 bin/cover                                          |   4 +-
 bin/cpancover                                      |   4 +-
 bin/gcov2perl                                      |   4 +-
 debian/changelog                                   |   7 +
 dist.ini                                           |   1 -
 lib/Devel/Cover.pm                                 |  20 +-
 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                          |   4 +-
 lib/Devel/Cover/Collection.pm                      |   9 +-
 lib/Devel/Cover/Condition.pm                       |   4 +-
 lib/Devel/Cover/Condition_and_2.pm                 |   4 +-
 lib/Devel/Cover/Condition_and_3.pm                 |   4 +-
 lib/Devel/Cover/Condition_or_2.pm                  |   4 +-
 lib/Devel/Cover/Condition_or_3.pm                  |   4 +-
 lib/Devel/Cover/Condition_xor_4.pm                 |   4 +-
 lib/Devel/Cover/Criterion.pm                       |   4 +-
 lib/Devel/Cover/DB.pm                              |   4 +-
 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/JSON.pm                      |   4 +-
 lib/Devel/Cover/DB/IO/Sereal.pm                    |   4 +-
 lib/Devel/Cover/DB/IO/Storable.pm                  |   4 +-
 lib/Devel/Cover/DB/Structure.pm                    |   4 +-
 lib/Devel/Cover/Dumper.pm                          |   4 +-
 lib/Devel/Cover/Html_Common.pm                     |   4 +-
 lib/Devel/Cover/Op.pm                              |   4 +-
 lib/Devel/Cover/Pod.pm                             |   4 +-
 lib/Devel/Cover/Report/Compilation.pm              |   4 +-
 lib/Devel/Cover/Report/Html.pm                     |   4 +-
 lib/Devel/Cover/Report/Html_basic.pm               |   6 +-
 lib/Devel/Cover/Report/Html_minimal.pm             |   4 +-
 lib/Devel/Cover/Report/Html_subtle.pm              |   6 +-
 lib/Devel/Cover/Report/Json.pm                     |   4 +-
 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                      |   6 +-
 lib/Devel/Cover/Statement.pm                       |   4 +-
 lib/Devel/Cover/Subroutine.pm                      |   4 +-
 lib/Devel/Cover/Test.pm                            |   4 +-
 lib/Devel/Cover/Time.pm                            |   4 +-
 lib/Devel/Cover/Truth_Table.pm                     |   4 +-
 lib/Devel/Cover/Tutorial.pod                       |   2 +-
 lib/Devel/Cover/Util.pm                            |   4 +-
 lib/Devel/Cover/Web.pm                             |   4 +-
 t/internal/criteria.t                              |  12 +-
 test_output/cover/cond_branch.5.006001             |   6 +-
 test_output/cover/cond_branch.5.008                |   2 +-
 test_output/cover/cond_branch.5.008001             |   6 +-
 test_output/cover/cond_branch.5.012000             |   6 +-
 test_output/cover/cond_branch.5.014000             |   6 +-
 test_output/cover/cond_branch.5.016000             |   6 +-
 test_output/cover/cond_branch.5.018000             |   6 +-
 .../cover/{cond_or.5.010000 => cond_or.5.022000}   |  42 ++---
 .../cover/{dbm_cond.5.008005 => dbm_cond.5.022000} |   4 +-
 test_output/cover/dynamic_subs.5.008               |   6 +-
 test_output/cover/dynamic_subs.5.008002            |   6 +-
 test_output/cover/empty.5.006001                   |  16 ++
 test_output/cover/end_constant.5.006001            |  16 ++
 test_output/cover/final_op.5.006001                |  16 ++
 test_output/cover/final_op.5.008                   |  17 ++
 test_output/cover/final_op.5.008001                |  16 ++
 test_output/cover/final_op.5.008002                |  17 ++
 test_output/cover/module_import.5.008              |   1 -
 test_output/cover/module_import.5.008001           |  73 --------
 test_output/cover/module_relative.5.008            |   1 -
 test_output/cover/module_relative.5.008001         |  83 ---------
 ...module1.5.006001 => module_statements.5.006001} | 115 +++++-------
 .../{module1.5.008 => module_statements.5.008}     | 123 ++++++------
 ...module1.5.008001 => module_statements.5.008001} | 123 ++++++------
 test_output/cover/moose_constraint.5.010000        |   1 -
 test_output/cover/moose_constraint.5.016000        |   1 -
 test_output/cover/overload_bool.5.006001           |   6 +-
 test_output/cover/overload_bool.5.008              |   6 +-
 ...load_bool2.5.010000 => overload_bool2.5.022000} |   7 +-
 test_output/cover/overloaded.5.006001              |  35 ++--
 test_output/cover/overloaded.5.008                 |  37 ++--
 test_output/cover/v-58x.5.008                      |   1 -
 test_output/cover/xor_constant_fold.5.006001       |  18 +-
 tests/{xor_constant_fold => empty}                 |   4 +-
 tests/{xor_constant_fold => end_constant}          |   4 +-
 tests/{xor_constant_fold => final_op}              |   5 +-
 tests/{module1 => module_statements}               |  41 ++++
 tests/overloaded                                   |   3 +
 utils/all_versions                                 |   7 +-
 93 files changed, 765 insertions(+), 787 deletions(-)
 copy test_output/cover/{cond_or.5.010000 => cond_or.5.022000} (91%)
 copy test_output/cover/{dbm_cond.5.008005 => dbm_cond.5.022000} (97%)
 create mode 100644 test_output/cover/empty.5.006001
 create mode 100644 test_output/cover/end_constant.5.006001
 create mode 100644 test_output/cover/final_op.5.006001
 create mode 100644 test_output/cover/final_op.5.008
 create mode 100644 test_output/cover/final_op.5.008001
 create mode 100644 test_output/cover/final_op.5.008002
 delete mode 100644 test_output/cover/module_import.5.008001
 delete mode 100644 test_output/cover/module_relative.5.008001
 copy test_output/cover/{module1.5.006001 => module_statements.5.006001} (52%)
 copy test_output/cover/{module1.5.008 => module_statements.5.008} (54%)
 copy test_output/cover/{module1.5.008001 => module_statements.5.008001} (53%)
 copy test_output/cover/{overload_bool2.5.010000 => overload_bool2.5.022000} (90%)
 copy tests/{xor_constant_fold => empty} (75%)
 copy tests/{xor_constant_fold => end_constant} (76%)
 copy tests/{xor_constant_fold => final_op} (76%)
 copy tests/{module1 => module_statements} (51%)

-- 
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