[libyaml-perl] branch master updated (d7c9cb9 -> df247e7)

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

      from  d7c9cb9   releasing package libyaml-perl version 0.92-1
      adds  3106679   Imported Upstream version 0.93
       new  b7fa186   Merge tag 'upstream/0.93'
       new  0e8bdcb   New upstream release.
       new  00c0843   Refresh ysh-location.patch.
       new  df247e7   releasing package libyaml-perl version 0.93-1

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:
 Changes                           |   6 +
 MANIFEST                          |   9 +-
 META.yml                          |   4 +-
 Makefile.PL                       |   6 +-
 README                            |  31 +-
 debian/changelog                  |   7 +
 debian/patches/ysh-location.patch |  20 +-
 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 +-
 63 files changed, 989 insertions(+), 825 deletions(-)
 create mode 100644 lib/YAML.pod
 rename t/{Base.pm => TestYAMLBase.pm} (86%)
 rename {xt => t/extra}/meta.t (100%)
 rename {xt => t/extra}/pmv.t (100%)
 rename {xt => t/extra}/pod.t (100%)

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