[libsereal-decoder-perl] branch master updated (4ccd2af -> b024d75)
gregor herrmann
gregoa at debian.org
Sun Aug 3 21:20:00 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 4ccd2af releasing package libsereal-decoder-perl version 3.001.005-1
adds 941670f Imported Upstream version 3.001.006
new 2883402 Merge tag 'upstream/3.001.006'
new 85153a2 New upstream release.
new b024d75 releasing package libsereal-decoder-perl version 3.001.006-1
The 3 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 | 9 +
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 3 +-
author_tools/hobodecoder.pl | 20 +-
author_tools/update_from_header.pl | 62 +-
const-c.inc | 124 ++-
debian/changelog | 8 +
inc/Sereal/BuildTools.pm | 1161 +++++++++++++++++++-
lib/Sereal/Decoder.pm | 2 +-
lib/Sereal/Decoder/Constants.pm | 1161 +++++++++++++++++++-
srl_decoder.c | 17 +-
srl_protocol.h | 2 +-
t/002_testset.t | 32 +
t/700_roundtrip/v1/plain.t | 10 -
t/{200_bulk.t => 700_roundtrip/v1/plain_canon.t} | 10 +-
t/700_roundtrip/v1/snappy.t | 10 -
t/{200_bulk.t => 700_roundtrip/v1/snappy_canon.t} | 11 +-
t/700_roundtrip/v2/dedudep_strings.t | 10 -
t/700_roundtrip/v2/freeze_thaw.t | 10 -
t/700_roundtrip/v2/plain.t | 10 -
t/{200_bulk.t => 700_roundtrip/v2/plain_canon.t} | 10 +-
t/700_roundtrip/v2/readonly.t | 10 -
t/700_roundtrip/v2/snappy.t | 10 -
t/{200_bulk.t => 700_roundtrip/v2/snappy_canon.t} | 11 +-
t/700_roundtrip/v2/snappy_incr.t | 10 -
.../v2/snappy_incr_canon.t} | 11 +-
t/700_roundtrip/v2/sort_keys.t | 10 -
t/700_roundtrip/v3/dedudep_strings.t | 10 -
t/700_roundtrip/v3/freeze_thaw.t | 10 -
t/700_roundtrip/v3/plain.t | 10 -
t/{200_bulk.t => 700_roundtrip/v3/plain_canon.t} | 10 +-
t/700_roundtrip/v3/readonly.t | 10 -
t/700_roundtrip/v3/snappy.t | 10 -
t/{200_bulk.t => 700_roundtrip/v3/snappy_canon.t} | 11 +-
t/700_roundtrip/v3/snappy_incr.t | 10 -
.../v3/snappy_incr_canon.t} | 11 +-
t/700_roundtrip/v3/sort_keys.t | 10 -
t/700_roundtrip/v3/zlib.t | 10 -
t/700_roundtrip/v3/zlib_force.t | 10 -
t/lib/Sereal/TestSet.pm | 351 ++++--
42 files changed, 2822 insertions(+), 405 deletions(-)
create mode 100644 t/002_testset.t
copy t/{200_bulk.t => 700_roundtrip/v1/plain_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v1/snappy_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v2/plain_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v2/snappy_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v2/snappy_incr_canon.t} (64%)
copy t/{200_bulk.t => 700_roundtrip/v3/plain_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v3/snappy_canon.t} (63%)
copy t/{200_bulk.t => 700_roundtrip/v3/snappy_incr_canon.t} (64%)
--
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