[libtest-simple-perl] branch master updated (679fb87 -> 6c79c70)

gregor herrmann gregoa at debian.org
Mon Nov 20 19:41:52 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  679fb87   releasing package libtest-simple-perl version 1.302106-1
      adds  adbdfff   Automated Version Bump
      adds  8f0138b   Make tests work under yath
      adds  7aefe8b   First shot at implementation
      adds  dcc159b   Corrected spelling errors
      adds  26de323   Corrected a minor bug related to scope, resulting in excessive diagnostic test output
      adds  50e23dc   Merge pull request #797 from jonasbn/check_test_regexp_diag_test
      adds  ad7cbe3   Merge branch 'master' into check_test_regexp_diag_test
      adds  722751c   Merge pull request #798 from jonasbn/check_test_regexp_diag_test
      adds  7a662ef   Updat eChanges
      adds  b07074c   v1.302107
      adds  f7a5f3a   Automated Version Bump
      adds  ee6540c   Fix #799 - apply p5p patch for test
      adds  75db5d2   v1.302108
      adds  a469c9e   Automated Version Bump
      adds  73ff784   Fix test that could fail if Fake.pm is present
      adds  1f7fd56   MAke an IPC test a bit less flaky
      adds  a15f83a   Make it so that check-breaks cannot fail
      adds  b342c9f   Add debugging
      adds  1750b2a   v1.302109
      adds  2b98cd3   Automated Version Bump
      adds  2a0a81e   Fix test I just broke for older perls
      adds  d5b317d   v1.302110
      adds  86b61c5   Automated Version Bump
      adds  66501d4   Remove debugging
      adds  09c324e   v1.302111
      adds  f20d994   Automated Version Bump
      adds  cc002dc   Fix test on threaded 5.8
      adds  d23ab11   v1.302112
      adds  c44d730   New upstream version 1.302112
       new  56e6c25   Update upstream source from tag 'upstream/1.302112'
       new  2dc25a9   Update debian/changelog
       new  6c79c70   releasing package libtest-simple-perl version 1.302112-1

The 3 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                                 |  25 ++++++++
 MANIFEST                                |   2 +-
 META.json                               |   6 +-
 META.yml                                |   4 +-
 Makefile.PL                             |   4 +-
 debian/changelog                        |   6 ++
 lib/Test/Builder.pm                     |   2 +-
 lib/Test/Builder/Formatter.pm           |   2 +-
 lib/Test/Builder/Module.pm              |   2 +-
 lib/Test/Builder/Tester.pm              |   2 +-
 lib/Test/Builder/Tester/Color.pm        |   2 +-
 lib/Test/Builder/TodoDiag.pm            |   2 +-
 lib/Test/More.pm                        |   2 +-
 lib/Test/Simple.pm                      |   2 +-
 lib/Test/Tester.pm                      | 101 ++++++++++++++++++++++----------
 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                            |   2 +-
 lib/Test2/API.pm                        |   2 +-
 lib/Test2/API/Breakage.pm               |   2 +-
 lib/Test2/API/Context.pm                |   2 +-
 lib/Test2/API/Instance.pm               |  17 ++++--
 lib/Test2/API/Stack.pm                  |   2 +-
 lib/Test2/Event.pm                      |   2 +-
 lib/Test2/Event/Bail.pm                 |   2 +-
 lib/Test2/Event/Diag.pm                 |   2 +-
 lib/Test2/Event/Encoding.pm             |   2 +-
 lib/Test2/Event/Exception.pm            |   2 +-
 lib/Test2/Event/Fail.pm                 |   2 +-
 lib/Test2/Event/Generic.pm              |   2 +-
 lib/Test2/Event/Note.pm                 |   2 +-
 lib/Test2/Event/Ok.pm                   |   2 +-
 lib/Test2/Event/Pass.pm                 |   2 +-
 lib/Test2/Event/Plan.pm                 |   2 +-
 lib/Test2/Event/Skip.pm                 |   2 +-
 lib/Test2/Event/Subtest.pm              |   2 +-
 lib/Test2/Event/TAP/Version.pm          |   2 +-
 lib/Test2/Event/Waiting.pm              |   2 +-
 lib/Test2/EventFacet.pm                 |   2 +-
 lib/Test2/EventFacet/About.pm           |   2 +-
 lib/Test2/EventFacet/Amnesty.pm         |   2 +-
 lib/Test2/EventFacet/Assert.pm          |   2 +-
 lib/Test2/EventFacet/Control.pm         |   2 +-
 lib/Test2/EventFacet/Error.pm           |   2 +-
 lib/Test2/EventFacet/Info.pm            |   2 +-
 lib/Test2/EventFacet/Meta.pm            |   2 +-
 lib/Test2/EventFacet/Parent.pm          |   2 +-
 lib/Test2/EventFacet/Plan.pm            |   2 +-
 lib/Test2/EventFacet/Trace.pm           |   2 +-
 lib/Test2/Formatter.pm                  |   2 +-
 lib/Test2/Formatter/TAP.pm              |   2 +-
 lib/Test2/Hub.pm                        |   2 +-
 lib/Test2/Hub/Interceptor.pm            |   2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   2 +-
 lib/Test2/Hub/Subtest.pm                |   2 +-
 lib/Test2/IPC.pm                        |   2 +-
 lib/Test2/IPC/Driver.pm                 |   2 +-
 lib/Test2/IPC/Driver/Files.pm           |   2 +-
 lib/Test2/Tools/Tiny.pm                 |   2 +-
 lib/Test2/Util.pm                       |   2 +-
 lib/Test2/Util/ExternalMeta.pm          |   2 +-
 lib/Test2/Util/Facets2Legacy.pm         |   2 +-
 lib/Test2/Util/HashBase.pm              |   2 +-
 lib/Test2/Util/Trace.pm                 |   2 +-
 lib/ok.pm                               |   2 +-
 t/Legacy/Builder/Builder.t              |   1 +
 t/Legacy/Builder/details.t              |   1 +
 t/Legacy/Builder/no_ending.t            |   1 +
 t/Legacy/Builder/reset.t                |   1 +
 t/Legacy/Regression/789-read-only.t     |   1 +
 t/Legacy/Tester/tbt_09do.t              |   3 +-
 t/Legacy/buffer.t                       |   1 +
 t/Legacy/check_tests.t                  |  30 +++++++++-
 t/Legacy/exit.t                         |   1 +
 t/Legacy/undef.t                        |   1 +
 t/Test2/behavior/ipc_wait_timeout.t     |  17 ++++--
 t/Test2/modules/API/Instance.t          |   4 +-
 t/zzz-check-breaks.t                    |  34 ++++++-----
 80 files changed, 253 insertions(+), 126 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