[libtest-simple-perl] branch master updated (9f9e73f -> 14303c4)

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

      from  9f9e73f   Remove trailing whitespace
      adds  bfd9d2b   Imported Upstream version 0.99
       new  0a86b6f   Merge tag 'upstream/0.99'
       new  e80f6a7   new upstream release
       new  7936333   drop perl5.18.tests patch, no longer needed
       new  14303c4   releasing package libtest-simple-perl version 0.99-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                                            |   95 ++++++
 MANIFEST                                           |   10 +-
 META.json                                          |   56 ++++
 META.yml                                           |   51 +--
 Makefile.PL                                        |   20 +-
 debian/changelog                                   |    7 +
 debian/patches/perl5.18.tests                      |   72 -----
 debian/patches/series                              |    1 -
 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 +-
 .../{too_few.plx => missing_done_testing.plx}      |    5 +-
 ...{too_few_fail.plx => one_fail_without_plan.plx} |    6 +-
 t/{ => subtest}/bail_out.t                         |   28 +-
 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 +++--
 34 files changed, 918 insertions(+), 481 deletions(-)
 create mode 100644 META.json
 delete mode 100644 debian/patches/perl5.18.tests
 delete mode 100644 debian/patches/series
 create mode 100644 t/Tester/tbt_08subtest.t
 create mode 100644 t/Tester/tbt_09do.t
 create mode 100644 t/Tester/tbt_09do_script.pl
 copy t/lib/Test/Simple/sample_tests/{too_few.plx => missing_done_testing.plx} (74%)
 copy t/lib/Test/Simple/sample_tests/{too_few_fail.plx => one_fail_without_plan.plx} (71%)
 copy t/{ => subtest}/bail_out.t (56%)
 create mode 100644 t/subtest/threads.t

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