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

nickm-guest pushed a change to branch master
in repository libtoml-parser-perl.

      from  972ac4c   update changelog
      adds  782d534   New upstream version 0.08
       new  d601216   Merge tag 'upstream/0.08'
       new  8e7118c   Refresh build-dependencies
       new  b44576f   Refresh d/u/metadata
       new  15e4116   Update changelog

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                                    |  5 ++
 MANIFEST                                   |  8 ++++
 META.json                                  | 11 +++--
 META.yml                                   |  9 ++--
 README.md                                  | 74 +++++++++++++++++-------------
 author/test-case-maker.pl                  | 23 ++++------
 cpanfile                                   |  2 +
 debian/changelog                           | 11 ++++-
 debian/control                             |  4 +-
 debian/upstream/metadata                   |  1 +
 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 +++++++
 42 files changed, 388 insertions(+), 297 deletions(-)
 create mode 100644 t/001_parser/equal_in_key_with_no_spaces.t
 create mode 100644 t/toml/float.toml
 create mode 100644 t/toml/inline_table.toml
 create mode 100644 t/toml/integer.toml
 create mode 100644 t/toml/multi_line_string.toml
 create mode 100644 t/toml/single_quote.toml
 create mode 100644 t/toml/string_zero.toml
 create mode 100644 t/toml/table.toml

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to