[libtest-simple-perl] branch master updated (e544ab7 -> 6046452)

Damyan Ivanov dmn at moszumanska.debian.org
Sat Jun 13 19:17:16 UTC 2015


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  e544ab7   releasing package libtest-simple-perl version 1.001008-1
      adds  e7fc70a   Imported Upstream version 1.001014
       new  b6fbcf1   Merge tag 'upstream/1.001014'
       new  8128a92   update debian/copyright
       new  d5549f5   Patch POD encoding declaration of lib/ok.pm
       new  6046452   releasing package libtest-simple-perl version 1.001014-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                           |  20 ++
 MANIFEST                          |  20 +-
 MANIFEST.SKIP                     |   2 +
 META.json                         |   2 +-
 META.yml                          |   2 +-
 debian/changelog                  |   9 +
 debian/copyright                  |  29 ++
 debian/patches/pod-encoding.patch |  24 ++
 debian/patches/series             |   1 +
 lib/Test/Builder.pm               |  11 +-
 lib/Test/Builder/IO/Scalar.pm     |   2 +-
 lib/Test/Builder/Module.pm        |   4 +-
 lib/Test/Builder/Tester.pm        |   4 +-
 lib/Test/Builder/Tester/Color.pm  |   2 +-
 lib/Test/More.pm                  |   2 +-
 lib/Test/Simple.pm                |   2 +-
 lib/Test/Tester.pm                | 652 ++++++++++++++++++++++++++++++++++++++
 lib/Test/Tester/Capture.pm        | 231 ++++++++++++++
 lib/Test/Tester/CaptureRunner.pm  |  76 +++++
 lib/Test/Tester/Delegate.pm       |  32 ++
 lib/Test/use/ok.pm                |  62 ++++
 lib/ok.pm                         |  47 +++
 t/01-basic.t                      |   5 +
 t/478-cmp_ok_hash.t               |  41 +++
 t/MyTest.pm                       |  15 +
 t/SmallTest.pm                    |  35 ++
 t/auto.t                          |  30 ++
 t/capture.t                       |  32 ++
 t/check_tests.t                   | 117 +++++++
 t/depth.t                         |  31 ++
 t/exit.t                          |   3 +-
 t/pod-coverage.t                  |  27 --
 t/pod.t                           |   6 -
 t/run_test.t                      | 145 +++++++++
 t/subtest/die.t                   |   2 +-
 t/xxx-changes_updated.t           |  20 ++
 xt/downstream.t                   |  61 ++++
 xt/downstream_dists.list          |  81 +++++
 38 files changed, 1835 insertions(+), 52 deletions(-)
 create mode 100644 debian/patches/pod-encoding.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/Test/Tester.pm
 create mode 100644 lib/Test/Tester/Capture.pm
 create mode 100644 lib/Test/Tester/CaptureRunner.pm
 create mode 100644 lib/Test/Tester/Delegate.pm
 create mode 100644 lib/Test/use/ok.pm
 create mode 100644 lib/ok.pm
 create mode 100644 t/01-basic.t
 create mode 100644 t/478-cmp_ok_hash.t
 create mode 100644 t/MyTest.pm
 create mode 100644 t/SmallTest.pm
 create mode 100644 t/auto.t
 create mode 100644 t/capture.t
 create mode 100644 t/check_tests.t
 create mode 100644 t/depth.t
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t
 create mode 100644 t/run_test.t
 create mode 100644 t/xxx-changes_updated.t
 create mode 100644 xt/downstream.t
 create mode 100644 xt/downstream_dists.list

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