[libtoml-parser-perl] 01/04: Merge tag 'upstream/0.08'
Nick Morrott
nickm-guest at moszumanska.debian.org
Sun Nov 20 02:48:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libtoml-parser-perl.
commit d6012162a47ab88f11ed752c725fa28091d4f483
Merge: 972ac4c 782d534
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Sun Nov 20 02:31:39 2016 +0000
Merge tag 'upstream/0.08'
Upstream version 0.08
Changes | 5 ++
MANIFEST | 8 ++++
META.json | 11 +++--
META.yml | 9 ++--
README.md | 74 +++++++++++++++++-------------
author/test-case-maker.pl | 23 ++++------
cpanfile | 2 +
lib/TOML/Parser.pm | 4 +-
lib/TOML/Parser/Tokenizer.pm | 4 +-
minil.toml | 3 +-
t/001_parser/comma_at_last_of_array.t | 18 +++-----
t/001_parser/dot_in_key.t | 18 +++-----
t/001_parser/empty_array.t | 16 ++-----
t/001_parser/empty_comment.t | 27 +++++------
t/001_parser/empty_string.t | 17 ++-----
t/001_parser/equal_in_key_with_no_spaces.t | 10 ++++
t/001_parser/example.t | 40 +++++++---------
t/001_parser/example_fruit.t | 23 ++++------
t/001_parser/float.t | 29 ++++++------
t/001_parser/hard_example.t | 32 +++++--------
t/001_parser/inline_table.t | 25 ++++------
t/001_parser/integer.t | 21 +++------
t/001_parser/multi_line_string.t | 30 +++++-------
t/001_parser/single_quote.t | 30 ++++++------
t/001_parser/string_zero.t | 57 +++++++++++++++--------
t/001_parser/table.t | 29 +++++-------
t/toml/comma_at_last_of_array.toml | 2 +-
t/toml/empty_array.toml | 2 +-
t/toml/empty_string.toml | 1 +
t/toml/example.toml | 1 +
t/toml/example_fruit.toml | 2 +-
t/toml/float.toml | 10 ++++
t/toml/hard_example.toml | 1 +
t/toml/inline_table.toml | 7 +++
t/toml/integer.toml | 8 ++++
t/toml/multi_line_string.toml | 27 +++++++++++
t/toml/single_quote.toml | 4 ++
t/toml/string_zero.toml | 23 ++++++++++
t/toml/table.toml | 16 +++++++
39 files changed, 375 insertions(+), 294 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtoml-parser-perl.git
More information about the Pkg-perl-cvs-commits
mailing list