[libyaml-tiny-perl] branch master updated (ac1d6a2 -> 3ebc17d)

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 change to branch master
in repository libyaml-tiny-perl.

      from  ac1d6a2   releasing package libyaml-tiny-perl version 1.56-1
      adds  12951ff   Imported Upstream version 1.60
       new  59e55a9   Merge tag 'upstream/1.60'
       new  75de1e6   Make Build-Depends on libmodule-build-tiny-perl unversioned
       new  a61352b   Install CONTRIBUTING file to docs for libyaml-tiny-perl
       new  2f5ca96   Add libjson-perl to Build-Depends-Indep for JSON dependency in tests
       new  4df9979   Add Build-Depends-Indep on libcpan-meta-perl
       new  96ea351   Add Build-Depends-Indep on libcpan-meta-requirements-perl
       new  5e4a4e9   Update build-dependency for Test::More requirements
       new  e95cdf3   Document incompatible changes in debian/NEWS
       new  75ee239   Update copyright years for upstream files
       new  969406f   Declare compliance with Debian Policy 3.9.5
       new  edc7d22   Wrap and sort fields in debian/control file
       new  3ebc17d   Prepare changelog for release

The 12 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:
 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 ++++++++++++
 debian/NEWS                                        |  20 +
 debian/changelog                                   |  19 +
 debian/control                                     |  14 +-
 debian/copyright                                   |   2 +-
 debian/libyaml-tiny-perl.docs                      |   1 +
 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 +
 98 files changed, 6354 insertions(+), 3572 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 README.md
 create mode 100644 debian/NEWS
 create mode 100644 debian/libyaml-tiny-perl.docs
 create mode 100644 t/01_api.t
 delete mode 100644 t/02_basic.t
 delete mode 100755 t/03_regression.t
 delete mode 100644 t/04_scalar.t
 delete mode 100644 t/05_export.t
 create mode 100644 t/10_read.t
 delete mode 100755 t/11_meta_yml.t
 create mode 100644 t/11_read_string.t
 delete mode 100755 t/12_plagger.t
 create mode 100644 t/12_write.t
 delete mode 100755 t/13_perl_smith.t
 create mode 100644 t/13_write_string.t
 delete mode 100755 t/14_yaml_org.t
 delete mode 100755 t/15_multibyte.t
 delete mode 100644 t/16_nullrefs.t
 delete mode 100644 t/17_toolbar.t
 delete mode 100644 t/18_tap.t
 delete mode 100644 t/19_errors.t
 delete mode 100755 t/21_bom.t
 create mode 100644 t/21_yamlpm_compat.t
 delete mode 100644 t/22_comments.t
 create mode 100644 t/30_yaml_spec_tml.t
 create mode 100644 t/31_local_tml.t
 create mode 100644 t/32_world_tml.t
 create mode 100644 t/README.md
 delete mode 100755 t/data/HTML-WebDAO.yml
 delete mode 100644 t/data/Spreadsheet-Read.yml
 delete mode 100755 t/data/Template-Provider-Unicode-Japanese.yml
 rename t/data/{one.yml => ascii.yml} (100%)
 rename t/data/{sample.yml => latin1.yml} (96%)
 mode change 100755 => 100644
 delete mode 100644 t/data/toolbar.yml
 delete mode 100644 t/data/two.yml
 create mode 100644 t/data/utf_8_bom.yml
 delete mode 100755 t/data/vanilla.yml
 delete mode 100755 t/lib/Test.pm
 create mode 100644 t/lib/TestBridge.pm
 create mode 100644 t/lib/TestML/Tiny.pm
 create mode 100644 t/lib/TestUtils.pm
 create mode 100755 t/tml
 create mode 100644 t/tml-local/dump-error/circular.tml
 create mode 100644 t/tml-local/load-error/document.tml
 create mode 100644 t/tml-local/load-error/scalar.tml
 create mode 100644 t/tml-local/load-error/tag.tml
 create mode 100644 t/tml-local/perl-to-yaml/quoting.tml
 create mode 100644 t/tml-local/yaml-roundtrip/collection.tml
 create mode 100644 t/tml-local/yaml-roundtrip/comment.tml
 create mode 100644 t/tml-local/yaml-roundtrip/document.tml
 create mode 100644 t/tml-local/yaml-roundtrip/mapping.tml
 create mode 100644 t/tml-local/yaml-roundtrip/quoting.tml
 create mode 100644 t/tml-local/yaml-roundtrip/scalar.tml
 create mode 100644 t/tml-local/yaml-roundtrip/sequence.tml
 create mode 100644 t/tml-spec/basic-data.tml
 create mode 100644 t/tml-spec/unicode.tml
 create mode 100644 t/tml-world/Acme-Time-Baby.tml
 create mode 100644 t/tml-world/Data-Swap.tml
 create mode 100644 t/tml-world/Games-Nintendo-Wii-Mii.tml
 create mode 100644 t/tml-world/HTML-WebDAO.tml
 create mode 100644 t/tml-world/ITS-SIN-FIDS-Content-XML.tml
 create mode 100644 t/tml-world/Plagger.tml
 create mode 100644 t/tml-world/Spreadsheet-Read.tml
 create mode 100644 t/tml-world/Template-Provider-Unicode-Japanese.tml
 create mode 100644 t/tml-world/Vanilla-Perl.tml
 create mode 100644 t/tml-world/YAML-Tiny-META.tml
 create mode 100644 t/tml-world/toolbar.tml
 create mode 100644 t/tml-world/yaml_org.tml
 rename {t => xt/author}/00-compile.t (74%)
 create mode 100644 xt/compare/roundtrip.t
 create mode 100644 xt/lib/Test.pm
 delete mode 100644 xt/release/eol.t
 create mode 100644 xt/release/portability.t

-- 
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