[libmoose-autobox-perl] 03/10: Merge tag 'upstream/0.16'

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue May 10 20:23:31 UTC 2016


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

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

commit e055f767a2a07dc27e34d125e208290bfa396ced
Merge: 97859ea f7e92e2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue May 10 16:52:16 2016 -0300

    Merge tag 'upstream/0.16'
    
    Upstream version 0.16
    
    # gpg: Signature made Tue 10 May 2016 04:52:09 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

 Build.PL                         |  140 +++++
 CONTRIBUTING                     |  103 ++++
 Changes                          |   35 +-
 INSTALL                          |   43 ++
 LICENSE                          |  379 ++++++++++++
 MANIFEST                         |   35 +-
 META.json                        | 1249 +++++++++++++++++++++++++++++++++++++-
 META.yml                         |  879 ++++++++++++++++++++++++++-
 Makefile.PL                      |  159 ++++-
 README                           |   30 +-
 dist.ini                         |   27 +
 examples/tic_tac_toe.pl          |   65 +-
 examples/units/bytes.pl          |   50 +-
 examples/units/time.pl           |   70 ++-
 lib/Moose/Autobox.pm             |  151 +++--
 lib/Moose/Autobox/Array.pm       |  256 ++++----
 lib/Moose/Autobox/Code.pm        |   80 +--
 lib/Moose/Autobox/Defined.pm     |   51 +-
 lib/Moose/Autobox/Hash.pm        |  101 +--
 lib/Moose/Autobox/Indexed.pm     |   69 ++-
 lib/Moose/Autobox/Item.pm        |   51 +-
 lib/Moose/Autobox/List.pm        |   74 ++-
 lib/Moose/Autobox/Number.pm      |   43 +-
 lib/Moose/Autobox/Ref.pm         |   41 +-
 lib/Moose/Autobox/Scalar.pm      |   52 +-
 lib/Moose/Autobox/String.pm      |   70 ++-
 lib/Moose/Autobox/Undef.pm       |   45 +-
 lib/Moose/Autobox/Value.pm       |   50 +-
 t/00-report-prereqs.dd           |  139 +++++
 t/00-report-prereqs.t            |  183 ++++++
 t/000_load.t                     |    8 +-
 t/001_basic.t                    |   74 ++-
 t/002_role_hierarchy.t           |   20 +-
 t/003_p6_example.t               |   12 +-
 t/004_list_compressions.t        |    2 -
 t/005_string.t                   |    2 -
 t/006_y_combinator.t             |    2 -
 t/007_base.t                     |    2 -
 t/008_flatten.t                  |    4 +-
 t/009_number.t                   |    2 -
 t/010_each.t                     |    2 -
 t/012_first_last.t               |    2 -
 t/zzz-check-breaks.t             |   16 +
 xt/author/00-compile.t           |   99 +++
 xt/author/clean-namespaces.t     |   16 +
 xt/author/eol.t                  |   60 ++
 xt/author/kwalitee.t             |    9 +
 xt/author/mojibake.t             |    9 +
 xt/author/no-tabs.t              |   60 ++
 xt/author/pod-coverage.t         |    7 +
 xt/author/pod-spell.t            |   75 +++
 xt/author/pod-syntax.t           |    7 +
 xt/release/changes_has_content.t |   41 ++
 xt/release/cpan-changes.t        |   11 +
 xt/release/distmeta.t            |    6 +
 xt/release/minimum-version.t     |    8 +
 xt/release/pod.t                 |   11 -
 xt/release/pod_coverage.t        |   11 -
 xt/release/portability.t         |   12 +
 59 files changed, 4587 insertions(+), 723 deletions(-)

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



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