[libsearch-gin-perl] 03/11: Merge tag 'upstream/0.11'

gregor herrmann gregoa at debian.org
Tue Oct 27 22:12:31 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsearch-gin-perl.

commit b76c1bfa1faa375b69048ad2b84765d58f8163f6
Merge: 1c4c7af 6871705
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 27 22:57:26 2015 +0100

    Merge tag 'upstream/0.11'
    
    Upstream version 0.11

 Build.PL                               |  48 ++-
 CONTRIBUTING                           |  19 +-
 Changes                                |   7 +
 INSTALL                                |   1 -
 MANIFEST                               |   9 +-
 META.json                              | 614 +++++++++++++++++++++++----------
 META.yml                               | 476 ++++++++++++++++---------
 Makefile.PL                            |  41 +--
 README                                 |   4 +-
 README.md                              |  33 --
 dist.ini                               |   2 +
 lib/Search/GIN.pm                      |  51 ++-
 lib/Search/GIN/Callbacks.pm            |  10 +-
 lib/Search/GIN/Core.pm                 |  13 +-
 lib/Search/GIN/DelegateToIndexed.pm    |  44 +--
 lib/Search/GIN/Driver.pm               |  45 +--
 lib/Search/GIN/Driver/Hash.pm          |  40 +--
 lib/Search/GIN/Driver/Pack.pm          |  36 +-
 lib/Search/GIN/Driver/Pack/Delim.pm    |  38 +-
 lib/Search/GIN/Driver/Pack/IDs.pm      |  38 +-
 lib/Search/GIN/Driver/Pack/Length.pm   |  44 +--
 lib/Search/GIN/Driver/Pack/UUID.pm     |  18 +-
 lib/Search/GIN/Driver/Pack/Values.pm   |  38 +-
 lib/Search/GIN/Driver/TXN.pm           |  46 +--
 lib/Search/GIN/Extract.pm              |  38 +-
 lib/Search/GIN/Extract/Attributes.pm   |  45 +--
 lib/Search/GIN/Extract/Callback.pm     |  43 +--
 lib/Search/GIN/Extract/Class.pm        |  45 +--
 lib/Search/GIN/Extract/Delegate.pm     |  37 +-
 lib/Search/GIN/Extract/Multiplex.pm    |  43 +--
 lib/Search/GIN/Indexable.pm            |  42 +--
 lib/Search/GIN/Keys.pm                 |  37 +-
 lib/Search/GIN/Keys/Deep.pm            |  43 +--
 lib/Search/GIN/Keys/Expand.pm          |  37 +-
 lib/Search/GIN/Keys/Join.pm            |  36 +-
 lib/Search/GIN/Query.pm                |  43 +--
 lib/Search/GIN/Query/Attributes.pm     |  11 +-
 lib/Search/GIN/Query/Class.pm          |  11 +-
 lib/Search/GIN/Query/Manual.pm         |  11 +-
 lib/Search/GIN/Query/Set.pm            |  11 +-
 lib/Search/GIN/SelfIDs.pm              |  43 +--
 t/00-report-prereqs.dd                 | 127 +++++++
 t/00-report-prereqs.t                  | 277 +++++++--------
 t/attrs.t                              |   2 -
 t/class.t                              |   2 -
 t/core.t                               |   6 +-
 t/key_expansion.t                      |   2 -
 t/rels.t                               |   2 -
 weaver.ini                             |   6 +
 xt/author/00-compile.t                 |   9 +-
 xt/{release/no-tabs.t => author/eol.t} |  21 +-
 xt/{release => author}/no-tabs.t       |   7 +-
 xt/release/changes_has_content.t       |   2 +-
 xt/release/eol.t                       |   8 -
 xt/release/kwalitee.t                  |   9 +-
 xt/release/minimum-version.t           |   2 +-
 xt/release/portability.t               |   1 +
 57 files changed, 1269 insertions(+), 1505 deletions(-)

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



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