[libyaml-perl] branch master updated (8f79a5c -> 883d597)

gregor herrmann gregoa at debian.org
Sun Nov 1 15:25:06 UTC 2015


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

gregoa pushed a change to branch master
in repository libyaml-perl.

      from  8f79a5c   releasing package libyaml-perl version 1.13-1
      adds  00d53c6   Add $YAML::QuoteNumericStrings  setting.
      adds  bd5c2a1   Plan should be 6, not 11
      adds  d11e553   CPAN Release 1.14
      adds  36ef1fa   CPAN Release 1.15
      adds  eb2e565   Imported Upstream version 1.15
       new  4715630   Merge tag 'upstream/1.15'
       new  6357e76   Update debian/changelog
       new  70ae7a2   Refresh ysh-location.patch (offset).
       new  db01acc   Update years of upstream and packaging copyright.
       new  4e93ead   Bump debhelper compatibility level to 9.
       new  883d597   releasing package libyaml-perl version 1.15-1

The 6 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                      |  11 +-
 Changes                           |   8 +
 LICENSE                           |   6 +-
 MANIFEST                          |   4 +-
 META.json                         |  10 +-
 META.yml                          |   8 +-
 Makefile.PL                       |  12 +-
 README                            | 760 +++++++++++++++++++++-----------------
 debian/changelog                  |   9 +
 debian/compat                     |   2 +-
 debian/control                    |   2 +-
 debian/copyright                  |   4 +-
 debian/patches/ysh-location.patch |   4 +-
 lib/YAML.pm                       |   2 +-
 lib/YAML.pod                      |  38 +-
 lib/YAML/Any.pm                   |   2 +-
 lib/YAML/Any.pod                  |   2 +-
 lib/YAML/Dumper.pm                |  18 +
 lib/YAML/Dumper.pod               |   2 +-
 lib/YAML/Dumper/Base.pm           |   3 +
 lib/YAML/Dumper/Base.pod          |   2 +-
 lib/YAML/Error.pm                 |   2 -
 lib/YAML/Error.pod                |   2 +-
 lib/YAML/Loader.pm                |   4 +-
 lib/YAML/Loader.pod               |   2 +-
 lib/YAML/Loader/Base.pod          |   2 +-
 lib/YAML/Marshall.pod             |   2 +-
 lib/YAML/Node.pod                 |   2 +-
 lib/YAML/Tag.pod                  |   2 +-
 lib/YAML/Types.pod                |   2 +-
 t/000-compile-modules.t           |   2 +
 t/dump-nested.t                   |   2 +-
 t/dump-stringy-numbers.t          |  41 ++
 t/errors.t                        |  11 +-
 t/issue-149.t                     |  10 +
 35 files changed, 578 insertions(+), 417 deletions(-)
 create mode 100644 t/dump-stringy-numbers.t
 create mode 100644 t/issue-149.t

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



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