[libtest-simple-perl] branch master updated (20ee97a -> b8964a1)

gregor herrmann gregoa at debian.org
Tue Jun 20 22:12:00 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest-simple-perl.

      from  20ee97a   releasing package libtest-simple-perl version 1.302075-1
      adds  77ba3f6   Automated Version Bump
      adds  1b4514c   [PATCH] Use File::Spec->catfile() in Test2's Files.t test.
      adds  9b96af7   TO_JSON should not include the plugin meta data
      adds  68775db   Reset inside subtest maintains parent
      adds  1602063   Update Changes
      adds  9903f61   v1.302076
      adds  d5a3a2f   Automated Version Bump
      adds  e5bbf57   Improve the fix to #637
      adds  bf6a521   Test::More::Prefix is fixed as of 0.007
      adds  3a9cbe2   Merge pull request #761 from ilmari/test-more-prefix
      adds  b9c8b09   Move diag newline to TAP formatter
      adds  11e7df2   Update Changes
      adds  cd2efd1   v1.302077
      adds  d6a2fc7   Automated Version Bump
      adds  231bf6c   Update Changes
      adds  0afb323   v1.302078
      adds  1079cfa   Automated Version Bump
      adds  fa0526b   remove invalid link
      adds  e1e9d35   Merge pull request #764 from haarg/no-level-link
      adds  281c919   Fix tests broken by . removal from @INC
      adds  a7cfdde   v1.302079
      adds  589f7e4   Automated Version Bump
      adds  1721cf9   Add a timeout for IPC waiting
      adds  e41277b   Fix bug in ipc wait test
      adds  ff6910b   Fix issue localizing absent signal
      adds  7ca36e0   Merge pull request #769 from Test-More/fix_sigsys
      adds  d4b385a   Fix outdated docs
      adds  82cc7da   Update copyright
      adds  65d3c0b   Remove Info event
      adds  5b536dd   Show buffered subtests when there is a bail-out
      adds  2209cf0   v1.302080
      adds  4caf091   Automated Version Bump
      adds  70fb6dc   Fix threads timeout on old perl
      adds  fda08fe   v1.302081
      adds  ce784a3   Automated Version Bump
      adds  5a4e420   Fix test that incorrectly called private function as method
      adds  97e8e77   v1.302082
      adds  94062ed   Automated Version Bump
      adds  ed11672   Update breakage information
      adds  128696d   v1.302083
      adds  f709f26   Automated Version Bump
      adds  a466dd3   Make it possible to get original STDERR and STDOUT
      adds  4a2342a   Make it possible to reset the IO handles
      adds  6f73d38   Update Changes
      adds  6781f28   v1.302084
      adds  b59aa68   Automated Version Bump
      adds  05f898e   Update Changes
      adds  058008c   v1.302085
      adds  4d9885d   New upstream version 1.302085
       new  61fd69c   Updated version 1.302085 from 'upstream/1.302085'
       new  f119b42   Update debian/changelog
       new  7e10e2f   Declare compliance with Debian Policy 4.0.0.
       new  b8964a1   update changelog

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                                 |  46 ++++++++++++
 MANIFEST                                |   7 +-
 META.json                               |   6 +-
 META.yml                                |   6 +-
 Makefile.PL                             |   4 +-
 README                                  |   2 +-
 README.md                               |   2 +-
 debian/changelog                        |  10 +++
 debian/control                          |   2 +-
 lib/Test/Builder.pm                     |  20 ++---
 lib/Test/Builder/Formatter.pm           |   4 +-
 lib/Test/Builder/Module.pm              |   2 +-
 lib/Test/Builder/Tester.pm              |   2 +-
 lib/Test/Builder/Tester/Color.pm        |   2 +-
 lib/Test/Builder/TodoDiag.pm            |   4 +-
 lib/Test/More.pm                        |   2 +-
 lib/Test/Simple.pm                      |   2 +-
 lib/Test/Tester.pm                      |   2 +-
 lib/Test/Tester/Capture.pm              |   2 +-
 lib/Test/Tester/CaptureRunner.pm        |   2 +-
 lib/Test/Tester/Delegate.pm             |   2 +-
 lib/Test/use/ok.pm                      |   2 +-
 lib/Test2.pm                            |   4 +-
 lib/Test2/API.pm                        |  51 +++++++++++--
 lib/Test2/API/Breakage.pm               |   8 +-
 lib/Test2/API/Context.pm                |  40 ++--------
 lib/Test2/API/Instance.pm               |  90 +++++++++++++++-------
 lib/Test2/API/Stack.pm                  |   4 +-
 lib/Test2/Event.pm                      |  28 +------
 lib/Test2/Event/Bail.pm                 |   6 +-
 lib/Test2/Event/Diag.pm                 |   4 +-
 lib/Test2/Event/Encoding.pm             |   4 +-
 lib/Test2/Event/Exception.pm            |   4 +-
 lib/Test2/Event/Generic.pm              |   4 +-
 lib/Test2/Event/Info.pm                 | 127 --------------------------------
 lib/Test2/Event/Note.pm                 |   4 +-
 lib/Test2/Event/Ok.pm                   |   9 +--
 lib/Test2/Event/Plan.pm                 |   4 +-
 lib/Test2/Event/Skip.pm                 |   4 +-
 lib/Test2/Event/Subtest.pm              |   4 +-
 lib/Test2/Event/TAP/Version.pm          |   4 +-
 lib/Test2/Event/Waiting.pm              |   4 +-
 lib/Test2/Formatter.pm                  |   4 +-
 lib/Test2/Formatter/TAP.pm              |  29 +++++---
 lib/Test2/Hub.pm                        |  20 ++++-
 lib/Test2/Hub/Interceptor.pm            |   4 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   4 +-
 lib/Test2/Hub/Subtest.pm                |  11 ++-
 lib/Test2/IPC.pm                        |   4 +-
 lib/Test2/IPC/Driver.pm                 |   4 +-
 lib/Test2/IPC/Driver/Files.pm           |   4 +-
 lib/Test2/Tools/Tiny.pm                 |   4 +-
 lib/Test2/Transition.pod                |  18 ++---
 lib/Test2/Util.pm                       |  46 +++++++++++-
 lib/Test2/Util/ExternalMeta.pm          |   4 +-
 lib/Test2/Util/HashBase.pm              |   2 +-
 lib/Test2/Util/Trace.pm                 |   4 +-
 lib/ok.pm                               |   2 +-
 t/Legacy/Tester/tbt_09do.t              |   2 +-
 t/Legacy/subtest/do.t                   |   2 +-
 t/Test2/behavior/ipc_wait_timeout.t     |  73 ++++++++++++++++++
 t/Test2/behavior/subtest_bailout.t      |  39 ++++++++++
 t/Test2/modules/API/Context.t           |  19 +----
 t/Test2/modules/API/Instance.t          |  10 ++-
 t/Test2/modules/Event/Info.t            |  51 -------------
 t/Test2/modules/Formatter/TAP.t         |  14 ++++
 t/Test2/modules/IPC/Driver/Files.t      |   8 +-
 t/Test2/modules/Util.t                  |  19 +++++
 t/regression/696-intercept_skip_all.t   |   2 +-
 t/regression/757-reset_in_subtest.t     |  20 +++++
 70 files changed, 540 insertions(+), 423 deletions(-)
 delete mode 100644 lib/Test2/Event/Info.pm
 create mode 100644 t/Test2/behavior/ipc_wait_timeout.t
 create mode 100644 t/Test2/behavior/subtest_bailout.t
 delete mode 100644 t/Test2/modules/Event/Info.t
 create mode 100644 t/regression/757-reset_in_subtest.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