[libmarc-spec-perl] branch master updated (256d708 -> 5cfa3fc)

gregor herrmann gregoa at debian.org
Fri Aug 4 21:13:06 UTC 2017


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  256d708   Update d/changelog
      adds  336a7d7   initial commit
      adds  0d01861   travis perl v 5.22
      adds  1f54626   gitignore
      adds  a6d77ce   0.0.1
      adds  f995104   deleted strictures
      adds  6e13d17   0.0.2
      adds  f8b33c6   benchmark to ignore
      adds  6b48b10   require
      adds  18d48e2   precompiled regex
      adds  f12b8a9   0.0.3
      adds  961cfce   typos in POD
      adds  532510a   update of base attribute
      adds  abe7dc5   0.0.4
      adds  0023a05   has_char* predicates
      adds  f50b2d4   new travis.yml
      adds  e910917   0.1.0
      adds  33438ce   equality test on mixed scalar
      adds  d2f6077   0.1.1
      adds  1b35f5a   Fix POD NAME structure
      adds  acc7973   Fix NAME and reset DESCRIPTION for Subspec.pm
      adds  6c7d3b8   Merge pull request #5 from dr0jf/master
      adds  894088b   0.1.2
      adds  d9a4b7f   Fix spelling error in pod
      adds  746e74e   Merge pull request #6 from dr0jf/master
      adds  172ab00   0.1.3
      adds  16a35de   or-subspecs were added non nested
      adds  ce50654   delted DDP
      adds  4a562f3   leave or subspecs nested when adding
      adds  6c70dcd   0.1.4
      adds  5ecd18b   parse is not an object method
      adds  a431c2e   1.0.0
      adds  217ea1a   New upstream version 1.0.0
       new  bb9d269   Updated version 1.0.0 from 'upstream/1.0.0'
       new  c99a6a9   Update debian/changelog
       new  f3b8cc9   Drop spelling-error-in-manpage.patch, merged upstream.
       new  bc00772   Declare compliance with Debian Policy 4.0.0.
       new  5cfa3fc   releasing package libmarc-spec-perl version 1.0.0-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                                        |  6 +++++
 MANIFEST                                       |  1 +
 META.json                                      |  2 +-
 META.yml                                       |  2 +-
 README                                         | 12 +++++----
 debian/changelog                               |  9 +++++++
 debian/control                                 | 31 +++++++++++------------
 debian/patches/series                          |  1 -
 debian/patches/spelling-error-in-manpage.patch | 17 -------------
 lib/MARC/Spec.pm                               | 16 ++++++------
 lib/MARC/Spec/Comparisonstring.pm              |  2 +-
 lib/MARC/Spec/Field.pm                         |  2 +-
 lib/MARC/Spec/Parser.pm                        |  4 +--
 lib/MARC/Spec/Structure.pm                     | 19 +++++++-------
 lib/MARC/Spec/Subfield.pm                      |  2 +-
 lib/MARC/Spec/Subspec.pm                       |  4 +--
 t/01-marcspec.t                                | 10 ++++----
 t/01-parser.t                                  |  2 +-
 t/01-to_string.t                               |  2 +-
 t/02-parser.t                                  |  2 +-
 t/03-parser.t                                  |  2 +-
 t/04-parser.t                                  |  4 +--
 t/05-parser.t                                  |  4 +--
 t/06-parser.t                                  | 22 ++++++++---------
 t/07-parser.t                                  |  2 +-
 t/08-parser.t                                  | 34 ++++++++++++++++++++++++++
 26 files changed, 126 insertions(+), 88 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling-error-in-manpage.patch
 create mode 100644 t/08-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