[libnumber-tolerant-perl] branch master updated (b404d05 -> 73a2db2)

Alex Mestiashvili malex-guest at alioth.debian.org
Thu Oct 10 13:55:49 UTC 2013


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  b404d05   convert spaces to tab in debian/rules
      adds  9d67879   Imported Upstream version 1.702
       new  d231078   Merge tag 'upstream/1.702'
       new  b2df444    - d/changelog: new upstream version 1.702  - d/patches: removed spelling.patch - applied by the upstream.
       new  73a2db2    updated changelog, push to unstable

The 3 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                                       |    7 +
 LICENSE                                       |   22 +--
 MANIFEST                                      |    6 +-
 META.json                                     |  212 +++++++++++++++++--------
 META.yml                                      |  167 ++++++++++++-------
 Makefile.PL                                   |   69 +++++---
 README                                        |    2 +-
 debian/changelog                              |    7 +
 debian/patches/series                         |    1 -
 debian/patches/spelling.patch                 |   15 --
 lib/Number/Tolerant.pm                        |   41 +++--
 lib/Number/Tolerant/Constant.pm               |   10 +-
 lib/Number/Tolerant/Type.pm                   |   10 +-
 lib/Number/Tolerant/Type/constant.pm          |    9 +-
 lib/Number/Tolerant/Type/infinite.pm          |    9 +-
 lib/Number/Tolerant/Type/less_than.pm         |    9 +-
 lib/Number/Tolerant/Type/more_than.pm         |    9 +-
 lib/Number/Tolerant/Type/offset.pm            |    9 +-
 lib/Number/Tolerant/Type/or_less.pm           |    9 +-
 lib/Number/Tolerant/Type/or_more.pm           |   11 +-
 lib/Number/Tolerant/Type/plus_or_minus.pm     |    9 +-
 lib/Number/Tolerant/Type/plus_or_minus_pct.pm |    9 +-
 lib/Number/Tolerant/Type/to.pm                |    9 +-
 lib/Number/Tolerant/Union.pm                  |    8 +-
 lib/Test/Tolerant.pm                          |    8 +-
 t/00-compile.t                                |   60 +++++++
 t/00-load.t                                   |   25 ---
 t/000-report-versions-tiny.t                  |   87 ++++++++++
 t/bad_plugin.t                                |    2 +-
 t/constant.t                                  |    6 +-
 t/release-pod-syntax.t                        |   15 --
 xt/release/changes_has_content.t              |   41 +++++
 xt/release/pod-syntax.t                       |    7 +
 33 files changed, 626 insertions(+), 294 deletions(-)
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 t/00-compile.t
 delete mode 100644 t/00-load.t
 create mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/release-pod-syntax.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/pod-syntax.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