[libparams-validate-perl] 01/05: Merge tag 'upstream/1.24'

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue May 10 18:37:59 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libparams-validate-perl.

commit e39ead633edeb7a312c264dbee770b57977dbd3a
Merge: fcc1c2a 384115d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue May 10 15:18:07 2016 -0300

    Merge tag 'upstream/1.24'
    
    Upstream version 1.24
    
    # gpg: Signature made Tue 10 May 2016 03:17:31 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 Build.PL                                           |   2 +-
 CONTRIBUTING.md                                    |  15 +-
 Changes                                            |   6 +
 MANIFEST                                           | 112 ++---
 META.json                                          | 554 +++++++++++----------
 META.yml                                           | 466 ++++++++---------
 README.md                                          |   2 +-
 cpanfile                                           |  16 +-
 lib/Params/Validate.pm                             |   4 +-
 lib/Params/Validate/Constants.pm                   |   2 +-
 lib/Params/Validate/PP.pm                          |   2 +-
 lib/Params/Validate/XS.pm                          |   2 +-
 lib/Params/ValidatePP.pm                           |   2 +-
 lib/Params/ValidateXS.pm                           |   2 +-
 perlcriticrc                                       |   9 +
 perltidyrc                                         |   1 +
 t/00-report-prereqs.dd                             |  18 +-
 t/author-eol.t                                     | 127 -----
 t/author-mojibake.t                                |  17 -
 t/author-no-tabs.t                                 | 127 -----
 t/release-meta-json.t                              |  12 -
 t/release-synopsis.t                               |  13 -
 tidyall.ini                                        |  38 +-
 t/author-00-compile.t => xt/author/00-compile.t    |   8 -
 xt/author/eol.t                                    |  64 +++
 t/author-memory-leak.t => xt/author/memory-leak.t  |   8 -
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  64 +++
 t/author-pod-spell.t => xt/author/pod-spell.t      |   8 -
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 .../author/pp-01-validate.t                        |   9 +-
 t/author-pp-02-noop.t => xt/author/pp-02-noop.t    |  10 +-
 .../author/pp-04-defaults.t                        |   9 +-
 .../author/pp-05-noop_default.t                    |   9 +-
 .../author/pp-06-options.t                         |   9 +-
 t/author-pp-07-with.t => xt/author/pp-07-with.t    |   9 +-
 .../author/pp-08-noop_with.t                       |   9 +-
 t/author-pp-09-regex.t => xt/author/pp-09-regex.t  |   9 +-
 .../author/pp-10-noop_regex.t                      |   9 +-
 t/author-pp-11-cb.t => xt/author/pp-11-cb.t        |   9 +-
 .../author/pp-12-noop_cb.t                         |   9 +-
 t/author-pp-13-taint.t => xt/author/pp-13-taint.t  |   9 +-
 .../author/pp-14-no_validate.t                     |   9 +-
 t/author-pp-15-case.t => xt/author/pp-15-case.t    |  10 +-
 .../author/pp-16-normalize.t                       |   9 +-
 .../author/pp-17-callbacks.t                       |   9 +-
 .../author/pp-18-depends.t                         |   9 +-
 .../author/pp-19-untaint.t                         |   9 +-
 t/author-pp-21-can.t => xt/author/pp-21-can.t      |   9 +-
 .../author/pp-22-overload-can-bug.t                |   9 +-
 .../author/pp-23-readonly.t                        |   9 +-
 t/author-pp-24-tied.t => xt/author/pp-24-tied.t    |   9 +-
 .../author/pp-25-undef-regex.t                     |   9 +-
 t/author-pp-26-isa.t => xt/author/pp-26-isa.t      |   9 +-
 .../author/pp-27-string-as-type.t                  |   9 +-
 .../author/pp-28-readonly-return.t                 |   9 +-
 .../author/pp-29-taint-mode.t                      |   9 +-
 .../author/pp-30-hashref-alteration.t              |   9 +-
 .../author/pp-31-incorrect-spelling.t              |   9 +-
 .../author/pp-32-regex-as-value.t                  |   9 +-
 .../author/pp-33-keep-errsv.t                      |   9 +-
 .../author/pp-34-recursive-validation.t            |   9 +-
 .../author/pp-35-default-xs-bug.t                  |   9 +-
 .../author/pp-36-large-arrays.t                    |   9 +-
 .../author/pp-37-exports.t                         |   9 +-
 .../author/pp-38-callback-message.t                |   9 +-
 .../author/pp-39-reentrant.t                       |   9 +-
 .../author/pp-is-loaded.t                          |   8 -
 .../author/xs-is-loaded.t                          |   8 -
 t/author-xs-segfault.t => xt/author/xs-segfault.t  |   8 -
 .../author/xs-stack-realloc.t                      |   8 -
 .../release/cpan-changes.t                         |   8 -
 xt/release/meta-json.t                             |   4 +
 .../release/pod-coverage.t                         |   8 -
 .../release/pod-linkcheck.t                        |   8 -
 t/release-pod-no404s.t => xt/release/pod-no404s.t  |   8 -
 .../release/portability.t                          |   8 -
 xt/release/synopsis.t                              |   5 +
 78 files changed, 856 insertions(+), 1278 deletions(-)

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



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