[libmouse-perl] 01/02: Merge tag 'upstream/2.1.0'

Axel Beckert abe at deuxchevaux.org
Sun Dec 1 02:17:47 UTC 2013


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

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

commit 5ae4da8078bd9af91c41d120c7f5dc7a702a8b5a
Merge: cc69191 fc58028
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 1 02:59:09 2013 +0100

    Merge tag 'upstream/2.1.0'
    
    Upstream version 2.1.0
    
    # gpg: Signature made Sun 01 Dec 2013 02:59:08 CET using DSA key ID 95930EDE
    # gpg: please do a --check-trustdb
    # gpg: Good signature from "Axel Beckert (no legal relevance) <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <xtaran at symlink.ch>"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"

 .shipit                                     |   7 -
 Build.PL                                    |  72 +++
 Changes                                     |  16 +
 LICENSE                                     | 378 +++++++++++++
 MANIFEST                                    |  38 +-
 MANIFEST.SKIP                               |  47 --
 META.json                                   | 221 ++++++++
 META.yml                                    | 136 ++++-
 Makefile.PL                                 | 153 ------
 README                                      |  30 -
 README.md                                   | 301 ++++++++++
 benchmarks/coercion.pl                      |   0
 benchmarks/load_class.pl                    |   0
 benchmarks/subtype.pl                       |   0
 builder/MyBuilder.pm                        |  90 +++
 cpanfile                                    |  44 ++
 inc/Module/Install.pm                       | 470 ----------------
 inc/Module/Install/AuthorTests.pm           |  59 --
 inc/Module/Install/Base.pm                  |  83 ---
 inc/Module/Install/Can.pm                   | 154 ------
 inc/Module/Install/Include.pm               |  34 --
 inc/Module/Install/Makefile.pm              | 418 --------------
 inc/Module/Install/Metadata.pm              | 722 ------------------------
 inc/Module/Install/Repository.pm            |  88 ---
 inc/Module/Install/TestTarget.pm            | 161 ------
 inc/Module/Install/WriteAll.pm              |  63 ---
 inc/Module/Install/XSUtil.pm                | 819 ----------------------------
 inc/Test/Exception.pm                       |   8 -
 inc/Test/Exception/LessClever.pm            | 101 ----
 inc/Test/Fatal.pm                           |  75 ---
 inc/Test/Requires.pm                        |  80 ---
 inc/Try/Tiny.pm                             | 178 ------
 lib/Mouse.pm                                |   4 +-
 lib/Mouse/Exporter.pm                       |   2 +-
 lib/Mouse/Meta/Attribute.pm                 |   2 +-
 lib/Mouse/Meta/Class.pm                     |   2 +-
 lib/Mouse/Meta/Method.pm                    |   2 +-
 lib/Mouse/Meta/Method/Accessor.pm           |   2 +-
 lib/Mouse/Meta/Method/Constructor.pm        |   2 +-
 lib/Mouse/Meta/Method/Delegation.pm         |   2 +-
 lib/Mouse/Meta/Method/Destructor.pm         |   2 +-
 lib/Mouse/Meta/Module.pm                    |   2 +-
 lib/Mouse/Meta/Role.pm                      |   2 +-
 lib/Mouse/Meta/Role/Application.pm          |   2 +-
 lib/Mouse/Meta/Role/Composite.pm            |  35 +-
 lib/Mouse/Meta/Role/Method.pm               |   2 +-
 lib/Mouse/Meta/TypeConstraint.pm            |   2 +-
 lib/Mouse/Object.pm                         |   2 +-
 lib/Mouse/PurePerl.pm                       |   4 +-
 lib/Mouse/Role.pm                           |   4 +-
 lib/Mouse/Spec.pm                           |   4 +-
 lib/Mouse/Tiny.pod                          |   2 +-
 lib/Mouse/Util.pm                           |   8 +-
 lib/Mouse/Util/TypeConstraints.pm           |   2 +-
 lib/Mouse/XS.pod                            |   2 +-
 minil.toml                                  |  13 +
 mouse.h                                     |   7 +-
 t/000-load.t                                |   6 +-
 t/030_roles/role_conflict_and_inheritance.t |  26 +
 t/800_with_external/002-externals.t         |   8 -
 tool/create-moose-compatibility-tests.pl    |   3 +-
 xs-src/MouseUtil.xs                         |   4 +-
 xt/002-pod_spell.t                          | 234 --------
 63 files changed, 1371 insertions(+), 4069 deletions(-)

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



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