[libparams-validate-perl] 01/06: Merge tag 'upstream/1.23'

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Mar 29 00:23:24 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 d0a613455465f6d1b855567aa556f363f3ea77b7
Merge: 4b732bb 07a7d8b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 28 20:55:30 2016 -0300

    Merge tag 'upstream/1.23'
    
    Upstream version 1.23
    
    # gpg: Signature made Mon 28 Mar 2016 08:55:24 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                                           |    3 +-
 CONTRIBUTING.md                                    |  129 +++
 Changes                                            |    9 +
 MANIFEST                                           |   85 +-
 META.json                                          |  189 +++-
 META.yml                                           |  152 ++-
 README.md                                          | 1196 ++++++++++----------
 cpanfile                                           |    5 +-
 dist.ini                                           |    2 +
 lib/Params/Validate.pm                             |   51 +-
 lib/Params/Validate/Constants.pm                   |    2 +-
 lib/Params/Validate/PP.pm                          |    2 +-
 lib/Params/Validate/XS.pm                          |    2 +-
 lib/Params/Validate/XS.xs                          |   44 +-
 lib/Params/ValidatePP.pm                           |    2 +-
 lib/Params/ValidateXS.pm                           |    2 +-
 t/00-report-prereqs.dd                             |    4 +-
 t/00-report-prereqs.t                              |    2 +-
 t/35-default-xs-bug.t                              |    5 +-
 t/38-callback-message.t                            |    2 +-
 t/author-eol.t                                     |   86 +-
 t/{release-memory-leak.t => author-memory-leak.t}  |    4 +-
 t/author-no-tabs.t                                 |   86 +-
 t/author-pod-spell.t                               |    4 +
 ...se-pp-01-validate.t => author-pp-01-validate.t} |   13 +-
 t/{release-pp-02-noop.t => author-pp-02-noop.t}    |   14 +-
 ...se-pp-04-defaults.t => author-pp-04-defaults.t} |   13 +-
 ...-noop_default.t => author-pp-05-noop_default.t} |   13 +-
 ...ease-pp-06-options.t => author-pp-06-options.t} |   13 +-
 t/{release-pp-07-with.t => author-pp-07-with.t}    |   13 +-
 ...-pp-08-noop_with.t => author-pp-08-noop_with.t} |   13 +-
 t/{release-pp-09-regex.t => author-pp-09-regex.t}  |   13 +-
 ...p-10-noop_regex.t => author-pp-10-noop_regex.t} |   13 +-
 t/{release-pp-11-cb.t => author-pp-11-cb.t}        |   13 +-
 ...ease-pp-12-noop_cb.t => author-pp-12-noop_cb.t} |   13 +-
 t/{release-pp-13-taint.t => author-pp-13-taint.t}  |   13 +-
 ...14-no_validate.t => author-pp-14-no_validate.t} |   13 +-
 t/{release-pp-15-case.t => author-pp-15-case.t}    |   14 +-
 ...-pp-16-normalize.t => author-pp-16-normalize.t} |   13 +-
 ...-pp-17-callbacks.t => author-pp-17-callbacks.t} |   13 +-
 ...ease-pp-18-depends.t => author-pp-18-depends.t} |   13 +-
 ...ease-pp-19-untaint.t => author-pp-19-untaint.t} |   13 +-
 t/{release-pp-21-can.t => author-pp-21-can.t}      |   13 +-
 ...d-can-bug.t => author-pp-22-overload-can-bug.t} |   13 +-
 ...se-pp-23-readonly.t => author-pp-23-readonly.t} |   13 +-
 t/{release-pp-24-tied.t => author-pp-24-tied.t}    |   13 +-
 ...25-undef-regex.t => author-pp-25-undef-regex.t} |   13 +-
 t/{release-pp-26-isa.t => author-pp-26-isa.t}      |   13 +-
 ...ing-as-type.t => author-pp-27-string-as-type.t} |   13 +-
 ...nly-return.t => author-pp-28-readonly-return.t} |   13 +-
 ...p-29-taint-mode.t => author-pp-29-taint-mode.t} |   13 +-
 ...eration.t => author-pp-30-hashref-alteration.t} |   13 +-
 ...pelling.t => author-pp-31-incorrect-spelling.t} |   13 +-
 ...ex-as-value.t => author-pp-32-regex-as-value.t} |   13 +-
 ...p-33-keep-errsv.t => author-pp-33-keep-errsv.t} |   13 +-
 ...ation.t => author-pp-34-recursive-validation.t} |   13 +-
 ...ault-xs-bug.t => author-pp-35-default-xs-bug.t} |   18 +-
 ...-large-arrays.t => author-pp-36-large-arrays.t} |   13 +-
 ...ease-pp-37-exports.t => author-pp-37-exports.t} |   13 +-
 ...k-message.t => author-pp-38-callback-message.t} |   15 +-
 ...-pp-39-reentrant.t => author-pp-39-reentrant.t} |   13 +-
 ...elease-pp-is-loaded.t => author-pp-is-loaded.t} |    4 +-
 ...elease-xs-is-loaded.t => author-xs-is-loaded.t} |    4 +-
 t/{release-xs-segfault.t => author-xs-segfault.t}  |    4 +-
 ...s-stack-realloc.t => author-xs-stack-realloc.t} |    4 +-
 65 files changed, 1437 insertions(+), 1137 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