[libtest-synopsis-perl] 01/11: Merge tag 'upstream/0.10'

Florian Schlichting fsfs at moszumanska.debian.org
Wed Mar 5 23:03:43 UTC 2014


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

fsfs pushed a commit to branch master
in repository libtest-synopsis-perl.

commit 3156ef11376a7883910c2154cce1a670fe5011f6
Merge: 87bcb77 20153e0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Mar 5 23:44:13 2014 +0100

    Merge tag 'upstream/0.10'
    
    Upstream version 0.10

 .gitignore                            |    5 -
 Changes                               |   68 +-
 INSTALL                               |   44 +
 LICENSE                               |  379 +++++++++
 MANIFEST                              |   70 +-
 META.yml                              |  348 +++++++-
 Makefile.PL                           |   84 +-
 README                                |   26 +-
 README.md                             |  191 +++++
 dist.ini                              |   43 +
 inc/Module/Install.pm                 |  430 ----------
 inc/Module/Install/AuthorTests.pm     |   59 --
 inc/Module/Install/Base.pm            |   78 --
 inc/Module/Install/Can.pm             |   81 --
 inc/Module/Install/Fetch.pm           |   93 ---
 inc/Module/Install/Include.pm         |   34 -
 inc/Module/Install/Makefile.pm        |  268 -------
 inc/Module/Install/Metadata.pm        |  624 ---------------
 inc/Module/Install/Repository.pm      |   88 --
 inc/Module/Install/TestBase.pm        |   29 -
 inc/Module/Install/Win32.pm           |   64 --
 inc/Module/Install/WriteAll.pm        |   60 --
 inc/Spiffy.pm                         |  539 -------------
 inc/Test/Base.pm                      |  684 ----------------
 inc/Test/Base/Filter.pm               |  344 --------
 inc/Test/Builder.pm                   | 1413 ---------------------------------
 inc/Test/Builder/Module.pm            |   81 --
 inc/Test/More.pm                      |  735 -----------------
 lib/Test/Synopsis.pm                  |  261 +++++-
 t/00-compile.t                        |   50 ++
 t/00_compile.t                        |    4 -
 t/01-fail-if-SYNOPSIS-has-errors.t    |   13 +
 t/02-END-token-errors.t               |   13 +
 t/{nopod.t => 03-end-in-pod.t}        |    2 +-
 t/{nopod.t => 04-HEREDOC.t}           |    2 +-
 t/05-multi-files-clash.t              |    8 +
 t/{for.t => 06-for.t}                 |    0
 t/{nopod.t => 07-nopod.t}             |    0
 t/{nopod.t => 08-plain-text-in-pod.t} |    2 +-
 t/09-synopsis.t                       |    4 +
 t/10-in-pod-skip.t                    |    5 +
 t/{nopod.t => 11-DATA-in-pod.t}       |    2 +-
 t/12-DATA-token-errors.t              |   13 +
 t/lib/BrokenSYNOPSIS01.pm             |   24 +
 t/lib/ENDInPod.pm                     |   32 +
 t/lib/ENDInPodWithError.pm            |   34 +
 t/lib/NoPod.pm                        |    2 +-
 t/lib/PlainTextInPod.pm               |   34 +
 t/lib/Test03.pm                       |   19 +
 t/lib/Test03Other.pm                  |   22 +
 t/lib/Test04HEREDOC.pm                |   21 +
 t/lib/Test10HEREDOC.pm                |   21 +
 t/lib/Test10InPodSkipWithBegin.pm     |   19 +
 t/lib/Test11DATAInPod.pm              |   32 +
 t/lib/Test12DATAInPodWithError.pm     |   32 +
 t/synopsis.t                          |    4 -
 xt/author/pod-spell.t                 |   30 +
 xt/author/test-eol.t                  |    8 +
 xt/perlcritic.t                       |    5 -
 xt/pod.t                              |    4 -
 xt/podspell.t                         |    9 -
 xt/release/cpan-changes.t             |   11 +
 xt/release/dist-manifest.t            |    8 +
 xt/release/distmeta.t                 |    8 +
 xt/release/kwalitee.t                 |   11 +
 xt/release/minimum-version.t          |    8 +
 xt/release/mojibake.t                 |   12 +
 xt/release/no-tabs.t                  |   14 +
 xt/release/pod-coverage.t             |   14 +
 xt/release/pod-syntax.t               |    8 +
 xt/release/portability.t              |   11 +
 xt/release/synopsis.t                 |    8 +
 xt/release/test-version.t             |   22 +
 xt/release/unused-vars.t              |    8 +
 74 files changed, 2000 insertions(+), 5836 deletions(-)

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



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