[libcatmandu-mab2-perl] branch master updated (31305d0 -> c6c324e)

Jonas Smedegaard dr at jones.dk
Fri Oct 27 17:54:57 UTC 2017


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

js pushed a change to branch master
in repository libcatmandu-mab2-perl.

      from  31305d0   Prepare for release: Update changelog.
      adds  89cf2a2   Upgrading Catmandu using new group binds for mab_each
      adds  222d3c5   Update and fix .travis.yml
      adds  3fe75eb   Delete perl-5.12 from .travis.yml due to Dist::Zilla build fails
      adds  353db5a   0.15
      adds  7630030   add MYMETA.* files
      adds  4592fe9   set perl v5.14.0 as minimum version
      adds  ef85062   0.16
      adds  286f7bf   get XML as string
      adds  cb597f0   0.17
      adds  026665b   set required version of Catmandu::SRU
      adds  1c7f800   0.18
      adds  7dda6b5   fix version number of required dependency
      adds  ffa7d17   0.19
      adds  6ac5dd0   gh#9: MYMETA must not be included
      adds  7d2538a   0.20
      adds  0d7fec6   warn and skip faulty fields
      adds  fa21cb2   add tests for warnings
      adds  8e38b80   fix regex for record fields
      adds  b6d5719   fix tests
      adds  7848731   add more tests for exceptions and warnings
      adds  f3d78d0   add Catmandu::Error exceptions and more tests
      adds  895d8c6   0.21
      adds  78dd536   New upstream version 0.21
      adds  a92164a   Update upstream source from tag 'upstream/0.21'
      adds  16f0ba3   Update watch file: Use substitution strings.
      adds  7278942   Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
      adds  41f8c8d   Declare compliance with Debian Policy 4.1.1.
      adds  b76c753   Drop obsolete lintian override regarding debhelper 9.
      adds  31f128c   Tighten lintian overrides regarding License-Reference.
      adds  62d60b9   Update copyright info: Use https protocol in file format URL.
      adds  4f1aff3   Update copyright info: Extend coverage for myself.
      adds  5bb390d   Modernize cdbs: Do copyright-check in maintainer script (not during build).
      adds  b0c3009   Update package relations: Tighten build-dependency on libcatmandu-perl and libcatmandu-sru-perl.
      adds  492360f   Drop patch fo fix testsuite: Fixed upstream.
      adds  c6c324e   Prepare for release: Update changelog, control file and copyright hints.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                 |   1 -
 Build.PL                                   |   4 +-
 Changes                                    |  26 ++++++
 MANIFEST                                   |   5 +-
 META.json                                  |  17 ++--
 META.yml                                   |  11 +--
 cpanfile                                   |   6 +-
 debian/changelog                           |  28 ++++++
 debian/control                             |  13 ++-
 debian/control.in                          |   6 +-
 debian/copyright                           |   4 +-
 debian/copyright-check                     |  24 +++++
 debian/copyright_hints                     |  28 ++++--
 debian/patches/cwd-inc-fix.diff            |  21 -----
 debian/patches/series                      |   1 -
 debian/rules                               |   6 +-
 debian/source/lintian-overrides            |  13 ++-
 debian/watch                               |   3 +-
 lib/Catmandu/Exporter/MAB2.pm              |   2 +-
 lib/Catmandu/Fix/Bind/mab_each.pm          |   8 +-
 lib/Catmandu/Fix/Condition/mab_match.pm    |   2 +-
 lib/Catmandu/Fix/mab_map.pm                |   4 +-
 lib/Catmandu/Importer/MAB2.pm              |   7 +-
 lib/Catmandu/Importer/SRU/Parser/mabxml.pm |   4 +-
 lib/Catmandu/MAB2.pm                       |   2 +-
 lib/MAB2/Parser/Disk.pm                    |  73 ++++++++--------
 lib/MAB2/Parser/RAW.pm                     |  59 +++++++------
 lib/MAB2/Parser/XML.pm                     |   2 +-
 lib/MAB2/Writer/Disk.pm                    |   2 +-
 lib/MAB2/Writer/Handle.pm                  |   2 +-
 lib/MAB2/Writer/RAW.pm                     |   2 +-
 lib/MAB2/Writer/XML.pm                     |   2 +-
 t/00-load.t                                |   4 +-
 t/01-parser.t                              | 135 ++++++++++++++++++++++-------
 t/02-importer.t                            | 107 +++++++++++++++--------
 t/06-sru.t                                 |   6 +-
 t/07-mab-each.t                            |   5 --
 t/08-mab-map.t                             |  26 ++++++
 t/author-pod-syntax.t                      |   4 +-
 t/mab2_faulty.dat                          |   4 +
 t/mab2disk_faulty.dat                      |   9 ++
 41 files changed, 458 insertions(+), 230 deletions(-)
 delete mode 100644 .gitignore
 create mode 100755 debian/copyright-check
 delete mode 100644 debian/patches/cwd-inc-fix.diff
 delete mode 100644 debian/patches/series
 create mode 100644 t/08-mab-map.t
 create mode 100644 t/mab2_faulty.dat
 create mode 100644 t/mab2disk_faulty.dat

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



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