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

intrigeri pushed a commit to branch master
in repository libmoo-perl.

commit 4551331c60ae0eb7306cb91a297eca0a271fdab2
Merge: 12cc996 89c2a49
Author: intrigeri <intrig...@boum.org>
Date:   Sat Jun 25 08:00:15 2016 +0000

    Merge tag 'upstream/2.002003'
    
    Upstream version 2.002003

 Changes                                            |  52 ++++
 MANIFEST                                           |  29 +-
 META.json                                          |   9 +-
 META.yml                                           |   7 +-
 Makefile.PL                                        |  25 +-
 lib/Method/Generate/Accessor.pm                    | 129 ++++----
 lib/Method/Generate/BuildAll.pm                    |  18 +-
 lib/Method/Generate/Constructor.pm                 |  87 +++---
 lib/Method/Generate/DemolishAll.pm                 |   3 +-
 lib/Method/Inliner.pm                              |  53 ----
 lib/Moo.pm                                         |  26 +-
 lib/Moo/HandleMoose.pm                             |   9 +-
 lib/Moo/HandleMoose/FakeMetaClass.pm               |   6 +-
 lib/Moo/HandleMoose/_TypeMap.pm                    |   7 +-
 lib/Moo/Object.pm                                  |   9 +-
 lib/Moo/Role.pm                                    | 134 +++++----
 lib/Moo/_Utils.pm                                  |  15 +-
 lib/Moo/_mro.pm                                    |   2 +-
 lib/Moo/sification.pm                              |   4 +-
 lib/Sub/Defer.pm                                   |  60 +++-
 lib/Sub/Quote.pm                                   | 186 ++++++++----
 t/accessor-coerce.t                                |  14 +-
 t/accessor-handles.t                               |  21 +-
 t/accessor-isa.t                                   |  14 +-
 t/accessor-reader-writer.t                         |  16 +
 t/accessor-trigger.t                               |  15 +-
 t/accessor-weaken.t                                |   8 +-
 t/buildargs-error.t                                |   1 -
 t/buildargs.t                                      |  10 +-
 t/compose-roles.t                                  |  35 +++
 t/croak-locations.t                                | 297 +++++++++++++++++++
 t/demolish-bugs-eats_exceptions.t                  |   6 +-
 t/demolish-global_destruction.t                    |  67 ++---
 t/does.t                                           |   1 -
 t/extends-non-moo.t                                |  30 +-
 t/foreignbuildargs.t                               |  34 +--
 t/global-destruction-helper.pl                     |  18 ++
 t/global_underscore.t                              |  25 +-
 t/isa-interfere.t                                  |  28 +-
 t/lib/ClassicObject.pm                             |  10 -
 t/lib/ClobberUnderscore.pm                         |   4 -
 t/lib/ComplexWriter.pm                             |  18 --
 t/lib/ErrorLocation.pm                             |  82 ++++++
 t/lib/ExtRobot.pm                                  |   7 -
 t/lib/INCModule.pm                                 |  27 --
 t/lib/InlineModule.pm                              |  48 +++
 t/lib/MooObjectWithDelegate.pm                     |  28 --
 t/lib/TestEnv.pm                                   |  10 +
 t/lib/UnderscoreClass.pm                           |   5 -
 t/lib/UnderscoreRole.pm                            |   5 -
 t/lib/base_class.pm                                |   5 -
 t/lib/sub_class.pm                                 |   5 -
 t/load_module.t                                    |  19 +-
 t/load_module_error.t                              |  23 +-
 t/load_module_role_tiny.t                          |  17 +-
 t/method-generate-accessor.t                       |  20 ++
 t/method-generate-constructor.t                    |   5 +
 t/modify_lazy_handlers.t                           |  47 ++-
 t/moo-object.t                                     |   3 +
 t/moo-utils-_name_coderef.t                        |   4 +-
 t/moo-utils-_subname.t                             |  14 +
 t/moo-utils.t                                      |  19 +-
 t/moo.t                                            |  26 ++
 t/mutual-requires.t                                |   3 +-
 t/non-moo-extends-c3.t                             |   4 +-
 t/non-moo-extends.t                                |  49 +++-
 t/not-both.t                                       |  41 ++-
 t/overloaded-coderefs.t                            |   3 +-
 t/overridden-core-funcs.t                          |  70 +++++
 t/perl-56-like.t                                   |  16 +
 t/sub-and-handles.t                                |   1 -
 t/sub-defer-no-subname.t                           |   9 +
 t/sub-defer-threads.t                              |   2 +-
 t/sub-defer.t                                      |  11 +
 t/sub-quote-threads.t                              |   2 +-
 t/sub-quote.t                                      | 325 ++++++++++++++++++++-
 xt/bless-override.t                                |  21 ++
 xt/croak-locations.t                               |  40 +++
 xt/global-destruct-jenga-helper.pl                 |   1 -
 xt/global-destruct-jenga.t                         |  12 +-
 xt/has-after-meta.t                                |   3 +-
 xt/inflate-undefer.t                               |   3 +-
 xt/lib/ExampleMooRole.pm                           |   8 -
 xt/lib/ExampleMooRoleWithAttribute.pm              |  15 -
 xt/lib/ExampleMooseRoleOne.pm                      |   5 -
 xt/lib/ExampleMooseRoleTwo.pm                      |   5 -
 xt/lib/withautoclean/Class.pm                      |  10 -
 xt/lib/withautoclean/R1.pm                         |  18 --
 xt/moo-consume-moose-role-coerce.t                 |   6 +-
 xt/moo-consume-moose-role-multiple.t               |   1 -
 xt/moo-consume-mouse-role-coerce.t                 |  10 +-
 xt/moo-does-moose-role.t                           |  92 ++----
 xt/moo-does-mouse-role.t                           | 102 +++++++
 xt/moo-role-types.t                                |   4 +-
 ...into-moose-class-attr-override-with-autoclean.t |  43 ++-
 xt/moo-roles-into-moose-class.t                    |   4 +-
 xt/moose-autoclean-lazy-attr-builders.t            |   3 +-
 xt/moose-consume-moo-role-after-consumed-by-moo.t  |  29 +-
 xt/moose-consume-moo-role-no-moo-loaded.t          |   4 +-
 xt/moose-does-moo-role.t                           |  13 +
 xt/moose-extend-moo.t                              |   3 +-
 xt/moose-handles-moo-class.t                       |   3 +-
 xt/moose-override-attribute-from-moo-role.t        |   4 +-
 xt/moose-override-attribute-with-plus-syntax.t     |   4 +-
 xt/more-jenga.t                                    |  44 +--
 xt/super-jenga.t                                   |  18 +-
 xt/withautoclean.t                                 |  37 ++-
 107 files changed, 2199 insertions(+), 863 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to