[libyaml-perl] branch master updated (e3d17e0 -> e3528ef)

gregor herrmann gregoa at debian.org
Wed Nov 1 16:37:22 UTC 2017


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

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

      from  e3d17e0   releasing package libyaml-perl version 1.21-1
      adds  4999b69   Loader: Numify numbers
      adds  a37fc0d   CPAN Release 1.22
      adds  ba81d06   Fix $YAML::Numify (empty values were converted to 0)
      adds  a8d33fd   CPAN Release 1.23
      adds  d5867a0   stop claiming Load/DumpCode can be coderefs when they can't
      adds  b59b9a2   test UseCode in block mode
      adds  cc32163   zap unused var
      adds  e347918   do not both _parse_inline AND _parse_explicit
      adds  b081111   strict Deparses differently across perl versions
      adds  9d9ee36   CPAN Release 1.23_003
      adds  4220ed0   CPAN Release 1.24
      adds  2e95bb5   New upstream version 1.24
       new  de6a6d3   Update upstream source from tag 'upstream/1.24'
       new  92bd37c   Update debian/changelog
       new  42c71da   Refresh ysh-location.patch (offset).
       new  e536e30   Update years of upstream and packaging copyright.
       new  ee8b870   Declare compliance with Debian Policy 4.1.1.
       new  e3528ef   releasing package libyaml-perl version 1.24-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                      |  2 +-
 Changes                           |  9 +++++++++
 LICENSE                           |  6 +++---
 MANIFEST                          |  4 +++-
 META.json                         |  6 +++---
 META.yml                          |  6 +++---
 Makefile.PL                       |  4 ++--
 README                            | 22 +++++++++-------------
 debian/changelog                  |  9 +++++++++
 debian/control                    |  2 +-
 debian/copyright                  |  4 ++--
 debian/patches/ysh-location.patch |  4 ++--
 lib/YAML.pm                       |  5 +++--
 lib/YAML.pod                      | 21 +++++++++------------
 lib/YAML/Any.pm                   |  2 +-
 lib/YAML/Any.pod                  |  2 +-
 lib/YAML/Dumper.pod               |  2 +-
 lib/YAML/Dumper/Base.pod          |  2 +-
 lib/YAML/Error.pod                |  2 +-
 lib/YAML/Loader.pm                | 10 ++++++++--
 lib/YAML/Loader.pod               |  2 +-
 lib/YAML/Loader/Base.pm           |  4 +++-
 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/bugs-rt.t                       | 19 +------------------
 t/load-code.t                     | 21 +++++++++++++++++++++
 t/numify.t                        | 30 ++++++++++++++++++++++++++++++
 30 files changed, 133 insertions(+), 77 deletions(-)
 create mode 100644 t/load-code.t
 create mode 100644 t/numify.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