[libhttp-oai-perl] branch master updated (f5afd95 -> bd84ee8)

gregor herrmann gregoa at debian.org
Sat Jan 21 18:02:42 UTC 2017


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

gregoa pushed a change to branch master
in repository libhttp-oai-perl.

      from  f5afd95   update changelog
      adds  886ee57   New upstream version 4.04
       new  81e94f4   Merge tag 'upstream/4.04'
       new  ffcc73d   Update debian/changelog
       new  2ac1699   Refresh patches.
       new  38a9475   Update years of upstream copyright.
       new  6f3ed71   Update build dependencies.
       new  5c61e84   Update debian/upstream/metadata.
       new  bd84ee8   update changelog

The 7 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:
 Build.PL                                |  7 +++
 CHANGES => Changes                      |  9 +++-
 LICENSE                                 | 60 +++++++++++++----------
 MANIFEST                                | 21 +++++----
 MANIFEST.SKIP                           |  7 ---
 META.json                               | 84 +++++++++++++++++++++++++++++++++
 META.yml                                | 77 ++++++++++++++++++------------
 Makefile.PL                             | 27 -----------
 README                                  | 71 ++++++----------------------
 cpanfile                                | 16 +++++++
 debian/changelog                        | 14 +++++-
 debian/control                          |  3 +-
 debian/copyright                        |  2 +-
 debian/patches/fix-pod-errors.patch     | 18 ++-----
 debian/patches/spelling.patch           | 10 ++--
 debian/upstream/metadata                |  6 ++-
 dist.ini                                |  2 +
 lib/HTTP/OAI.pm                         | 12 ++++-
 lib/HTTP/OAI/Debug.pm                   |  2 +
 lib/HTTP/OAI/Encapsulation.pm           |  2 +
 lib/HTTP/OAI/Error.pm                   |  2 +
 lib/HTTP/OAI/GetRecord.pm               |  2 +
 lib/HTTP/OAI/Harvester.pm               |  6 ++-
 lib/HTTP/OAI/Header.pm                  |  2 +
 lib/HTTP/OAI/Identify.pm                |  2 +
 lib/HTTP/OAI/ListIdentifiers.pm         |  4 +-
 lib/HTTP/OAI/ListMetadataFormats.pm     |  2 +
 lib/HTTP/OAI/ListRecords.pm             |  6 ++-
 lib/HTTP/OAI/ListSets.pm                |  2 +
 lib/HTTP/OAI/MemberMixin.pm             |  6 +++
 lib/HTTP/OAI/Metadata.pm                |  2 +
 lib/HTTP/OAI/Metadata/METS.pm           |  2 +
 lib/HTTP/OAI/Metadata/OAI_DC.pm         |  2 +
 lib/HTTP/OAI/Metadata/OAI_Eprints.pm    |  2 +
 lib/HTTP/OAI/Metadata/OAI_Identifier.pm |  2 +
 lib/HTTP/OAI/MetadataFormat.pm          |  2 +
 lib/HTTP/OAI/PartialList.pm             |  2 +
 lib/HTTP/OAI/Record.pm                  |  2 +
 lib/HTTP/OAI/Repository.pm              | 24 +++++++---
 lib/HTTP/OAI/Response.pm                |  2 +
 lib/HTTP/OAI/ResumptionToken.pm         |  2 +
 lib/HTTP/OAI/SAX/Base.pm                |  2 +
 lib/HTTP/OAI/SAX/Driver.pm              |  4 +-
 lib/HTTP/OAI/SAX/Text.pm                |  2 +
 lib/HTTP/OAI/SAX/Trace.pm               |  2 +
 lib/HTTP/OAI/SAXHandler.pm              |  6 ++-
 lib/HTTP/OAI/Set.pm                     |  2 +
 lib/HTTP/OAI/UserAgent.pm               |  6 ++-
 lib/HTTP/OAI/Verb.pm                    |  2 +
 minil.toml                              |  1 +
 t/author-pod-syntax.t                   | 15 ++++++
 t/getrecord.t                           | 18 +++++--
 52 files changed, 386 insertions(+), 202 deletions(-)
 create mode 100644 Build.PL
 rename CHANGES => Changes (96%)
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 cpanfile
 create mode 100644 dist.ini
 create mode 100644 minil.toml
 create mode 100644 t/author-pod-syntax.t

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



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