[libparams-validate-perl] branch master updated (f1ce6d8 -> df96174)

gregor herrmann gregoa at debian.org
Mon May 5 18:31:10 UTC 2014


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

gregoa pushed a change to branch master
in repository libparams-validate-perl.

      from  f1ce6d8   update changelog
      adds  c56f8ed   Imported Upstream version 1.09
       new  266107b   Merge tag 'upstream/1.09'
       new  30e6ffb   New upstream release. Fixes "Segfault when using a Readonly spec" (Closes: #644949)
       new  8ef0dce   Update years of copyright.
       new  7970049   Add build dependency on libtest-requires-perl.
       new  df96174   releasing package libparams-validate-perl version 1.09-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                         |  33 +++++++----
 Changes                          |  19 +++++++
 LICENSE                          |   2 +-
 MANIFEST                         |  12 +---
 META.json                        |   8 ++-
 META.yml                         |   6 +-
 README                           |   6 +-
 _build/auto_features             |   2 -
 _build/build_params              | 119 ---------------------------------------
 _build/cleanup                   |   8 ---
 _build/config_data               |   2 -
 _build/features                  |   2 -
 _build/magicnum                  |   1 -
 _build/notes                     |   2 -
 _build/prereqs                   |   9 ---
 _build/runtime_params            |   2 -
 debian/changelog                 |   9 ++-
 debian/control                   |   3 +-
 debian/copyright                 |   6 +-
 dist.ini                         |   4 +-
 lib/Attribute/Params/Validate.pm |   9 +--
 lib/Params/Validate.pm           |   9 +--
 lib/Params/Validate/Constants.pm |   5 +-
 lib/Params/Validate/PP.pm        |   5 +-
 lib/Params/Validate/XS.pm        |   8 +--
 lib/Params/Validate/XS.xs        | 106 ++++++++++++++++++++++++++++------
 lib/Params/ValidatePP.pm         |   5 +-
 lib/Params/ValidateXS.pm         |   5 +-
 t/19-untaint.t                   |   9 ++-
 t/23-readonly.t                  |  19 ++++---
 t/29-taint-mode.t                |  45 +++++++++++----
 t/35-large-arrays.t              |  43 ++++++++++++++
 t/release-no-tabs.t              | 107 +++++++++++++++++++++++++++++++++--
 t/release-pod-syntax.t           |   5 +-
 t/release-pp-19-untaint.t        |   9 ++-
 t/release-pp-23-readonly.t       |  19 ++++---
 t/release-pp-29-taint-mode.t     |  46 +++++++++++----
 t/release-pp-35-large-arrays.t   |  56 ++++++++++++++++++
 38 files changed, 481 insertions(+), 284 deletions(-)
 delete mode 100644 _build/auto_features
 delete mode 100644 _build/build_params
 delete mode 100644 _build/cleanup
 delete mode 100644 _build/config_data
 delete mode 100644 _build/features
 delete mode 100644 _build/magicnum
 delete mode 100644 _build/notes
 delete mode 100644 _build/prereqs
 delete mode 100644 _build/runtime_params
 create mode 100644 t/35-large-arrays.t
 create mode 100644 t/release-pp-35-large-arrays.t

-- 
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