[libyaml-tiny-perl] 01/12: Merge tag 'upstream/1.60'

Salvatore Bonaccorso carnil at debian.org
Sat Feb 15 22:48:32 UTC 2014


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

carnil pushed a commit to branch master
in repository libyaml-tiny-perl.

commit 59e55a9ac7ee6d799754c5e25001c6b383b38c6b
Merge: ac1d6a2 12951ff
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Feb 15 23:06:13 2014 +0100

    Merge tag 'upstream/1.60'
    
    Upstream version 1.60

 Build.PL                                           |   5 +-
 CONTRIBUTING                                       |  74 ++
 Changes                                            |  53 +-
 INSTALL                                            |  14 -
 MANIFEST                                           |  76 +-
 META.json                                          | 375 +++++---
 META.yml                                           | 354 +++++---
 Makefile.PL                                        | 117 ++-
 README                                             |   4 +-
 README.md                                          | 573 ++++++++++++
 dist.ini                                           |  25 +-
 lib/YAML/Tiny.pm                                   | 984 +++++++++++++--------
 t/00-report-prereqs.t                              | 196 +++-
 t/01_api.t                                         |  40 +
 t/01_compile.t                                     |  15 +-
 t/02_basic.t                                       | 255 ------
 t/03_regression.t                                  | 716 ---------------
 t/04_scalar.t                                      | 120 ---
 t/05_export.t                                      |  22 -
 t/10_read.t                                        | 105 +++
 t/11_meta_yml.t                                    | 396 ---------
 t/11_read_string.t                                 |  51 ++
 t/12_plagger.t                                     | 127 ---
 t/12_write.t                                       |  82 ++
 t/13_perl_smith.t                                  | 149 ----
 t/13_write_string.t                                |  23 +
 t/14_yaml_org.t                                    |  63 --
 t/15_multibyte.t                                   |  52 --
 t/16_nullrefs.t                                    |  30 -
 t/17_toolbar.t                                     |  50 --
 t/18_tap.t                                         |  80 --
 t/19_errors.t                                      |  73 --
 t/20_subclass.t                                    |  31 +-
 t/21_bom.t                                         |  34 -
 t/21_yamlpm_compat.t                               |  59 ++
 t/22_comments.t                                    | 111 ---
 t/30_yaml_spec_tml.t                               |  33 +
 t/31_local_tml.t                                   |  20 +
 t/32_world_tml.t                                   |  11 +
 t/README.md                                        | 157 ++++
 t/data/HTML-WebDAO.yml                             |   8 -
 t/data/Spreadsheet-Read.yml                        |  61 --
 t/data/Template-Provider-Unicode-Japanese.yml      |  20 -
 t/data/{one.yml => ascii.yml}                      |   0
 t/data/{sample.yml => latin1.yml}                  |   2 +-
 t/data/multibyte.yml                               |  20 -
 t/data/toolbar.yml                                 |  16 -
 t/data/two.yml                                     |   4 -
 t/data/utf_8_bom.yml                               |   2 +
 t/data/vanilla.yml                                 |  98 --
 t/lib/Test.pm                                      | 310 -------
 t/lib/TestBridge.pm                                | 351 ++++++++
 t/lib/TestML/Tiny.pm                               | 348 ++++++++
 t/lib/TestUtils.pm                                 |  56 ++
 t/tml                                              | 117 +++
 t/tml-local/dump-error/circular.tml                |  18 +
 t/tml-local/load-error/document.tml                |   5 +
 t/tml-local/load-error/scalar.tml                  |  51 ++
 t/tml-local/load-error/tag.tml                     |  11 +
 t/tml-local/perl-to-yaml/quoting.tml               |  26 +
 t/tml-local/yaml-roundtrip/collection.tml          | 128 +++
 t/tml-local/yaml-roundtrip/comment.tml             | 124 +++
 t/tml-local/yaml-roundtrip/document.tml            | 214 +++++
 t/tml-local/yaml-roundtrip/mapping.tml             | 178 ++++
 t/tml-local/yaml-roundtrip/quoting.tml             | 134 +++
 t/tml-local/yaml-roundtrip/scalar.tml              | 135 +++
 t/tml-local/yaml-roundtrip/sequence.tml            | 104 +++
 t/tml-spec/basic-data.tml                          |  24 +
 t/tml-spec/unicode.tml                             | 440 +++++++++
 t/tml-world/Acme-Time-Baby.tml                     |  27 +
 t/tml-world/Data-Swap.tml                          |  25 +
 t/tml-world/Games-Nintendo-Wii-Mii.tml             |  57 ++
 t/tml-world/HTML-WebDAO.tml                        |  24 +
 t/tml-world/ITS-SIN-FIDS-Content-XML.tml           |  30 +
 t/tml-world/Plagger.tml                            | 101 +++
 t/tml-world/Spreadsheet-Read.tml                   | 161 ++++
 t/tml-world/Template-Provider-Unicode-Japanese.tml |  47 +
 t/tml-world/Vanilla-Perl.tml                       | 221 +++++
 t/tml-world/YAML-Tiny-META.tml                     |  41 +
 t/tml-world/toolbar.tml                            |  41 +
 t/tml-world/yaml_org.tml                           |  69 ++
 {t => xt/author}/00-compile.t                      |  12 +-
 xt/author/pod-spell.t                              |  35 +-
 xt/compare/roundtrip.t                             | 120 +++
 xt/lib/Test.pm                                     |  52 ++
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/distmeta.t                              |   5 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   2 +-
 xt/release/no-tabs.t                               |   2 +-
 xt/release/pod-coverage.t                          |  12 +-
 xt/release/pod-syntax.t                            |   5 +-
 xt/release/portability.t                           |  11 +
 93 files changed, 6306 insertions(+), 3564 deletions(-)

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



More information about the Pkg-perl-cvs-commits mailing list