[libmoo-perl] 01/07: Merge tag 'upstream/2.001001'

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Mar 29 00:39:06 UTC 2016


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

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

commit dbe6242a99705a6814439cec1028701e968bb831
Merge: b88beaa 7b4b06e
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 28 20:55:27 2016 -0300

    Merge tag 'upstream/2.001001'
    
    Upstream version 2.001001
    
    # gpg: Signature made Mon 28 Mar 2016 08:55:24 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 Changes                            |  43 +++++
 MANIFEST                           |   4 +
 META.json                          |  12 +-
 META.yml                           |  10 +-
 Makefile.PL                        |   6 +-
 README                             | 295 +++++++++++++++++++--------------
 lib/Method/Generate/Accessor.pm    | 183 +++++++++------------
 lib/Method/Generate/BuildAll.pm    |   8 +-
 lib/Method/Generate/Constructor.pm |  65 ++++----
 lib/Method/Generate/DemolishAll.pm |   2 +-
 lib/Moo.pm                         | 325 ++++++++++++++++++++++---------------
 lib/Moo/HandleMoose.pm             |   7 +-
 lib/Moo/Object.pm                  |  26 ++-
 lib/Moo/Role.pm                    | 108 ++++++------
 lib/Moo/_Utils.pm                  |  35 ++--
 lib/Sub/Defer.pm                   |   9 +-
 lib/Sub/Quote.pm                   |  22 ++-
 lib/oo.pm                          |   2 +-
 t/accessor-generator-extension.t   |  23 +++
 t/accessor-trigger.t               |  14 ++
 t/accessor-weaken.t                |   2 +-
 t/buildall.t                       |  16 ++
 t/isa-interfere.t                  |   2 +-
 t/load_module.t                    |   2 +-
 t/long-package-name.t              |  51 ++++++
 t/moo-accessors.t                  |   7 +
 t/moo-utils-_name_coderef.t        |  12 +-
 t/moo-utils.t                      |   2 +-
 t/sub-defer.t                      |   9 +
 t/sub-quote.t                      |  23 +++
 xt/handle_moose.t                  |  14 ++
 xt/has-after-meta.t                |  26 +++
 xt/inflate-undefer.t               |  23 +++
 xt/moose-extend-moo.t              |   2 +-
 xt/release/kwalitee.t              |  19 +++
 35 files changed, 904 insertions(+), 505 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