[libyaml-tiny-perl] branch master updated (3beed50 -> 7410ab2)

Salvatore Bonaccorso carnil at debian.org
Thu Aug 13 09:53:37 UTC 2015


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  3beed50   New upstream release, ready for review
      adds  1395dbe   increment $VERSION after release
      adds  d82f891   Skip PR branches for `git-hub` on travis
      adds  b28ef58   Quote all the version numbers
      adds  a658246   bump File::Temp prereq to 0.19
      adds  e09e1ae   only warn on duplicate hash keys, rather than erroring
      adds  ef95526   YAML-Tiny-1.67
      adds  695a648   increment $VERSION after release
      adds  7627f25   hardcode the distribution name in Changes, to reduce churn on each release
      adds  27dc553   adjust the spacing in Changes for better alignment
      adds  aa8557b   use travis container infrastructure
      adds  5b20412   emulate subtest to drop minimum Test::More to 0.88
      adds  54aa49e   Changes entry for Test::More change
      adds  0622868   include the version of the JSON backend in the diagnostic message
      adds  b10b1dc   do not print to stderr unnecessarily
      adds  9544a0d   use a more specific link
      adds  f798cf3   YAML-Tiny-1.68-TRIAL
      adds  c96af81   increment $VERSION after 1.68 release
      adds  cc5324e   changelog for 1.69
      adds  66bd9a5   YAML-Tiny-1.69
      adds  020866c   Imported Upstream version 1.69
       new  1e1a846   Merge tag 'upstream/1.69'
       new  98aa9ff   Update debian/changelog
       new  54430ad   Drop explicit alternative (versioned) Build-Depends-Indep for Test::More
       new  7410ab2   Prepare changelog for release

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:
 CONTRIBUTING                      |   4 +-
 Changes                           |  56 +++++---
 MANIFEST                          |   7 +-
 META.json                         | 269 ++++++++++++++++++++++----------------
 META.yml                          | 210 ++++++++++++++++-------------
 Makefile.PL                       |  10 +-
 README                            |   4 +-
 debian/changelog                  |  10 ++
 debian/control                    |   1 -
 dist.ini                          |   1 +
 lib/YAML/Tiny.pm                  |   6 +-
 t/00-report-prereqs.dd            |  26 ++--
 t/01_api.t                        |   3 +-
 t/01_compile.t                    |   2 +-
 t/10_read.t                       |   3 +-
 t/11_read_string.t                |   3 +-
 t/12_write.t                      |   3 +-
 t/13_write_string.t               |   3 +-
 t/20_subclass.t                   |   2 +-
 t/21_yamlpm_compat.t              |   2 +-
 t/30_yaml_spec_tml.t              |   7 +-
 t/31_local_tml.t                  |   2 +-
 t/32_world_tml.t                  |   2 +-
 t/README.md                       |  12 +-
 t/lib/SubtestCompat.pm            |  66 ++++++++++
 t/lib/TestBridge.pm               |   9 +-
 t/lib/TestML/Tiny.pm              |   2 +-
 t/tml                             |   4 +-
 xt/author/00-compile.t            |   5 +-
 xt/author/eol.t                   |  20 ++-
 xt/{release => author}/kwalitee.t |   0
 xt/author/mojibake.t              |   9 ++
 xt/author/no-tabs.t               |   7 +-
 xt/release/changes_has_content.t  |   2 +-
 xt/release/mojibake.t             |  12 --
 35 files changed, 491 insertions(+), 293 deletions(-)
 create mode 100644 t/lib/SubtestCompat.pm
 rename xt/{release => author}/kwalitee.t (100%)
 create mode 100644 xt/author/mojibake.t
 delete mode 100644 xt/release/mojibake.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