[libmoo-perl] 01/03: Merge tag 'upstream/2.000001'

Axel Beckert abe at deuxchevaux.org
Mon Jun 29 23:13:27 UTC 2015


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

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

commit 3c11b0afbb4c7db54666a0c8af3df1ff624d4a85
Merge: cadfceb abae728
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jun 30 01:03:27 2015 +0200

    Merge tag 'upstream/2.000001'
    
    Upstream version 2.000001
    
    # gpg: Signature made Tue 30 Jun 2015 01:03:19 CEST
    # gpg:                using RSA key 2FF9CD59612616B5
    # gpg: please do a --check-trustdb
    # gpg: Good signature from "Axel Beckert <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (E-Mail + Jabber) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (Symlink) <xtaran at symlink.ch>"
    # gpg:                 aka "[jpeg image of size 3155]"
    # gpg:                 aka "Axel Stefan Beckert"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"

 Changes                                           |  47 ++++
 MANIFEST                                          |  14 +-
 META.json                                         |  25 +-
 META.yml                                          |  14 +-
 Makefile.PL                                       |  52 +++-
 README                                            | 204 ++++++++-------
 lib/Method/Generate/Accessor.pm                   |   2 +-
 lib/Method/Generate/BuildAll.pm                   |   8 +-
 lib/Method/Generate/Constructor.pm                |  46 +++-
 lib/Method/Generate/DemolishAll.pm                |  12 +-
 lib/Method/Inliner.pm                             |   4 +-
 lib/Moo.pm                                        | 286 +++++++++++-----------
 lib/Moo/HandleMoose.pm                            |  13 +-
 lib/Moo/HandleMoose/FakeMetaClass.pm              |  17 +-
 lib/Moo/HandleMoose/_TypeMap.pm                   |   2 +-
 lib/Moo/Object.pm                                 |   8 +-
 lib/Moo/Role.pm                                   |  38 ++-
 lib/Moo/_Utils.pm                                 |  10 +-
 lib/Moo/_mro.pm                                   |   2 +-
 lib/Moo/_strictures.pm                            |  18 ++
 lib/Moo/sification.pm                             |   7 +-
 lib/Sub/Defer.pm                                  |  32 ++-
 lib/Sub/Quote.pm                                  |  28 +--
 lib/oo.pm                                         |   2 +-
 maint/bump-version                                |  46 ----
 maint/fulltest                                    |   1 +
 t/accessor-coerce.t                               |   2 +-
 t/accessor-default.t                              |   2 +-
 t/accessor-generator-extension.t                  |   2 +-
 t/accessor-handles.t                              |   2 +-
 t/accessor-isa.t                                  |   4 +-
 t/accessor-mixed.t                                |   2 +-
 t/accessor-pred-clear.t                           |   2 +-
 t/accessor-reader-writer.t                        |   2 +-
 t/accessor-roles.t                                |   3 +-
 t/accessor-shortcuts.t                            |   2 +-
 t/accessor-trigger.t                              |   2 +-
 t/accessor-weaken-pre-5_8_3.t                     |   2 +-
 t/accessor-weaken.t                               |   2 +-
 t/buildall-subconstructor.t                       |   2 +-
 t/buildall.t                                      |   8 +-
 t/buildargs-error.t                               |   2 +-
 t/buildargs.t                                     |   4 +-
 t/coerce-1.t                                      |   2 +-
 t/compose-conflicts.t                             | 179 ++++++++++++++
 t/compose-non-role.t                              |   2 +-
 t/compose-roles.t                                 |   2 +-
 t/constructor-modify.t                            | 140 +++++++++++
 t/demolish-basics.t                               |   2 +-
 t/demolish-bugs-eats_exceptions.t                 |   2 +-
 t/demolish-bugs-eats_mini.t                       |   2 +-
 t/demolish-global_destruction.t                   |  37 ++-
 t/demolish-throw.t                                |  54 ++++
 t/extend-constructor.t                            |   2 +-
 t/extends-non-moo.t                               |   2 +-
 t/extends-role.t                                  |   2 +-
 t/foreignbuildargs.t                              |   2 +-
 t/global-destruction-helper.pl                    |  17 --
 t/has-array.t                                     |   2 +-
 t/has-before-extends.t                            |   2 +-
 t/has-plus.t                                      |   2 +-
 t/init-arg.t                                      |   2 +-
 t/isa-interfere.t                                 |  39 +++
 t/lazy_isa.t                                      |   2 +-
 t/lib/INCModule.pm                                |   2 +-
 t/lib/base_class.pm                               |   2 -
 t/lib/sub_class.pm                                |   2 -
 t/load_module.t                                   |   2 +-
 t/load_module_error.t                             |   2 +-
 t/load_module_role_tiny.t                         |   2 +-
 t/method-generate-accessor.t                      |   2 +-
 t/method-generate-constructor.t                   |  13 +-
 t/modify_lazy_handlers.t                          |   2 +-
 t/moo-accessors.t                                 |   2 +-
 t/moo-c3.t                                        |   2 +-
 t/moo-object.t                                    |  18 +-
 t/moo-utils-_name_coderef.t                       |  15 ++
 t/moo-utils.t                                     |   2 +-
 t/moo.t                                           |   2 +-
 t/no-build.t                                      |  66 +++++
 t/no-moo.t                                        |   2 +-
 t/non-moo-extends-c3.t                            |  14 +-
 t/non-moo-extends.t                               |   5 +-
 t/not-both.t                                      |   2 +-
 t/strictures.t                                    |  36 +++
 t/sub-and-handles.t                               |   2 +-
 t/sub-defer-threads.t                             |  22 +-
 t/sub-defer.t                                     |  21 +-
 t/sub-quote-threads.t                             |   2 +-
 t/sub-quote.t                                     |  69 +++++-
 t/subconstructor.t                                |   2 +-
 t/use-after-no.t                                  |   2 +-
 t/zzz-check-breaks.t                              |  11 +-
 xt/class-tiny.t                                   |  28 +++
 xt/fakemetaclass.t                                |  36 +++
 xt/global-destruct-jenga-helper.pl                |   2 +-
 xt/global-destruct-jenga.t                        |   2 +-
 xt/handle_moose.t                                 |   2 +-
 xt/implicit-moose-types.t                         |   2 +-
 xt/inflate-our-classes.t                          |  25 ++
 xt/jenga.t                                        |   2 +-
 xt/moo-attr-handles-moose-role.t                  |   2 +-
 xt/moo-consume-moose-role-multiple.t              |   2 +-
 xt/moo-does-moose-role.t                          |   2 +-
 xt/moo-inflate.t                                  |   2 +-
 xt/moo-object-meta-can.t                          |   2 +-
 xt/moo-sification.t                               |   2 +-
 xt/moose-accessor-isa.t                           |   2 +-
 xt/moose-consume-moo-role-after-consumed-by-moo.t |   2 +-
 xt/moose-does-moo-role.t                          |   2 +-
 xt/moose-inflate-error-recurse.t                  |   2 +-
 xt/moose-lazy.t                                   |   2 +-
 xt/moose-method-modifiers.t                       |   2 +-
 xt/role-tiny-inflate.t                            |   2 +-
 xt/strictures.t                                   |  68 -----
 xt/super-jenga.t                                  |   2 +-
 xt/test-my-dependents.t                           |  75 +++++-
 xt/type-inflate-coercion.t                        |   2 +-
 xt/type-inflate-threads.t                         |   2 +-
 xt/type-inflate-type-tiny.t                       |   2 +-
 xt/type-inflate.t                                 |   2 +-
 xt/type-tiny-coerce.t                             |   2 +-
 122 files changed, 1468 insertions(+), 617 deletions(-)

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



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