[libnumber-tolerant-perl] branch master updated (80dcf8e -> 0b8366f)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Thu Feb 20 11:12:30 UTC 2014


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

malex-guest pushed a change to branch master
in repository libnumber-tolerant-perl.

      from  80dcf8e   remove empty debian/patches/{,series}
      adds  23b156e   Imported Upstream version 1.703
       new  26ef4da   Merge tag 'upstream/1.703'
       new  0b8366f   d/control: bump Standards-Version: 3.9.5 d/copyright: update Copyright years. d/changelog: new upstream version, push to unstable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                       |   3 +
 MANIFEST                                      |   3 +-
 META.json                                     | 228 +++++++++++++++------
 META.yml                                      | 194 +++++++++++++-----
 Makefile.PL                                   |  56 ++---
 README                                        |   4 +-
 debian/changelog                              |   6 +
 debian/control                                |   2 +-
 debian/copyright                              |   2 +-
 lib/Number/Tolerant.pm                        | 284 +++++++++++++++++++++++++-
 lib/Number/Tolerant/Constant.pm               |  27 ++-
 lib/Number/Tolerant/Type.pm                   |  70 ++++++-
 lib/Number/Tolerant/Type/constant.pm          |   4 +-
 lib/Number/Tolerant/Type/infinite.pm          |   4 +-
 lib/Number/Tolerant/Type/less_than.pm         |   4 +-
 lib/Number/Tolerant/Type/more_than.pm         |   4 +-
 lib/Number/Tolerant/Type/offset.pm            |   4 +-
 lib/Number/Tolerant/Type/or_less.pm           |   4 +-
 lib/Number/Tolerant/Type/or_more.pm           |   4 +-
 lib/Number/Tolerant/Type/plus_or_minus.pm     |   4 +-
 lib/Number/Tolerant/Type/plus_or_minus_pct.pm |   4 +-
 lib/Number/Tolerant/Type/to.pm                |   4 +-
 lib/Number/Tolerant/Union.pm                  |  97 ++++++++-
 lib/Test/Tolerant.pm                          |  46 ++++-
 t/00-compile.t                                |  60 ------
 t/000-report-versions-tiny.t                  |   5 +-
 t/when.t                                      |  40 ++++
 xt/release/changes_has_content.t              |   2 +-
 xt/release/pod-syntax.t                       |   1 +
 29 files changed, 923 insertions(+), 247 deletions(-)
 delete mode 100644 t/00-compile.t
 create mode 100644 t/when.t

-- 
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