[libspecio-perl] 08/11: Merge tag 'upstream/0.29'

Nick Morrott nickm-guest at moszumanska.debian.org
Tue Oct 11 02:08:55 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libspecio-perl.

commit e0caeddd2c1efb6d055154ae44873e9689a211cb
Merge: 149d3a4 0af93fa
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Tue Oct 11 02:23:15 2016 +0100

    Merge tag 'upstream/0.29'
    
    Upstream version 0.29

 CONTRIBUTING.md                          |   4 +-
 Changes                                  |  34 ++
 MANIFEST                                 |   7 +-
 META.json                                | 288 +++++++++-------
 META.yml                                 | 264 ++++++++-------
 Makefile.PL                              |  12 +-
 README.md                                |   2 +-
 cpanfile                                 |  14 +-
 lib/Specio.pm                            |   4 +-
 lib/Specio/Coercion.pm                   |  23 +-
 lib/Specio/Constraint/AnyCan.pm          |   4 +-
 lib/Specio/Constraint/AnyDoes.pm         |   4 +-
 lib/Specio/Constraint/AnyIsa.pm          |   4 +-
 lib/Specio/Constraint/Enum.pm            |   4 +-
 lib/Specio/Constraint/Intersection.pm    |   4 +-
 lib/Specio/Constraint/ObjectCan.pm       |   4 +-
 lib/Specio/Constraint/ObjectDoes.pm      |   4 +-
 lib/Specio/Constraint/ObjectIsa.pm       |   4 +-
 lib/Specio/Constraint/Parameterizable.pm |   4 +-
 lib/Specio/Constraint/Parameterized.pm   |   4 +-
 lib/Specio/Constraint/Role/CanType.pm    |   4 +-
 lib/Specio/Constraint/Role/DoesType.pm   |   4 +-
 lib/Specio/Constraint/Role/Interface.pm  |  37 ++-
 lib/Specio/Constraint/Role/IsaType.pm    |   4 +-
 lib/Specio/Constraint/Simple.pm          |   4 +-
 lib/Specio/Constraint/Union.pm           |   4 +-
 lib/Specio/Declare.pm                    |   6 +-
 lib/Specio/DeclaredAt.pm                 |   4 +-
 lib/Specio/Exception.pm                  |   4 +-
 lib/Specio/Exporter.pm                   |   4 +-
 lib/Specio/Helpers.pm                    |   4 +-
 lib/Specio/Library/Builtins.pm           | 118 ++++++-
 lib/Specio/Library/Numeric.pm            |   4 +-
 lib/Specio/Library/Perl.pm               |   4 +-
 lib/Specio/Library/String.pm             |   4 +-
 lib/Specio/OO.pm                         |  43 ++-
 lib/Specio/PartialDump.pm                |  24 +-
 lib/Specio/Registry.pm                   |   4 +-
 lib/Specio/Role/Inlinable.pm             |   4 +-
 lib/Specio/TypeChecks.pm                 |   4 +-
 lib/Test/Specio.pm                       | 547 +++++++++++++++++++++++++++++++
 t/00-report-prereqs.dd                   |  14 +-
 t/builtins-sanity.t                      |  61 +---
 t/coercion.t                             |  86 +++--
 t/inline.t                               |  38 +++
 t/intersection.t                         |  14 +-
 t/lib/Test/Types.pm                      | 313 ------------------
 t/numeric-sanity.t                       |   4 +-
 t/perl-sanity.t                          |   7 +-
 t/string-sanity.t                        |   8 +-
 t/union.t                                |  14 +-
 tidyall.ini                              |   6 +
 xt/author/00-compile.t                   |   5 +-
 xt/author/eol.t                          |   2 +-
 xt/author/no-tabs.t                      |   2 +-
 xt/author/pod-spell.t                    | 135 ++++----
 xt/{release => author}/tidyall.t         |   3 +-
 xt/release/pod-linkcheck.t               |  20 --
 58 files changed, 1383 insertions(+), 876 deletions(-)

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



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