[libfunction-parameters-perl] branch master updated (51848eb -> f25f48b)
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Nov 11 18:40:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
dmn pushed a change to branch master
in repository libfunction-parameters-perl.
from 51848eb update changelog
adds d6f3327 New upstream version 2.001003
new c57dbf3 Update upstream source from tag 'upstream/2.001003'
new c16d25f update years of upstream copyright
new 5c555d6 declare conformance with Policy 4.1.1 (no changes needed)
new f25f48b releasing package libfunction-parameters-perl version 2.001003-1
The 4 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:
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 +-
debian/changelog | 12 +-
debian/control | 2 +-
debian/copyright | 2 +-
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.t => types_custom_4.t} | 9 +-
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 +-
88 files changed, 3650 insertions(+), 1936 deletions(-)
rename Makefile_PL_settings => Makefile_PL_settings.plx (61%)
create mode 100644 hax/STATIC_ASSERT_STMT.c.inc
rename t/{attrs.t => attributes.t} (80%)
create mode 100644 t/eval.t
create mode 100644 t/gorn.t
create mode 100644 t/install.t
create mode 100644 t/lifetime.t
create mode 100644 t/threads.t
create mode 100644 t/threads2.t
create mode 100644 t/types_auto.t
create mode 100644 t/types_caller.t
copy t/{types_custom.t => types_custom_4.t} (89%)
copy t/{types_moosex.t => types_moosex_2.t} (53%)
create mode 100644 t/types_msg.t
--
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