[libmarc-spec-perl] branch master updated (5a47cc1 -> 64e6b9c)

gregor herrmann gregoa at debian.org
Fri Jan 12 18:03:35 UTC 2018


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

gregoa pushed a change to branch master
in repository libmarc-spec-perl.

      from  5a47cc1   update changelog
      adds  700df03   test compariosn string slash
      adds  5f4fbed   new class indicator
      adds  fbae442   2.0.0
      adds  0a3cf3c   removed DDP dependency in test
      adds  109d769   2.0.1
      adds  1a55f2f   - Tidied up abstract in pod as reported by CPANTS.
      adds  1df19dd   Merge pull request #7 from manwar/tidy-up-abstract-in-pod
      adds  336fcdb   minor: adjusted POD
      adds  ab7965e   2.0.2
      adds  1c4ef84   fixed bug indicator subspec abbreviation
      adds  01b6d5f   fixed bug indicator subspec abbreviation
      adds  387cebe   2.0.3
      adds  882de51   New upstream version 2.0.3
       new  fff1a26   Update upstream source from tag 'upstream/2.0.3'
       new  1c01807   Update debian/changelog
       new  c3fe73a   Declare compliance with Debian Policy 4.1.3.
       new  026e023   Bump debhelper compatibility level to 10.
       new  64e6b9c   releasing package libmarc-spec-perl version 2.0.3-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:
 Build.PL                          |   2 +-
 Changes                           |   9 ++
 MANIFEST                          |   5 +-
 META.json                         |  12 ++-
 META.yml                          |   8 +-
 README                            |  46 ++++----
 debian/changelog                  |   9 +-
 debian/compat                     |   2 +-
 debian/control                    |   4 +-
 lib/MARC/Spec.pm                  |  67 +++++++-----
 lib/MARC/Spec/Comparisonstring.pm |  28 +++--
 lib/MARC/Spec/Field.pm            |  55 ++++------
 lib/MARC/Spec/Indicator.pm        | 215 ++++++++++++++++++++++++++++++++++++++
 lib/MARC/Spec/Parser.pm           | 129 +++++++++++++----------
 lib/MARC/Spec/Structure.pm        |  32 +++---
 lib/MARC/Spec/Subfield.pm         |  29 +++--
 lib/MARC/Spec/Subspec.pm          |  28 +++--
 t/01-comparisonstring.t           |   6 ++
 t/01-marcspec.t                   |  18 +++-
 t/01-to_string.t                  |   5 +-
 t/06-parser.t                     |   2 +-
 t/07-parser.t                     |   7 --
 t/08-parser.t                     |   3 +-
 t/09-parser.t                     |  11 ++
 t/10-parser.t                     |  10 ++
 25 files changed, 533 insertions(+), 209 deletions(-)
 create mode 100644 lib/MARC/Spec/Indicator.pm
 create mode 100644 t/09-parser.t
 create mode 100644 t/10-parser.t

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



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