[libdevel-cover-perl] branch master updated (932375d -> 2309ea4)

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 change to branch master
in repository libdevel-cover-perl.

      from  932375d   releasing package libdevel-cover-perl version 1.23-2
      adds  62345a4   Fix tyop.
      adds  2f674e4   Add more recommended modules.
      adds  cbc126b   Fix tyop in Changes.
      adds  26cdb74   Perl 5.6 is allowed to fail on travis.
      adds  2705b91   Allow cpancover a longer timeout (two hours)
      adds  804f7bc   Fix indentation
      adds  92c9f54   Update versions
      adds  3638fcb   Only build one perl version concurrently
      adds  042cf37   Version 5.8 is now unsupported
      adds  280f385   Use OpSIBLING macro
      adds  6e05ff5   Provide OpSIBLING if necessary
      adds  8ba860d   Update Changes and Contributors
      adds  fd3690f   Merge branch 'pr/162'
      adds  c65c09c   No testing on versions < 5.10
      adds  89a461e   Fix up pod tests
      adds  1c3cff8   Update versions for travis
      adds  0ee7400   Update latest tested version
      adds  1775e61   Add Changes.
      adds  8725d26   Update release instructions
      adds  62f3175   Bump version number.
      adds  86724c3   v1.24
      adds  913ad5b   Update release instructions
      adds  f2f0635   Fix C code in Cover.xs
      adds  12e9157   Update Changes and Contributors
      adds  9f365e7   Use Path::Spec->catfile() to fix path separator
      adds  ce02e80   Build and test against 5.25.12
      adds  c0e8160   Use file location information for ops
      adds  c3568e7   Find coverage for all lines of padrange
      adds  9c6c75d   Changed op_sibling to OpSIBLING
      adds  d973108   Fix up for more strict C compilers
      adds  e7a565e   Update Changes and Contributors
      adds  98b3261   Merge branch 'pr/166'
      adds  4e4828c   Update copyright year
      adds  19efbbd   Fix spelling mistakes
      adds  947d461   Document the perl 5.10.0 is the minimum supported
      adds  6afe308   Fixed condition coverage for complex expressions
      adds  252e4a1   Update Changes file
      adds  50d46b4   Merge branch 'pr/165'
      adds  6703bb9   use JSON::MaybeXS in Devel::Cover::DB::IO::JSON
      adds  860dab8   Add JSON::MaybeXS to all_versions
      adds  b52c581   Update Changes file
      adds  4f7fba1   Merge branch 'pr/139'
      adds  e63a5c9   started text on how to contribute to Devel::Cover
      adds  805edd0   more about cpancover
      adds  e198c5c   Tidy whitespace
      adds  4bb1892   Move CONTRIBUTING file to docs directory
      adds  f94d67a   Update Changes file
      adds  114709f   Merge branch 'pr/100'
      adds  8624d42   Minor release instructions update
      adds  cd23077   Bump version number
      adds  6a59d55   v1.25
      adds  7684335   New upstream version 1.25
       new  7928dce   Updated version 1.25 from 'upstream/1.25'
       new  38aa834   Update debian/changelog
       new  51b606c   Refresh reproducible-build.patch.
       new  d595c13   Drop spelling.patch, merged upstream.
       new  ab62af7   Update years of upstream and packaging copyright.
       new  bddec8b   Update Suggests.
       new  a3c9a90   Update Homepage in debian/upstream/metadata to use https.
       new  2309ea4   releasing package libdevel-cover-perl version 1.25-1

