[libnumber-tolerant-perl] 03/06: Merge tag 'upstream/1.708'

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Nov 9 01:55:35 UTC 2015


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

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

commit 250ad11f8241c05278d9b12c949e4dfd75862049
Merge: d372d44 87b4173
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Nov 8 23:27:38 2015 -0200

    Merge tag 'upstream/1.708'
    
    Upstream version 1.708
    
    # gpg: Signature made Sun 08 Nov 2015 11:27:35 PM BRST using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Changes                                       |  17 +++-
 MANIFEST                                      |   4 +-
 META.json                                     |  91 +++++++++++--------
 META.yml                                      |  88 ++++++++++--------
 Makefile.PL                                   |   5 +-
 README                                        |   4 +-
 lib/Number/Tolerant.pm                        |  19 ++--
 lib/Number/Tolerant/Constant.pm               |   4 +-
 lib/Number/Tolerant/Type.pm                   |   6 +-
 lib/Number/Tolerant/Type/constant.pm          |   2 +-
 lib/Number/Tolerant/Type/infinite.pm          |   2 +-
 lib/Number/Tolerant/Type/less_than.pm         |   2 +-
 lib/Number/Tolerant/Type/more_than.pm         |   2 +-
 lib/Number/Tolerant/Type/offset.pm            |   2 +-
 lib/Number/Tolerant/Type/or_less.pm           |   2 +-
 lib/Number/Tolerant/Type/or_more.pm           |   2 +-
 lib/Number/Tolerant/Type/plus_or_minus.pm     |   2 +-
 lib/Number/Tolerant/Type/plus_or_minus_pct.pm |   2 +-
 lib/Number/Tolerant/Type/to.pm                |   2 +-
 lib/Number/Tolerant/Union.pm                  |  72 +++++++--------
 lib/Test/Tolerant.pm                          |   6 +-
 t/00-report-prereqs.dd                        |   1 +
 t/and_constant.t                              |  20 ++--
 t/bad_method.t                                | 126 +++++++++++++-------------
 t/constant.t                                  |   4 +-
 t/from_string.t                               |  14 +--
 t/infinite.t                                  |  16 ++--
 t/less_than.t                                 |  12 +--
 t/more_than.t                                 |  36 +++++---
 t/new_types.t                                 |  52 +++++------
 t/offset.t                                    |   4 +-
 t/or_less.t                                   |   4 +-
 t/or_more.t                                   |   8 +-
 t/plusminus.t                                 |  18 +++-
 t/plusminus_pct.t                             |   4 +-
 t/stringify_as.t                              |  52 +++++------
 t/test.t                                      |  14 +--
 t/union.t                                     |  10 +-
 t/union_and.t                                 | 100 ++++++++++----------
 t/union_more.t                                |  86 +++++++++---------
 xt/{release => author}/pod-syntax.t           |   1 +
 xt/release/changes_has_content.t              |   2 +-
 42 files changed, 487 insertions(+), 433 deletions(-)

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



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