[libtest-simple-perl] 01/04: Merge tag 'upstream/0.99'

Damyan Ivanov dmn at alioth.debian.org
Fri Oct 18 19:06:58 UTC 2013


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

dmn pushed a commit to branch master
in repository libtest-simple-perl.

commit 0a86b6f0177768488c5e494c944e4b915cf44fe1
Merge: 9f9e73f bfd9d2b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Oct 18 18:37:47 2013 +0000

    Merge tag 'upstream/0.99'
    
    Upstream version 0.99

 Changes                                            |   95 ++++++
 MANIFEST                                           |   10 +-
 META.json                                          |   56 ++++
 META.yml                                           |   51 +--
 Makefile.PL                                        |   20 +-
 lib/Test/Builder.pm                                |  170 +++++++---
 lib/Test/Builder/Module.pm                         |    4 +-
 lib/Test/Builder/Tester.pm                         |   27 +-
 lib/Test/Builder/Tester/Color.pm                   |    2 +-
 lib/Test/More.pm                                   |  324 +++++++++++++-------
 lib/Test/Simple.pm                                 |    4 +-
 lib/Test/Tutorial.pod                              |  206 +++++++------
 t/Tester/tbt_08subtest.t                           |   16 +
 t/Tester/tbt_09do.t                                |   21 ++
 t/Tester/tbt_09do_script.pl                        |   13 +
 t/cmp_ok.t                                         |   41 ++-
 t/dependents.t                                     |    1 -
 t/exit.t                                           |    2 +
 t/fail-more.t                                      |   66 ++--
 t/is_deeply_fail.t                                 |   14 +-
 t/lib/Test/Builder/NoOutput.pm                     |   15 +-
 .../Simple/sample_tests/missing_done_testing.plx   |    8 +
 .../Simple/sample_tests/one_fail_without_plan.plx  |    8 +
 t/subtest/bail_out.t                               |   59 ++++
 t/subtest/basic.t                                  |    5 -
 t/subtest/line_numbers.t                           |    5 +
 t/subtest/predicate.t                              |   12 +-
 t/subtest/threads.t                                |   25 ++
 t/subtest/todo.t                                   |    1 +
 t/undef.t                                          |    2 +-
 t/use_ok.t                                         |   72 +++--
 31 files changed, 962 insertions(+), 393 deletions(-)

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



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