[libfunction-parameters-perl] 01/04: Update upstream source from tag 'upstream/2.001003'

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 11 18:40:13 UTC 2017


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

dmn pushed a commit to branch master
in repository libfunction-parameters-perl.

commit c57dbf354aa193b52cb16be17595168c3be63379
Merge: 51848eb d6f3327
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 11 18:09:28 2017 +0000

    Update upstream source from tag 'upstream/2.001003'
    
    Update to upstream version '2.001003'
    with Debian dir db9f306d0eb778a11e9e3644a047ab9828f5fc8f

 Changes                                            |  409 +++--
 MANIFEST                                           |   30 +-
 META.json                                          |   19 +-
 META.yml                                           |    8 +-
 Makefile.PL                                        |   56 +-
 Makefile_PL_settings => Makefile_PL_settings.plx   |   28 +-
 Parameters.xs                                      | 1552 +++++++++--------
 README                                             |   58 +-
 hax/STATIC_ASSERT_STMT.c.inc                       |   28 +
 hax/op_convert_list.c.inc                          |   41 +-
 lib/Function/Parameters.pm                         | 1766 ++++++++++++++------
 lib/Function/Parameters/Info.pm                    |  176 +-
 t/01-compiles.t                                    |    6 +-
 t/02-compiles.t                                    |    6 +-
 t/03-compiles.t                                    |    6 +-
 t/{attrs.t => attributes.t}                        |    6 +-
 t/bonus.t                                          |    8 +-
 t/checkered.t                                      |   64 +-
 t/checkered_2.t                                    |    2 +-
 t/checkered_3.t                                    |   64 +-
 t/checkered_4.t                                    |   64 +-
 t/croak.t                                          |    2 +-
 t/defaults.t                                       |    2 +-
 t/elsewhere.t                                      |    2 +-
 t/eval.t                                           |   77 +
 t/foreign/Fun/basic.t                              |    2 +-
 t/foreign/Fun/compile-time.t                       |    2 +-
 t/foreign/Fun/defaults.t                           |    2 +-
 t/foreign/Method-Signatures-Simple/02-use.t        |    4 +-
 t/foreign/Method-Signatures-Simple/03-config.t     |    2 +-
 t/foreign/Method-Signatures-Simple/RT80510.t       |    2 +-
 t/foreign/Method-Signatures/array_param.t          |    4 +-
 t/foreign/Method-Signatures/at_underscore.t        |    4 +-
 t/foreign/Method-Signatures/attributes.t           |    2 +-
 t/foreign/Method-Signatures/comments.t             |    5 +-
 t/foreign/Method-Signatures/invocant.t             |    5 +-
 t/foreign/Method-Signatures/lib/MooseLoadTest.pm   |    5 +-
 t/foreign/Method-Signatures/method.t               |    2 +-
 t/foreign/Method-Signatures/one_line.t             |    2 +-
 t/foreign/Method-Signatures/slurpy.t               |    6 +-
 t/foreign/Method-Signatures/too_many_args.t        |    2 +-
 t/foreign/Method-Signatures/type_check.t           |   10 +-
 t/foreign/MooseX-Method-Signatures/attributes.t    |    2 +-
 t/foreign/MooseX-Method-Signatures/closure.t       |    5 +-
 t/foreign/MooseX-Method-Signatures/eval.t          |    4 +-
 .../MooseX-Method-Signatures/lib/InvalidCase01.pm  |    6 +-
 .../MooseX-Method-Signatures/lib/Redefined.pm      |   10 +-
 t/foreign/MooseX-Method-Signatures/list.t          |    7 +-
 t/foreign/MooseX-Method-Signatures/no_signature.t  |    2 +-
 t/foreign/MooseX-Method-Signatures/precedence.t    |    2 +-
 t/foreign/MooseX-Method-Signatures/type_alias.t    |    5 +-
 .../MooseX-Method-Signatures/undef_method_arg2.t   |   10 +-
 t/foreign/perl/signatures.t                        |   44 +-
 t/foreign/signatures/proto.t                       |    6 +-
 t/gorn.t                                           |   13 +
 t/hueg.t                                           |    2 +-
 t/imports.t                                        |   43 +-
 t/info.t                                           |   32 +-
 t/install.t                                        |   83 +
 t/invocant.t                                       |   89 +-
 t/lexical.t                                        |    4 +-
 t/lifetime.t                                       |   67 +
 t/lineno.t                                         |    4 +-
 t/method_runtime.t                                 |    4 +-
 t/name.t                                           |    2 +-
 t/named_params.t                                   |    7 +-
 t/precedence.t                                     |   18 +-
 t/prototype.t                                      |  105 +-
 t/recursion.t                                      |    4 +-
 t/regress.t                                        |    2 +-
 t/strict.t                                         |    8 +-
 t/threads.t                                        |   28 +
 t/threads2.t                                       |   38 +
 t/types_auto.t                                     |   69 +
 t/types_caller.t                                   |  103 ++
 t/types_custom_3.t                                 |    3 +-
 t/types_custom_4.t                                 |   58 +
 t/types_moose.t                                    |   11 +-
 t/types_moose_2.t                                  |   11 +-
 t/types_moose_3.t                                  |    8 +-
 t/types_moosex.t                                   |    6 +-
 t/{types_moosex.t => types_moosex_2.t}             |   73 +-
 t/types_msg.t                                      |   44 +
 t/unicode.t                                        |   10 +-
 t/unicode2.t                                       |   26 +-
 85 files changed, 3693 insertions(+), 1926 deletions(-)

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



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