This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmoosex-attributeshortcuts-perl.
commit a84739e6ac28f001a3a9b0db4a76a541c495f34b Merge: 5e2ccf3 c4c0ca3 Author: gregor herrmann <[email protected]> Date: Tue Jan 2 20:31:46 2018 +0100 Update upstream source from tag 'upstream/0.037' Update to upstream version '0.037' with Debian dir 584dc07e61971df5ca68716022f3ac8d7e4ef369 .travis.yml | 18 +- Changes | 55 ++ LICENSE | 2 +- MANIFEST | 52 +- META.json | 588 +++++++++++++------ META.yml | 492 +++++++++++----- Makefile.PL | 36 +- README | 187 +++--- SIGNATURE | 129 +++-- cpanfile | 29 +- dist.ini | 7 +- lib/MooseX/AttributeShortcuts.pm | 633 ++++++--------------- lib/MooseX/AttributeShortcuts/Trait/Attribute.pm | 539 ++++++++++++++++++ .../Trait/Attribute/HasAnonBuilder.pm | 143 +++++ .../AttributeShortcuts/Trait/Method/Builder.pm | 94 +++ .../Trait/Method/HasDefinitionContext.pm | 92 +++ .../AttributeShortcuts/Trait/Role/Attribute.pm | 179 ++++++ .../Trait/Role/Method/Builder.pm | 94 +++ t/00-check-deps.t | 2 +- t/00-compile.t | 25 +- t/00-report-prereqs.dd | 74 +++ t/00-report-prereqs.t | 202 +++++++ t/000-report-versions-tiny.t | 99 ---- t/02-parameterized.t | 3 +- t/03-lazy.t | 3 +- t/04-clearer-and-predicate.t | 33 -- t/05-extend.t | 3 +- t/06-role.t | 3 +- t/anon-builder.t | 56 -- t/builder/basic.t | 57 ++ t/builder/inline-builder-conflict-toclass.t | 74 +++ t/builder/inline-builder-conflict-torole.t | 79 +++ t/builder/inline-definition-context.t | 68 +++ t/builder/inline-role-role-class.t | 55 ++ t/builder/inline.t | 91 +++ t/clearer.t | 97 ++++ t/deprecated/inline_typing.t | 49 -- t/funcs.pm | 2 +- t/handles/coderef-class.t | 58 ++ t/{handles-coderef.t => handles/coderef.t} | 0 t/{handles-metaclass.t => handles/metaclass.t} | 0 t/init_arg.t | 97 ++++ t/inline_coercion-back-compat.t | 99 ---- t/{inline_subtyping.t => inline_subtyping/basic.t} | 0 .../coercion.t} | 0 .../with_coercion.t} | 0 t/is/rwp.t | 57 ++ t/{isa-mooish.t => isa/mooish.t} | 0 t/metaclasses.t | 38 ++ t/{ => old}/01-basic.t | 4 +- t/old/04-clearer-and-predicate.t | 38 ++ t/{ => old}/07-trigger.t | 3 +- t/others/semiaffordanceaccessor.t | 38 ++ t/predicate.t | 97 ++++ t/trigger.t | 82 +++ xt/author/eol.t | 48 +- xt/author/no-tabs.t | 48 +- xt/{release => author}/pod-coverage.t | 2 +- xt/{release => author}/pod-linkcheck.t | 2 +- xt/author/pod-spell.t | 53 +- xt/{release => author}/pod-syntax.t | 3 +- xt/release/has-version.t | 2 +- xt/release/minimum-version.t | 2 +- xt/release/no-smart-comments.t | 44 +- 64 files changed, 3908 insertions(+), 1351 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-attributeshortcuts-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
