[libtest-script-perl] 03/12: Merge tag 'upstream/1.10'

Florian Schlichting fsfs at moszumanska.debian.org
Sun Aug 23 14:04:42 UTC 2015


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

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

commit 01b477d87eadcbe7fa9560f1a0ff89445ba5f8ad
Merge: bf1fe71 51f2b6a
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Aug 22 15:17:40 2015 +0200

    Merge tag 'upstream/1.10'
    
    Upstream version 1.10

 Changes                          |  72 +++--
 INSTALL                          |  43 +++
 LICENSE                          | 669 ++++++++++++++++++++-------------------
 MANIFEST                         |  40 ++-
 META.json                        |  59 ++++
 META.yml                         |  46 +--
 Makefile.PL                      |  79 ++++-
 README                           | 172 ++++++++--
 cpanfile                         |  20 ++
 dist.ini                         |  43 +++
 inc/Module/Install.pm            | 430 -------------------------
 inc/Module/Install/Base.pm       |  78 -----
 inc/Module/Install/Can.pm        |  81 -----
 inc/Module/Install/DSL.pm        |  92 ------
 inc/Module/Install/Fetch.pm      |  93 ------
 inc/Module/Install/Makefile.pm   | 268 ----------------
 inc/Module/Install/Metadata.pm   | 624 ------------------------------------
 inc/Module/Install/Win32.pm      |  64 ----
 inc/Module/Install/WriteAll.pm   |  60 ----
 lib/Test/Script.pm               | 547 +++++++++++++++++++++++---------
 t/00_diag.t                      |  91 ++++++
 t/00_diag.txt                    |   9 +
 t/00_diag2.t                     |  17 +
 t/01_compile.t                   |  10 +-
 t/02_compiles_good.t             |  32 +-
 t/03_compiles_bad.t              |  43 ++-
 t/04_runs_good.t                 |  32 +-
 t/05_runs_bad.t                  |  38 +--
 t/06_exception.t                 |  36 +++
 t/07_signal.t                    |  31 ++
 t/08_trap_exit_or_signal.t       |  26 ++
 t/09_capture_output.t            | 231 ++++++++++++++
 t/97_meta.t                      |  27 --
 t/98_pod.t                       |  32 --
 t/99_pmv.t                       |  32 --
 t/bin/bad.pl                     |   2 +-
 t/bin/print.pl                   |   2 +
 t/bin/signal.pl                  |   3 +
 xt/release/eol.t                 |  14 +
 xt/release/fixme.t               |  19 ++
 xt/release/no_tabs.t             |  15 +
 xt/release/pod.t                 |  15 +
 xt/release/pod_coverage.t        |  72 +++++
 xt/release/pod_spelling_common.t |  27 ++
 xt/release/pod_spelling_system.t | 101 ++++++
 xt/release/release.yml           |  26 ++
 xt/release/version.t             |  44 +++
 47 files changed, 2053 insertions(+), 2554 deletions(-)

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



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