[libinline-c-perl] branch master updated (b83f6b6 -> 4955f4a)

gregor herrmann gregoa at debian.org
Wed Jul 16 17:33:23 UTC 2014


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

gregoa pushed a change to branch master
in repository libinline-c-perl.

      from  b83f6b6   releasing package libinline-c-perl version 0.58-1
      adds  5df7438   Imported Upstream version 0.60
       new  ea2f125   Merge tag 'upstream/0.60'
       new  17b2232   New upstream release.
       new  e297a2e   Refresh fix-pod-paths.patch (whitespace changes).
       new  79cd053   Update upstream copyright notice and Upstream-Contact.
       new  13ce69d   Bump versioned libinline-perl (build) dependency.
       new  cdfaf22   Install new CONTRIBUTING document.
       new  4955f4a   releasing package libinline-c-perl version 0.60-1

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:
 CONTRIBUTING                       |   55 ++
 Changes                            |    7 +
 LICENSE                            |    2 +-
 MANIFEST                           |    3 +
 META.json                          |   14 +-
 META.yml                           |   12 +-
 Makefile.PL                        |   10 +-
 README                             |    6 +-
 debian/changelog                   |   10 +
 debian/control                     |    4 +-
 debian/copyright                   |    5 +-
 debian/libinline-c-perl.docs       |    1 +
 debian/patches/fix-pod-paths.patch |   10 +-
 lib/Inline/C.pm                    | 1036 +++++++++++++++++++-----------------
 lib/Inline/C.pod                   |    6 +-
 lib/Inline/C/Cookbook.pod          |  922 +++++++++++++++++---------------
 lib/Inline/C/ParseRecDescent.pm    |   38 +-
 lib/Inline/C/ParseRecDescent.pod   |   40 ++
 lib/Inline/C/ParseRegExp.pm        |  146 ++---
 lib/Inline/C/ParseRegExp.pod       |   38 ++
 t/01syntax.t                       |   17 +-
 t/02config.t                       |   43 +-
 t/04perlapi.t                      |    9 +-
 t/05xsmode.t                       |    9 +-
 t/09parser.t                       |  123 ++---
 t/12taint_old.t                    |   29 +-
 t/18quote_space.t                  |  188 ++++---
 27 files changed, 1492 insertions(+), 1291 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 debian/libinline-c-perl.docs
 create mode 100644 lib/Inline/C/ParseRecDescent.pod
 create mode 100644 lib/Inline/C/ParseRegExp.pod

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



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