[libtoml-parser-perl] 01/03: Merge tag 'upstream/0.06'

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Dec 3 00:28:03 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtoml-parser-perl.

commit cd839946df54a0b6b9149214a0561fe07e54ce2c
Merge: 2e7a108 e22e5fa
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Dec 2 22:09:26 2015 -0200

    Merge tag 'upstream/0.06'
    
    Upstream version 0.06
    
    # gpg: Signature made Wed 02 Dec 2015 10:09:16 PM BRST using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130  A870 F823 A272 9883 C97C

 Changes                                    |   5 +
 MANIFEST                                   |   7 +-
 META.json                                  |  12 +-
 META.yml                                   |  10 +-
 README.md                                  |  10 +-
 author/test-case-maker.pl                  |   4 +-
 cpanfile                                   |   6 +-
 lib/TOML/Parser.pm                         | 111 +++++++++++-----
 lib/TOML/Parser/Tokenizer.pm               | 203 +++++++++++++++++++++++++----
 lib/TOML/Parser/Tokenizer/Strict.pm        |  45 +------
 lib/TOML/Parser/Util.pm                    |   3 +
 minil.toml                                 |   2 +-
 t/001_parser/broken.t                      |  91 ++++++++++++-
 t/001_parser/comma_at_last_of_array.t      |   4 +-
 t/001_parser/dot_in_key.t                  |  34 +++++
 t/001_parser/empty_array.t                 |   4 +-
 t/001_parser/empty_comment.t               |   2 +-
 t/001_parser/empty_string.t                |   4 +-
 t/001_parser/escape.t                      |   6 +-
 t/001_parser/example.t                     |   4 +-
 t/001_parser/example_fruit.t               |   4 +-
 t/001_parser/{empty_string.t => float.t}   |  18 ++-
 t/001_parser/hard_example.t                |  15 ++-
 t/001_parser/inline_table.t                |  41 ++++++
 t/001_parser/{dot_in_array.t => integer.t} |  16 ++-
 t/001_parser/multi_line_string.t           |  64 +++++++++
 t/001_parser/single_quote.t                |   2 +-
 t/001_parser/table.t                       |  52 ++++++++
 t/toml/dot_in_key.toml                     |   3 +-
 29 files changed, 634 insertions(+), 148 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