The 8 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                                         |  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 +-
 debian/changelog                                   |  12 ++
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +-
 debian/patches/reproducible-build.patch            |  24 +--
 debian/patches/series                              |   1 -
 debian/patches/spelling.patch                      |  84 ---------
 debian/upstream/metadata                           |   2 +-
 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 +-
 242 files changed, 1017 insertions(+), 1408 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 docs/CONTRIBUTING.md
 rename test_output/cover/{accessor.5.008001 => accessor.5.010000} (100%)
 rename test_output/cover/{alias.5.008001 => alias.5.010000} (97%)
 rename test_output/cover/{alias1.5.008001 => alias1.5.010000} (97%)
 rename test_output/cover/{bug_and.5.008001 => and.5.010000} (81%)
 rename test_output/cover/{bug_and.5.012000 => and.5.012000} (80%)
 rename test_output/cover/{bug_and.5.016000 => and.5.016000} (80%)
 rename test_output/cover/{bigint.5.008001 => bigint.5.010000} (97%)
 rename test_output/cover/{branch_return_sub.5.008001 => branch_return_sub.5.010000} (97%)
 rename test_output/cover/{change.5.008001 => change.5.010000} (96%)
 rename test_output/cover/{cond_and.5.008001 => cond_and.5.010000} (98%)
 rename test_output/cover/{cond_branch.5.008001 => cond_branch.5.010000} (99%)
 rename test_output/cover/{cond_chained.5.008001 => cond_chained.5.010000} (100%)
 delete mode 100644 test_output/cover/cond_or.5.008001
 rename test_output/cover/{cond_xor.5.008001 => cond_xor.5.010000} (97%)
 rename test_output/cover/{cop.5.008001 => cop.5.010000} (97%)
 rename test_output/cover/{dbm_cond.5.008005 => dbm_cond.5.010000} (98%)
 rename test_output/cover/{default_param.5.008001 => default_param.5.010000} (97%)
 rename test_output/cover/{deparse.5.008001 => deparse.5.010000} (97%)
 rename test_output/cover/{destroy.5.008001 => destroy.5.010000} (96%)
 delete mode 100644 test_output/cover/dynamic_subs.5.008001
 rename test_output/cover/{dynamic_subs.5.008002 => dynamic_subs.5.010000} (98%)
 rename test_output/cover/{empty.5.008001 => empty.5.010000} (100%)
 rename test_output/cover/{end_constant.5.008001 => end_constant.5.010000} (100%)
 rename test_output/cover/{eval1.5.008001 => eval1.5.010001} (98%)
 rename test_output/cover/{eval2.5.008001 => eval2.5.010000} (96%)
 rename test_output/cover/{eval3.5.008001 => eval3.5.010000} (97%)
 rename test_output/cover/{eval_merge.5.008001 => eval_merge.5.010000} (96%)
 rename test_output/cover/{eval_merge.t.5.008001 => eval_merge.t.5.010000} (96%)
 rename test_output/cover/{eval_merge_0.5.008001 => eval_merge_0.5.010000} (95%)
 rename test_output/cover/{eval_merge_1.5.008001 => eval_merge_1.5.010000} (95%)
 rename test_output/cover/{eval_merge_sep.t.5.008001 => eval_merge_sep.t.5.010000} (95%)
 rename test_output/cover/{eval_nested.5.008001 => eval_nested.5.010000} (97%)
 rename test_output/cover/{eval_sub.t.5.008001 => eval_sub.t.5.010000} (97%)
 rename test_output/cover/{eval_use.t.5.008001 => eval_use.t.5.010000} (96%)
 rename test_output/cover/{exec.5.008001 => exec.5.010000} (95%)
 rename test_output/cover/{exec_die.5.008001 => exec_die.5.010000} (97%)
 rename test_output/cover/{final_op.5.008002 => final_op.5.010000} (100%)
 rename test_output/cover/{fork.5.008001 => fork.5.010000} (97%)
 rename test_output/cover/{if.5.008001 => if.5.010000} (98%)
 rename test_output/cover/{md5.5.008001 => md5.5.010000} (95%)
 rename test_output/cover/{module1.5.008001 => module1.5.010000} (97%)
 rename test_output/cover/{module2.5.008001 => module2.5.010000} (97%)
 rename test_output/cover/{module_ignore.5.008001 => module_ignore.5.010000} (97%)
 rename test_output/cover/{module_import.5.008001 => module_import.5.010000} (95%)
 rename test_output/cover/{module_relative.5.008001 => module_relative.5.010000} (96%)
 rename test_output/cover/{module_statements.5.008001 => module_statements.5.010000} (97%)
 rename test_output/cover/{moo_cond.5.008003 => moo_cond.5.010000} (98%)
 rename test_output/cover/{overload_bool.5.008001 => overload_bool.5.010000} (97%)
 delete mode 100644 test_output/cover/overload_bool2.5.008001
 rename test_output/cover/{overloaded.5.008001 => overloaded.5.010000} (97%)
 rename test_output/cover/{padrange.5.008001 => padrange.5.010000} (78%)
 rename test_output/cover/{pod.5.008001 => pod.5.010000} (98%)
 rename test_output/cover/{pod_nocp.5.008001 => pod_nocp.5.010000} (98%)
 rename test_output/cover/{readonly.5.008008 => readonly.5.010000} (98%)
 rename test_output/cover/{redefine_sub.5.008001 => redefine_sub.5.010000} (100%)
 rename test_output/cover/{require.5.008001 => require.5.010000} (95%)
 rename test_output/cover/{skip.5.008001 => skip.5.010000} (96%)
 rename test_output/cover/{sort.5.008001 => sort.5.010000} (100%)
 delete mode 100644 test_output/cover/special_blocks.5.008001
 rename test_output/cover/{statement.5.008001 => statement.5.010000} (95%)
 rename test_output/cover/{subs_only.5.008001 => subs_only.5.010000} (97%)
 rename test_output/cover/{t0.5.008001 => t0.5.010000} (98%)
 rename test_output/cover/{t1.5.008001 => t1.5.010000} (96%)
 rename test_output/cover/{t2.5.008001 => t2.5.010000} (97%)
 rename test_output/cover/{taint.5.008001 => taint.5.010000} (97%)
 rename test_output/cover/{trivial.5.008001 => trivial.5.010000} (94%)
 rename test_output/cover/{uncoverable.5.008001 => uncoverable.5.010000} (98%)
 rename test_output/cover/{v-58x.5.008001 => v-58x.5.010000} (95%)
 delete mode 100644 test_output/cover/xor_constant_fold.5.008001
 rename test_output/cover/{final_op.5.008001 => xor_constant_fold.5.010000} (100%)
 rename tests/{bug_and => and} (66%)

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