[liblist-moreutils-perl] 01/05: Update upstream source from tag 'upstream/0.426'

Damyan Ivanov dmn at moszumanska.debian.org
Mon Nov 13 21:53:24 UTC 2017


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

dmn pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 6bbd3ab7b0d4732788602699e563111037855bb8
Merge: 4386c0a 8be0c07
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Nov 13 21:23:40 2017 +0000

    Update upstream source from tag 'upstream/0.426'
    
    Update to upstream version '0.426'
    with Debian dir 94ff73496cd1dc9d3b20b282237f84a46a4ff837

 Changes                                    |   68 +
 LICENSE                                    |  209 +-
 MANIFEST                                   |  189 +-
 META.json                                  |   41 +-
 META.yml                                   |   19 +-
 Makefile.PL                                |  216 +-
 MoreUtils.xs                               | 1813 -------
 README.md                                  |  435 +-
 dhash.h                                    |  137 -
 inc/Config/AutoConf/LMU.pm                 |   10 +-
 inc/inc_Capture-Tiny/Capture/Tiny.pm       |   29 +-
 inc/inc_Config-AutoConf/Config/AutoConf.pm | 1165 +++--
 lib/List/MoreUtils.pm                      |  392 +-
 lib/List/MoreUtils/Contributing.pod        |   24 +-
 lib/List/MoreUtils/PP.pm                   |  403 +-
 lib/List/MoreUtils/XS.pm                   |   58 -
 multicall.h                                |  165 -
 ppport.h                                   | 7748 ----------------------------
 t/LICENSE                                  |  201 +
 t/inline/Import.pm                         |   81 +
 t/inline/XS.pm                             |   37 +
 t/inline/after.pm                          |   24 +
 t/inline/after_incl.pm                     |   21 +
 t/inline/all.pm                            |   20 +
 t/inline/all_u.pm                          |   20 +
 t/inline/any.pm                            |   30 +
 t/inline/any_u.pm                          |   30 +
 t/inline/apply.pm                          |   69 +
 t/inline/arrayify.pm                       |  114 +
 t/inline/before.pm                         |   21 +
 t/inline/before_incl.pm                    |   21 +
 t/inline/binsert.pm                        |  136 +
 t/inline/bremove.pm                        |  108 +
 t/inline/bsearch.pm                        |   46 +
 t/inline/bsearchidx.pm                     |   41 +
 t/inline/duplicates.pm                     |  110 +
 t/inline/each_array.pm                     |  127 +
 t/inline/equal_range.pm                    |   37 +
 t/inline/false.pm                          |   25 +
 t/inline/firstidx.pm                       |   32 +
 t/inline/firstres.pm                       |   27 +
 t/inline/firstval.pm                       |   28 +
 t/inline/frequency.pm                      |  117 +
 t/inline/indexes.pm                        |   66 +
 t/inline/insert_after.pm                   |   39 +
 t/inline/insert_after_string.pm            |   32 +
 t/inline/lastidx.pm                        |   29 +
 t/inline/lastres.pm                        |   27 +
 t/inline/lastval.pm                        |   28 +
 t/inline/listcmp.pm                        |  116 +
 t/inline/lower_bound.pm                    |   54 +
 t/inline/mesh.pm                           |   68 +
 t/inline/minmax.pm                         |   78 +
 t/inline/minmaxstr.pm                      |   41 +
 t/inline/mode.pm                           |  441 ++
 t/inline/natatime.pm                       |   35 +
 t/inline/none.pm                           |   20 +
 t/inline/none_u.pm                         |   20 +
 t/inline/notall.pm                         |   20 +
 t/inline/notall_u.pm                       |   20 +
 t/inline/occurrences.pm                    |   81 +
 t/inline/one.pm                            |   22 +
 t/inline/one_u.pm                          |   23 +
 t/inline/onlyidx.pm                        |   33 +
 t/inline/onlyres.pm                        |   31 +
 t/inline/onlyval.pm                        |   33 +
 t/inline/pairwise.pm                       |  116 +
 t/inline/part.pm                           |   79 +
 t/inline/qsort.pm                          |   19 +
 t/inline/reduce_0.pm                       |   38 +
 t/inline/reduce_1.pm                       |   31 +
 t/inline/reduce_u.pm                       |   37 +
 t/inline/samples.pm                        |   39 +
 t/inline/singleton.pm                      |   97 +
 t/inline/true.pm                           |   25 +
 t/inline/uniq.pm                           |   91 +
 t/inline/upper_bound.pm                    |   54 +
 t/inline/zip6.pm                           |   49 +
 t/lib/LMU/Test/Functions.pm                | 1540 ------
 t/lib/LMU/Test/Import.pm                   |   34 -
 t/lib/LMU/Test/XS.pm                       |   26 -
 t/lib/LMU/Test/ab.pm                       |   27 -
 t/lib/Test/LMU.pm                          |   85 +-
 t/pureperl/Functions.t                     |   10 -
 t/pureperl/Import.t                        |   90 +-
 t/pureperl/XS.t                            |   46 +-
 t/pureperl/ab.t                            |   10 -
 t/pureperl/after.t                         |   35 +
 t/pureperl/after_incl.t                    |   32 +
 t/pureperl/all.t                           |   31 +
 t/pureperl/all_u.t                         |   31 +
 t/pureperl/any.t                           |   41 +
 t/pureperl/any_u.t                         |   41 +
 t/pureperl/apply.t                         |   80 +
 t/pureperl/arrayify.t                      |  125 +
 t/pureperl/before.t                        |   32 +
 t/pureperl/before_incl.t                   |   32 +
 t/pureperl/binsert.t                       |  147 +
 t/pureperl/bremove.t                       |  119 +
 t/pureperl/bsearch.t                       |   57 +
 t/pureperl/bsearchidx.t                    |   52 +
 t/pureperl/duplicates.t                    |  121 +
 t/pureperl/each_array.t                    |  138 +
 t/pureperl/equal_range.t                   |   48 +
 t/pureperl/false.t                         |   36 +
 t/pureperl/firstidx.t                      |   43 +
 t/pureperl/firstres.t                      |   38 +
 t/pureperl/firstval.t                      |   39 +
 t/pureperl/frequency.t                     |  128 +
 t/pureperl/indexes.t                       |   77 +
 t/pureperl/insert_after.t                  |   50 +
 t/pureperl/insert_after_string.t           |   43 +
 t/pureperl/lastidx.t                       |   40 +
 t/pureperl/lastres.t                       |   38 +
 t/pureperl/lastval.t                       |   39 +
 t/pureperl/listcmp.t                       |  127 +
 t/pureperl/lower_bound.t                   |   65 +
 t/pureperl/mesh.t                          |   79 +
 t/pureperl/minmax.t                        |   89 +
 t/pureperl/minmaxstr.t                     |   52 +
 t/pureperl/mode.t                          |  452 ++
 t/pureperl/natatime.t                      |   46 +
 t/pureperl/none.t                          |   31 +
 t/pureperl/none_u.t                        |   31 +
 t/pureperl/notall.t                        |   31 +
 t/pureperl/notall_u.t                      |   31 +
 t/pureperl/occurrences.t                   |   92 +
 t/pureperl/one.t                           |   33 +
 t/pureperl/one_u.t                         |   34 +
 t/pureperl/onlyidx.t                       |   44 +
 t/pureperl/onlyres.t                       |   42 +
 t/pureperl/onlyval.t                       |   44 +
 t/pureperl/pairwise.t                      |  127 +
 t/pureperl/part.t                          |   90 +
 t/pureperl/qsort.t                         |   30 +
 t/pureperl/reduce_0.t                      |   49 +
 t/pureperl/reduce_1.t                      |   42 +
 t/pureperl/reduce_u.t                      |   48 +
 t/pureperl/samples.t                       |   50 +
 t/pureperl/singleton.t                     |  108 +
 t/pureperl/true.t                          |   36 +
 t/pureperl/uniq.t                          |  102 +
 t/pureperl/upper_bound.t                   |   65 +
 t/pureperl/zip6.t                          |   60 +
 t/xs/Functions.t                           |   10 -
 t/xs/Import.t                              |   90 +-
 t/xs/XS.t                                  |   46 +-
 t/xs/ab.t                                  |   10 -
 t/xs/after.t                               |   35 +
 t/xs/after_incl.t                          |   32 +
 t/xs/all.t                                 |   31 +
 t/xs/all_u.t                               |   31 +
 t/xs/any.t                                 |   41 +
 t/xs/any_u.t                               |   41 +
 t/xs/apply.t                               |   80 +
 t/xs/arrayify.t                            |  125 +
 t/xs/before.t                              |   32 +
 t/xs/before_incl.t                         |   32 +
 t/xs/binsert.t                             |  147 +
 t/xs/bremove.t                             |  119 +
 t/xs/bsearch.t                             |   57 +
 t/xs/bsearchidx.t                          |   52 +
 t/xs/duplicates.t                          |  121 +
 t/xs/each_array.t                          |  138 +
 t/xs/equal_range.t                         |   48 +
 t/xs/false.t                               |   36 +
 t/xs/firstidx.t                            |   43 +
 t/xs/firstres.t                            |   38 +
 t/xs/firstval.t                            |   39 +
 t/xs/frequency.t                           |  128 +
 t/xs/indexes.t                             |   77 +
 t/xs/insert_after.t                        |   50 +
 t/xs/insert_after_string.t                 |   43 +
 t/xs/lastidx.t                             |   40 +
 t/xs/lastres.t                             |   38 +
 t/xs/lastval.t                             |   39 +
 t/xs/listcmp.t                             |  127 +
 t/xs/lower_bound.t                         |   65 +
 t/xs/mesh.t                                |   79 +
 t/xs/minmax.t                              |   89 +
 t/xs/minmaxstr.t                           |   52 +
 t/xs/mode.t                                |  452 ++
 t/xs/natatime.t                            |   46 +
 t/xs/none.t                                |   31 +
 t/xs/none_u.t                              |   31 +
 t/xs/notall.t                              |   31 +
 t/xs/notall_u.t                            |   31 +
 t/xs/occurrences.t                         |   92 +
 t/xs/one.t                                 |   33 +
 t/xs/one_u.t                               |   34 +
 t/xs/onlyidx.t                             |   44 +
 t/xs/onlyres.t                             |   42 +
 t/xs/onlyval.t                             |   44 +
 t/xs/pairwise.t                            |  127 +
 t/xs/part.t                                |   90 +
 t/xs/qsort.t                               |   30 +
 t/xs/reduce_0.t                            |   49 +
 t/xs/reduce_1.t                            |   42 +
 t/xs/reduce_u.t                            |   48 +
 t/xs/samples.t                             |   50 +
 t/xs/singleton.t                           |  108 +
 t/xs/true.t                                |   36 +
 t/xs/uniq.t                                |  102 +
 t/xs/upper_bound.t                         |   65 +
 t/xs/zip6.t                                |   60 +
 205 files changed, 14025 insertions(+), 12401 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblist-moreutils-perl.git



More information about the Pkg-perl-cvs-commits mailing list