[libhttp-oai-perl] branch master updated (3c932c5 -> 6ca8d80)

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Fri Apr 18 19:25:24 UTC 2014


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

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

      from  3c932c5   update changelog
      adds  7a9c884   Imported Upstream version 4.03
       new  8e003a0   Merge tag 'upstream/4.03'
       new  35e8d33   Bump S-V and compat to latest.
       new  474b3f0   Update copyright year in d/*.
       new  758aca9   Support new executable script.
       new  6fbafd8   Fix up POD errors.
       new  6ca8d80   d/changelog: Update, mark for release.

The 6 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                             |  11 +
 MANIFEST                            |  12 +-
 META.yml                            |   4 +-
 Makefile.PL                         |   2 +-
 bin/oai_browser.pl                  |  12 +-
 bin/oai_pmh.pl                      | 152 +++++++++
 debian/changelog                    |  11 +-
 debian/compat                       |   2 +-
 debian/control                      |   4 +-
 debian/copyright                    |   2 +-
 debian/patches/fix-pod-errors.patch |  45 +++
 debian/patches/series               |   1 +
 debian/rules                        |   3 +
 lib/HTTP/OAI.pm                     |  44 ++-
 lib/HTTP/OAI/Error.pm               |  68 ++--
 lib/HTTP/OAI/GetRecord.pm           |  70 +----
 lib/HTTP/OAI/Harvester.pm           | 220 +++----------
 lib/HTTP/OAI/Header.pm              |  83 +----
 lib/HTTP/OAI/Headers.pm             | 249 ---------------
 lib/HTTP/OAI/Identify.pm            | 109 ++-----
 lib/HTTP/OAI/ListIdentifiers.pm     |  69 ++--
 lib/HTTP/OAI/ListMetadataFormats.pm |  49 +--
 lib/HTTP/OAI/ListRecords.pm         |  79 ++---
 lib/HTTP/OAI/ListSets.pm            |  78 ++---
 lib/HTTP/OAI/MemberMixin.pm         |  49 +++
 lib/HTTP/OAI/Metadata.pm            |  56 +++-
 lib/HTTP/OAI/Metadata/METS.pm       |  14 +-
 lib/HTTP/OAI/Metadata/OAI_DC.pm     | 122 ++------
 lib/HTTP/OAI/MetadataFormat.pm      |  55 +---
 lib/HTTP/OAI/PartialList.pm         |  68 ++--
 lib/HTTP/OAI/Record.pm              |  97 +++---
 lib/HTTP/OAI/Response.pm            | 609 +++++++++++++++---------------------
 lib/HTTP/OAI/ResumptionToken.pm     |  45 +--
 lib/HTTP/OAI/SAX/Base.pm            |  65 ++++
 lib/HTTP/OAI/SAX/Driver.pm          | 213 +++++++++++++
 lib/HTTP/OAI/SAX/Text.pm            |  45 +++
 lib/HTTP/OAI/SAX/Trace.pm           |  22 ++
 lib/HTTP/OAI/Set.pm                 |  79 ++---
 lib/HTTP/OAI/UserAgent.pm           | 177 ++++++-----
 lib/HTTP/OAI/Verb.pm                |  62 ++++
 t/00static.t                        |  23 +-
 t/error.t                           |   9 +-
 t/getrecord.t                       |   6 +-
 43 files changed, 1511 insertions(+), 1684 deletions(-)
 create mode 100755 bin/oai_pmh.pl
 create mode 100644 debian/patches/fix-pod-errors.patch
 create mode 100644 debian/patches/series
 delete mode 100644 lib/HTTP/OAI/Headers.pm
 create mode 100644 lib/HTTP/OAI/MemberMixin.pm
 create mode 100644 lib/HTTP/OAI/SAX/Base.pm
 create mode 100644 lib/HTTP/OAI/SAX/Driver.pm
 create mode 100644 lib/HTTP/OAI/SAX/Text.pm
 create mode 100644 lib/HTTP/OAI/SAX/Trace.pm
 create mode 100644 lib/HTTP/OAI/Verb.pm

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