[libtoml-parser-perl] branch master updated (d1677a9 -> 37d10de)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 21 20:47:30 UTC 2017


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

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

      from  d1677a9   releasing package libtoml-parser-perl version 0.08-1
      adds  a9bffa9   added test cases
      adds  f6f216f   fixed for longdouble perl (fixed #7)
      adds  475da69   re-generate test cases
      adds  23606f2   Correct token type in debug message
      adds  2876f5e   Merge pull request #11 from syohex/fix-debug-message
      adds  bf6f3d7   Add parse failure regression test
      adds  f40d438   Fix regular expression of 'key' token
      adds  d1813b7   Merge pull request #12 from syohex/fix-equal-in-value
      adds  48a3753   use Test::Deep::Fuzzy
      adds  b7f8054   use Pod::Markdown::Github
      adds  7e78570   updated CONTRIBUTOR section
      adds  37a3878   Checking in changes prior to tagging of version 0.08.
      adds  763013c   fixed comment parsing bug in inline table and array
      adds  9135f00   Checking in changes prior to tagging of version 0.09.
      adds  06f6aa2   fixed bug that wrong inline-table/array syntax is allowed
      adds  9339618   bye bye 5.8
      adds  b2a6233   give up to support perl 5.8
      adds  0b9003e   Checking in changes prior to tagging of version 0.10.
      adds  9bfabef   New upstream version 0.10
       new  1f2db33   Merge tag 'upstream/0.10'
       new  179fd37   Update debian/changelog
       new  c52c216   Bump debhelper compatibility level to 10
       new  96487fc   debian/control: update uploader's email address
       new  a8bc72e   Remove the Perl version constraint for build
       new  8fb2e9a   Declare compliance with Debian Policy 4.0.0
       new  37d10de   releasing libtoml-parser-perl version 0.10-1 to unstable

The 7 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                             |  9 ++++
 META.json                           | 10 ++---
 META.yml                            |  8 ++--
 cpanfile                            |  2 +-
 debian/changelog                    | 10 +++++
 debian/compat                       |  2 +-
 debian/control                      | 10 ++---
 lib/TOML/Parser.pm                  |  8 ++--
 lib/TOML/Parser/Tokenizer.pm        | 82 ++++++++++++++++++++++++++++++-------
 lib/TOML/Parser/Tokenizer/Strict.pm |  2 +-
 t/001_parser/broken.t               | 24 ++++++++++-
 t/001_parser/inline_table.t         | 25 +++++++++--
 t/toml/inline_table.toml            | 16 ++++++++
 13 files changed, 169 insertions(+), 39 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