[libcpan-sqlite-perl] 01/07: Merge tag 'upstream/0.211'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Jul 29 18:49:11 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libcpan-sqlite-perl.

commit 6739f1e45f258d715948523f384672930d3b1925
Merge: cbba207 7894830
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Jul 29 15:20:55 2015 -0300

    Merge tag 'upstream/0.211'
    
    Upstream version 0.211
    
    # gpg: Signature made Wed 29 Jul 2015 03:20:38 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Changes                                      |  19 +-
 LICENSE                                      | 379 +++++++++++++++++++++++
 MANIFEST                                     |   6 +-
 META.json                                    | 136 +++++---
 META.yml                                     |  83 +++--
 Makefile.PL                                  |   9 +-
 bin/cpandb                                   |   5 +-
 lib/CPAN/SQLite.pm                           |  10 +-
 lib/CPAN/SQLite/DBI.pm                       |   8 +-
 lib/CPAN/SQLite/DBI/Index.pm                 |  16 +-
 lib/CPAN/SQLite/DBI/Search.pm                |  15 +-
 lib/CPAN/SQLite/Index.pm                     |  42 ++-
 lib/CPAN/SQLite/Info.pm                      |  13 +-
 lib/CPAN/SQLite/META.pm                      |   9 +-
 lib/CPAN/SQLite/Populate.pm                  |  16 +-
 lib/CPAN/SQLite/Search.pm                    |  17 +-
 lib/CPAN/SQLite/State.pm                     |   9 +-
 lib/CPAN/SQLite/Util.pm                      |  10 +-
 t/00-all_prereqs.t                           | 103 ++++++
 t/00-compile.t                               |  94 ++++++
 t/00-compile/lib_CPAN_SQLite_DBI_Index_pm.t  |  11 +
 t/00-compile/lib_CPAN_SQLite_DBI_Search_pm.t |  11 +
 t/00-compile/lib_CPAN_SQLite_DBI_pm.t        |  11 +
 t/00-compile/lib_CPAN_SQLite_Index_pm.t      |  11 +
 t/00-compile/lib_CPAN_SQLite_Info_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_META_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_Populate_pm.t   |  11 +
 t/00-compile/lib_CPAN_SQLite_Search_pm.t     |  11 +
 t/00-compile/lib_CPAN_SQLite_State_pm.t      |  11 +
 t/00-compile/lib_CPAN_SQLite_Util_pm.t       |  11 +
 t/00-compile/lib_CPAN_SQLite_pm.t            |  11 +
 t/00-report-prereqs.dd                       |  68 ++++
 t/00-report-prereqs.t                        | 183 +++++++++++
 t/000-report-versions.t                      | 447 +++++++++++++++++++++++++++
 t/00compile.t                                |  45 ---
 t/06retrieve.t                               |  38 +++
 t/author-critic.t                            |  20 ++
 t/author-eol.t                               |  74 +++++
 t/author-no-tabs.t                           |  74 +++++
 t/author-pod-spell.t                         |  34 ++
 t/release-changes_has_content.t              |  48 +++
 t/release-distmeta.t                         |  14 +
 t/release-fixme.t                            |  16 +
 t/release-has-version.t                      |  16 +
 t/release-kwalitee.t                         |  17 +
 t/release-meta-json.t                        |  12 +
 t/release-minimum-version.t                  |  16 +
 t/release-pause-permissions.t                |  21 ++
 t/release-pod-linkcheck.t                    |  28 ++
 t/release-pod-syntax.t                       |  14 +
 t/testrules.yml                              |  15 +
 51 files changed, 2134 insertions(+), 186 deletions(-)

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



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