[libyaml-perl] 01/07: Merge tag 'upstream/0.90'

gregor herrmann gregoa at debian.org
Fri May 16 11:44:18 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 524b64f9f40a99061745233af711587ed0793fcd
Merge: a515a95 f4870a1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 16 13:33:19 2014 +0200

    Merge tag 'upstream/0.90'
    
    Upstream version 0.90

 Changes                          |  748 ++++++-----------
 LICENSE                          |   28 +-
 MANIFEST                         |   34 +-
 META.yml                         |   32 +-
 Makefile.PL                      |   50 +-
 README                           |   22 +-
 inc/Module/Install.pm            |  470 -----------
 inc/Module/Install/Base.pm       |   83 --
 inc/Module/Install/Can.pm        |  154 ----
 inc/Module/Install/Fetch.pm      |   93 ---
 inc/Module/Install/GithubMeta.pm |   57 --
 inc/Module/Install/Include.pm    |   34 -
 inc/Module/Install/Makefile.pm   |  418 ----------
 inc/Module/Install/Metadata.pm   |  722 -----------------
 inc/Module/Install/Package.pm    |  323 --------
 inc/Module/Install/Win32.pm      |   64 --
 inc/Module/Install/WriteAll.pm   |   63 --
 inc/Module/Package.pm            |   71 --
 inc/Spiffy.pm                    |  569 ++++++++++++-
 inc/Test/Base.pm                 |  700 +++++++++++++++-
 inc/Test/Base/Filter.pm          |  301 ++++++-
 inc/Test/Builder.pm              | 1633 --------------------------------------
 inc/Test/Builder/Module.pm       |   73 --
 inc/Test/More.pm                 |  762 ------------------
 lib/Test/YAML.pm                 |   16 +-
 lib/YAML.pm                      |   29 +-
 lib/YAML/Any.pm                  |    8 +-
 lib/YAML/Dumper.pm               |   30 +-
 lib/YAML/Dumper/Base.pm          |    9 +-
 lib/YAML/Error.pm                |   17 +-
 lib/YAML/Loader.pm               |   66 +-
 lib/YAML/Loader/Base.pm          |    7 +-
 lib/YAML/Marshall.pm             |   11 +-
 lib/YAML/Mo.pm                   |    3 +-
 lib/YAML/Node.pm                 |   30 +-
 lib/YAML/Tag.pm                  |   11 +-
 lib/YAML/Types.pm                |   25 +-
 t/2-scalars.t                    |    5 +-
 t/TestYAML.pm                    |    3 +-
 t/basic-tests.t                  |    2 +-
 t/bugs-emailed.t                 |   98 +--
 t/bugs-rt.t                      |    2 +-
 t/dump-file-utf8.t               |    3 +-
 t/dump-file.t                    |    5 +-
 t/dump-opts.t                    |    2 +-
 t/dump-synopsis.t                |   21 +
 t/dump-tests.t                   |   22 +-
 t/errors.t                       |   32 +-
 t/export.t                       |    3 +-
 t/freeze-thaw.t                  |    3 +-
 t/global-api.t                   |    3 +-
 t/inbox.t                        |    2 +-
 t/load-passes.t                  |    6 +-
 t/load-slides.t                  |   18 +-
 t/load-spec.t                    |    6 +-
 t/load-tests.t                   |   12 +-
 t/references.t                   |    1 +
 t/regexp.t                       |   10 +-
 t/release-pod-syntax.t           |   16 +
 t/rt-90593.t                     |   21 +
 xt/meta.t                        |   27 +
 xt/pmv.t                         |   32 +
 xt/pod.t                         |   32 +
 63 files changed, 2270 insertions(+), 5883 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