[libtype-tiny-perl] 01/07: Merge tag 'upstream/0.044'

Jonas Smedegaard dr at jones.dk
Mon Jun 9 21:01:39 UTC 2014


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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 056ef9ac202da7d520ac1e65452f9a6b26955828
Merge: bac5461 8a8264a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 9 22:22:09 2014 +0200

    Merge tag 'upstream/0.044'
    
    Upstream version 0.044
    
    # gpg: Underskrift lavet man 09 jun 2014 22:22:08 CEST
    # gpg:                bruger RSA nøgle 0x4EC1B722374F9BD6
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at dgi-huset.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at 107b.dk>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 CONTRIBUTING                                       |  17 +-
 COPYRIGHT                                          |  62 +-
 CREDITS                                            |   2 +
 Changes                                            |  68 ++
 LICENSE                                            |   2 +-
 MANIFEST                                           |   7 +
 META.json                                          |  78 +--
 META.yml                                           | 100 +--
 Makefile.PL                                        |  78 +--
 NEWS                                               |   4 +
 SIGNATURE                                          | 133 ++--
 doap.ttl                                           | 545 ++++++++++-----
 examples/datetime-coercions.pl                     |   8 +-
 inc/Try/Tiny.pm                                    | 744 ++++++++++++++++++---
 lib/Devel/TypeTiny/Perl56Compat.pm                 |   2 +-
 lib/Devel/TypeTiny/Perl58Compat.pm                 |   2 +-
 lib/Error/TypeTiny.pm                              |   2 +-
 lib/Error/TypeTiny/Assertion.pm                    |   2 +-
 lib/Error/TypeTiny/Compilation.pm                  |   2 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm      |   2 +-
 lib/Eval/TypeTiny.pm                               |   9 +-
 lib/Reply/Plugin/TypeTiny.pm                       |   2 +-
 lib/Test/TypeTiny.pm                               |   2 +-
 lib/Type/Coercion.pm                               |   4 +-
 lib/Type/Coercion/FromMoose.pm                     |   2 +-
 lib/Type/Coercion/Union.pm                         |   2 +-
 lib/Type/Library.pm                                |   2 +-
 lib/Type/Params.pm                                 |   2 +-
 lib/Type/Parser.pm                                 |   2 +-
 lib/Type/Registry.pm                               |   2 +-
 lib/Type/Tiny.pm                                   | 130 +++-
 lib/Type/Tiny/Class.pm                             |   2 +-
 lib/Type/Tiny/Duck.pm                              |   2 +-
 lib/Type/Tiny/Enum.pm                              |   2 +-
 lib/Type/Tiny/Intersection.pm                      |   2 +-
 lib/Type/Tiny/Manual/Coercions.pod                 |  20 +
 lib/Type/Tiny/Manual/Libraries.pod                 |  59 +-
 lib/Type/Tiny/Manual/Policies.pod                  |   5 +
 lib/Type/Tiny/Role.pm                              |   2 +-
 lib/Type/Tiny/Union.pm                             |   2 +-
 lib/Type/Tiny/_HalfOp.pm                           |   2 +-
 lib/Type/Utils.pm                                  |  51 +-
 lib/Types/Common/Numeric.pm                        |   2 +-
 lib/Types/Common/String.pm                         |   2 +-
 lib/Types/Standard.pm                              | 122 +++-
 lib/Types/Standard/ArrayRef.pm                     |   2 +-
 lib/Types/Standard/Dict.pm                         |   2 +-
 lib/Types/Standard/HashRef.pm                      |   2 +-
 lib/Types/Standard/Map.pm                          |   2 +-
 lib/Types/Standard/ScalarRef.pm                    |   2 +-
 lib/Types/Standard/Tuple.pm                        |   2 +-
 lib/Types/TypeTiny.pm                              |  19 +-
 t/20-unit/Error-TypeTiny/basic.t                   |  46 ++
 t/20-unit/Eval-TypeTiny/basic.t                    |  10 +-
 .../Eval-TypeTiny/{basic.t => fallback-aliases.t}  |  23 +-
 t/20-unit/Type-Library/errors.t                    |  66 ++
 t/20-unit/Type-Tiny-Class/plus-constructors.t      |   2 +-
 t/20-unit/Type-Tiny/basic.t                        |  20 +
 t/20-unit/Type-Tiny/my-methods.t                   |  39 ++
 t/20-unit/Type-Utils/classifier.t                  |  56 ++
 t/20-unit/Type-Utils/match-on-type.t               |  14 +
 t/20-unit/Types-Standard/structured.t              |  95 +++
 t/30-integration/Moose/basic.t                     |  93 +--
 t/30-integration/Moose/native-attribute-traits.t   | 308 +++++++++
 t/30-integration/MooseX-Getopt/coercion.t          |  86 +++
 t/30-integration/Sub-Quote/basic.t                 |  12 +-
 66 files changed, 2536 insertions(+), 659 deletions(-)

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



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