[libyaml-perl] 01/04: Merge tag 'upstream/0.93'

gregor herrmann gregoa at debian.org
Sat Jun 14 13:14:49 UTC 2014


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

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

commit b7fa186e33a4fd5717bef14f3179273030c9416d
Merge: d7c9cb9 3106679
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 14 15:07:46 2014 +0200

    Merge tag 'upstream/0.93'
    
    Upstream version 0.93

 Changes                        |   6 +
 MANIFEST                       |   9 +-
 META.yml                       |   4 +-
 Makefile.PL                    |   6 +-
 README                         |  31 +-
 lib/Test/YAML.pm               |   4 +-
 lib/YAML.pm                    | 714 +----------------------------------------
 lib/YAML.pod                   | 705 ++++++++++++++++++++++++++++++++++++++++
 lib/YAML/Any.pm                |   4 +-
 lib/YAML/Dumper.pm             |   2 +-
 lib/YAML/Dumper/Base.pm        |   2 +-
 lib/YAML/Error.pm              |   4 +-
 lib/YAML/Loader.pm             |   6 +-
 lib/YAML/Loader/Base.pm        |   2 +-
 lib/YAML/Marshall.pm           |   2 +-
 lib/YAML/Mo.pm                 |   2 +-
 lib/YAML/Node.pm               |   8 +-
 lib/YAML/Tag.pm                |   2 +-
 lib/YAML/Types.pm              |  14 +-
 t/2-scalars.t                  |  13 +-
 t/TestYAML.pm                  |   2 +-
 t/{Base.pm => TestYAMLBase.pm} |   2 +-
 t/basic-tests.t                |   6 +-
 t/bugs-emailed.t               |   6 +-
 t/bugs-rt.t                    |   6 +-
 t/changes.t                    |   6 +-
 t/dump-basics.t                |   6 +-
 t/dump-blessed.t               |  10 +-
 t/dump-code.t                  |   6 +-
 t/dump-file-utf8.t             |  10 +-
 t/dump-file.t                  |  10 +-
 t/dump-nested.t                |   6 +-
 t/dump-opts.t                  |   6 +-
 t/dump-perl-types-512.t        |   6 +-
 t/dump-perl-types-514.t        |   6 +-
 t/dump-perl-types.t            |   6 +-
 t/dump-stringify.t             |   6 +-
 t/dump-tests-512.t             |   6 +-
 t/dump-tests-514.t             |   6 +-
 t/dump-tests.t                 |   6 +-
 t/dump-works.t                 |   6 +-
 t/errors.t                     |   6 +-
 t/export.t                     |   6 +-
 {xt => t/extra}/meta.t         |   0
 {xt => t/extra}/pmv.t          |   0
 {xt => t/extra}/pod.t          |   0
 t/freeze-thaw.t                |   6 +-
 t/global-api.t                 |   6 +-
 t/inbox.t                      |   6 +-
 t/load-fails.t                 |   6 +-
 t/load-passes.t                |   6 +-
 t/load-slides.t                |   6 +-
 t/load-spec.t                  |   6 +-
 t/load-tests.t                 |   6 +-
 t/load-works.t                 |   6 +-
 t/marshall.t                   |  18 +-
 t/node-info.t                  |   6 +-
 t/pugs-objects.t               |   6 +-
 t/regexp.t                     |   6 +-
 t/svk.t                        |   9 +-
 t/test.t                       |   6 +-
 61 files changed, 972 insertions(+), 815 deletions(-)

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