[libsereal-decoder-perl] branch master updated (e3e7417 -> d45e464)

gregor herrmann gregoa at debian.org
Sun Apr 13 15:33:28 UTC 2014


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

gregoa pushed a change to branch master
in repository libsereal-decoder-perl.

      from  e3e7417   d/changelog: new upstream version, push to unstable
      adds  f9c1d6d   Imported Upstream version 2.08
       new  7f450bd   Merge tag 'upstream/2.08'
       new  2a8e314   New upstream release.
       new  82aad23   Add a patch to fix an error in the POD syntax.
       new  d45e464   releasing package libsereal-decoder-perl version 2.08-1

The 4 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                         |  39 ++++
 Decoder.xs                      | 485 +++++++++++++++++++++++++++++++---------
 MANIFEST                        |   6 +-
 META.json                       |  59 +++++
 META.yml                        |  62 ++---
 debian/changelog                |   8 +
 debian/patches/pod-syntax.patch |  19 ++
 debian/patches/series           |   1 +
 lib/Sereal/Decoder.pm           |  49 +++-
 lib/Sereal/Performance.pm       | 265 ++++++++++++++++++++++
 srl_decoder.c                   |  46 +++-
 t/030_looks_like_sereal.t       |  15 +-
 t/040_special_vars.t            |  36 +++
 t/903_reentrancy.t              |  47 ++++
 t/lib/Sereal/TestSet.pm         |  29 ++-
 typemap                         |   4 +-
 16 files changed, 990 insertions(+), 180 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/patches/pod-syntax.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/Sereal/Performance.pm
 create mode 100644 t/040_special_vars.t
 create mode 100644 t/903_reentrancy.t

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



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