[libcarp-assert-more-perl] branch master updated (6c5903b -> 02758cc)

Damyan Ivanov dmn at moszumanska.debian.org
Sun Nov 5 08:50:01 UTC 2017


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

dmn pushed a change to branch master
in repository libcarp-assert-more-perl.

      from  6c5903b   update changelog
      adds  36c0f74   New upstream version 1.16
       new  42e0337   Update upstream source from tag 'upstream/1.16'
       new  dfa056b   bump debhelper compatibility level to 9
       new  aafd1b0   declare conformance with policy 4.1.1
       new  9d5d0a4   add Testsuite header
       new  02758cc   releasing package libcarp-assert-more-perl version 1.16-1

The 5 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                                   |  18 +++
 MANIFEST                                  |   8 +-
 META.json                                 |  19 +--
 META.yml                                  |  23 ++--
 Makefile.PL                               |   2 +-
 More.pm                                   | 198 ++++++++++++++++++++++++++----
 README => README.md                       |   3 +
 debian/changelog                          |  12 +-
 debian/compat                             |   2 +-
 debian/control                            |   5 +-
 t/assert_all_keys_in.t                    |  36 ++++++
 t/{assert_listref.t => assert_arrayref.t} |  19 +--
 t/assert_coderef.t                        |  61 +++++++++
 t/{assert_nonempty.t => assert_empty.t}   |  20 +--
 t/assert_exists.t                         |   6 +-
 t/assert_fail.t                           |   4 +-
 t/assert_isa_in.t                         |  31 +++++
 t/assert_negative.t                       |   4 +-
 t/assert_negative_integer.t               |   6 +-
 t/assert_nonnegative.t                    |  12 +-
 t/assert_nonnegative_integer.t            |   6 +-
 t/assert_nonref.t                         |   7 +-
 t/assert_nonzero.t                        |   6 +-
 t/assert_nonzero_integer.t                |   5 +-
 t/assert_numeric.t                        |  57 +++++++++
 t/assert_positive.t                       |   6 +-
 t/assert_positive_integer.t               |   6 +-
 t/test-coverage.t                         |   2 +-
 28 files changed, 484 insertions(+), 100 deletions(-)
 rename README => README.md (56%)
 create mode 100644 t/assert_all_keys_in.t
 copy t/{assert_listref.t => assert_arrayref.t} (73%)
 create mode 100644 t/assert_coderef.t
 copy t/{assert_nonempty.t => assert_empty.t} (57%)
 create mode 100644 t/assert_isa_in.t
 create mode 100644 t/assert_numeric.t

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



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