[libparams-validationcompiler-perl] branch master updated (406d09a -> 0f8dd46)

gregor herrmann gregoa at debian.org
Thu Aug 3 03:53:43 UTC 2017


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

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

      from  406d09a   update changelog
      adds  f46ba01   Bump version after release
      adds  3d7abe8   Fix non-inlinable Specio types leading to a syntax error in the generated code
      adds  bc427e3   Fix bug where positional params with a coercion or default never returned the coerced or default value
      adds  3837175   v0.19
      adds  2a98138   Bump version after release
      adds  8df5835   Validate the keys in each parameter spec and throw an exception on unknown keys
      adds  4556c2a   Add some test matrix docs & the start of an Alloy model
      adds  58bdc6d   v0.20
      adds  1d83b90   Bump version after release
      adds  6b1d9d4   Use GitHub issues
      adds  52ce85d   v0.21
      adds  b0e1557   Bump version after release
      adds  4c4dc8b   Add test for "params => { foo => $type_object }"
      adds  9680e91   Small doc fix - remove stray period
      adds  0558e61   Require Type::Tiny 0.024 in type-tiny.t
      adds  3c5783a   Explicitly load the B module
      adds  13c8e86   Remove alpha warning from docs
      adds  f22a2d2   Add changes for next release
      adds  fbeb36b   v0.22
      adds  66e773e   Bump version after release
      adds  bcb7ce8   Add copyright_year to dist.ini
      adds  46689d6   Simplify check for whether a named param is optional
      adds  a9e97cf   Treat optional & default the same when checking for required param after optional for positional params
      adds  e3b53b1   Add matrix test for author
      adds  0321558   Fix handling of slurpy type with coercion(s)
      adds  12da605   Update generated files
      adds  2cd3e4f   Require Perl 5.12 for matrix.t
      adds  98e4273   Add List::Gather to develop requires list
      adds  2d5f462   Remove use of List::Gather
      adds  d8595a3   v0.23
      adds  c7074fd   Bump version after release
      adds  f63c15c   Fix type in test output
      adds  6590f6a   Merge pull request #13 from oschwald/patch-1
      adds  a0b9412   Check exists $spec->{optional} for benefit of restricted hashes
      adds  3653d16   Fix typo in named_to_list docs
      adds  6860c3d   Fix source_for to actually work and test it
      adds  ba6587c   v0.24
      adds  c26abbd   New upstream version 0.24
       new  ecb8c36   Updated version 0.24 from 'upstream/0.24'
       new  e4e5365   Update debian/changelog
       new  f69911c   Declare compliance with Debian Policy 4.0.0.
       new  3889486   Change order of alternative build dependencies.
       new  c797cd3   re-sort bdeps
       new  0f8dd46   releasing package libparams-validationcompiler-perl version 0.24-1

The 6 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:
 CONTRIBUTING.md                             |   4 +-
 Changes                                     |   6 +
 MANIFEST                                    |   3 +-
 META.json                                   | 170 ++++++++++++++--------------
 META.yml                                    | 166 +++++++++++++--------------
 Makefile.PL                                 |   4 +-
 README.md                                   |   5 +-
 cpanfile                                    |   2 +
 debian/changelog                            |   8 +-
 debian/control                              |  12 +-
 lib/Params/ValidationCompiler.pm            |  12 +-
 lib/Params/ValidationCompiler/Compiler.pm   |   7 +-
 lib/Params/ValidationCompiler/Exceptions.pm |   4 +-
 t/00-report-prereqs.dd                      |   2 +
 t/positional/required.t                     |   4 +-
 t/source_for.t                              |  18 +++
 xt/author/eol.t                             |   1 +
 xt/author/no-tabs.t                         |   1 +
 xt/author/pod-spell.t                       |   1 +
 19 files changed, 239 insertions(+), 191 deletions(-)
 create mode 100644 t/source_for.t

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



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