[libtest-simple-perl] branch master updated (fdefb50 -> 0fe319e)

gregor herrmann gregoa at debian.org
Mon May 30 16:42:19 UTC 2016


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  fdefb50   update changelog
      adds  3ccd710   stop having both ./Examples and ./examples
      adds  24715a3   Test::Builder::Tester should stash the plan
      adds  0e07b4e   typo fix
      adds  8460947   Merge pull request #664 from wchristian/patch-1
      adds  e6a2b63   Revert "Test::Builder::Tester should stash the plan"
      adds  e1c097a   Block signals in key IPC section
      adds  1cecdd7   Changes update
      adds  ce8ef02   Consistent prototype for get_tid and USE_THREADS
      adds  4328863   Spelling fixes from debian
      adds  ade8b80   Apply POD patch from debian
      adds  7321e3d   make no_plan a no-op when plan is set (with warning)
      adds  8d0aeaa   version bump
      adds  d5c8d26   v1.302016
      adds  3be1746   Fix util.t win32 bug (typo)
      adds  64e5e67   Version Bump
      adds  201354c   v1.302017
      adds  e4c22c2   Handle Test::Builder::Exception properly
      adds  73069cf   Test2 subtests should also handle Test::Builder::Exception
      adds  510084f   Remove outdated and incorrect docs
      adds  fae5792   Silence warnings
      adds  956f84d   Silence noisy STDERR in test suite
      adds  c045303   Version Bump
      adds  bfb4947   v1.302018
      adds  534c374   Spelling fixes in Test2 POD
      adds  2659273   Merge pull request #671 from lejeunerenard/spelling-fixes-in-test2
      adds  2d0135b   Version Bump
      adds  c846174   Update Changes
      adds  5ef4131   v1.302019
      adds  e27efac   Fix Files.t so it does not leak temp files
      adds  e37f3ff   make xt/ tests work, and run them in "test" and "release" commands
      adds  01c0eb5   actually respect $ENV{TESTTESTERCOLOR} like the documentation claims
      adds  c54ac3f   add a spelling test, and fix existing issues
      adds  2b1492f   Merge pull request #675 from Test-More/topic/spelling
      adds  d5795c0   Delay setting PID/TID
      adds  6f899b1   Make sure PID/TID are set by or at the time they are used
      adds  4d44148   Merge pull request #672 from Test-More/fix_forkprove
      adds  52bae6c   Update downstream testing
      adds  0e1a441   set @ISA manually
      adds  a7a1aef   optimize HashBase
      adds  d81f4d9   remove unneeded version checks
      adds  6b5b8bd   move Test2::API::Context load from import to end of Test2::API
      adds  2deea25   lazy load overload
      adds  33fed4d   protect ipc wait from non-inlinable CAN_FORK
      adds  ce8da05   detect ability to fork lazily
      adds  bec1023   avoid loading Exporter::Heavy
      adds  99f7256   Merge remote-tracking branch 'haarg/micro-opt'
      adds  a971d6e   use ExportLevel rather than goto when calling Exporter
      adds  3f813c8   Merge pull request #676 from haarg/export-fix
      adds  ee97983   Changes file update
      adds  d7383d0   Version bump for trial release
      adds  b71a6a8   re-fix spelling
      adds  1853b5d   v1.302020
      adds  fa126f1   Files.t wanrs if it cannot remove its temp dir.
      adds  59d5e54   Filename portability for Test2.
      adds  d831ebc   Merge pull request #677 from craigberry/master
      adds  ede5df0   Update Changes
      adds  2022282   Version Bump
      adds  841d7a0   v1.302021
      adds  efa7082   Minor thread detection improvements
      adds  2f0d058   Version Bump
      adds  a174dd9   v1.302022
      adds  eca2163   Imported Upstream version 1.302022
       new  d4f3b0a   Merge tag 'upstream/1.302022'
       new  29b36f4   Update debian/changelog
       new  c1940b0   Update debian/libtest-simple-perl.examples.
       new  c4a60c5   Drop patches, applied upstream.
       new  bc89b70   typo in d/copyright
       new  0fe319e   releasing package libtest-simple-perl version 1.302022-1

The 6 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                                 |  42 ++++++++++++-
 MANIFEST                                |   7 ++-
 META.json                               |   5 +-
 META.yml                                |   2 +-
 Makefile.PL                             |   2 +-
 README                                  |   4 +-
 README.md                               |   4 +-
 cpanfile                                |   1 +
 debian/changelog                        |   8 ++-
 debian/copyright                        |   2 +-
 debian/libtest-simple-perl.examples     |   1 -
 debian/patches/pod-syntax.patch         |  19 ------
 debian/patches/series                   |   2 -
 debian/patches/spelling.patch           |  29 ---------
 dist.ini                                |   5 ++
 {Examples => examples}/tools.pl         |   0
 {Examples => examples}/tools.t          |   0
 lib/Test/Builder.pm                     |  63 +++++++++----------
 lib/Test/Builder/Formatter.pm           |   4 +-
 lib/Test/Builder/Module.pm              |   7 ++-
 lib/Test/Builder/Tester.pm              |   4 +-
 lib/Test/Builder/Tester/Color.pm        |   2 +-
 lib/Test/Builder/TodoDiag.pm            |   4 +-
 lib/Test/More.pm                        |  26 +++++++-
 lib/Test/Simple.pm                      |   4 +-
 lib/Test/Tester.pm                      |  14 ++---
 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                            |  12 ++--
 lib/Test2/API.pm                        |  60 +++++++-----------
 lib/Test2/API/Breakage.pm               |   6 +-
 lib/Test2/API/Context.pm                |  10 +--
 lib/Test2/API/Instance.pm               |  48 ++++++++------
 lib/Test2/API/Stack.pm                  |  10 +--
 lib/Test2/Event.pm                      |   8 +--
 lib/Test2/Event/Bail.pm                 |   4 +-
 lib/Test2/Event/Diag.pm                 |   4 +-
 lib/Test2/Event/Exception.pm            |   4 +-
 lib/Test2/Event/Note.pm                 |   4 +-
 lib/Test2/Event/Ok.pm                   |   4 +-
 lib/Test2/Event/Plan.pm                 |   4 +-
 lib/Test2/Event/Skip.pm                 |   4 +-
 lib/Test2/Event/Subtest.pm              |   4 +-
 lib/Test2/Event/Waiting.pm              |   4 +-
 lib/Test2/Formatter.pm                  |   6 +-
 lib/Test2/Formatter/TAP.pm              |   8 +--
 lib/Test2/Hub.pm                        |  10 +--
 lib/Test2/Hub/Interceptor.pm            |   4 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   2 +-
 lib/Test2/Hub/Subtest.pm                |   4 +-
 lib/Test2/IPC.pm                        |   8 +--
 lib/Test2/IPC/Driver.pm                 |   6 +-
 lib/Test2/IPC/Driver/Files.pm           |  35 ++++++++---
 lib/Test2/Transition.pod                |  10 +--
 lib/Test2/Util.pm                       |  46 ++++++++++----
 lib/Test2/Util/ExternalMeta.pm          |  10 +--
 lib/Test2/Util/HashBase.pm              |  63 ++++++++-----------
 lib/Test2/Util/Trace.pm                 |   4 +-
 lib/ok.pm                               |   2 +-
 t/00compile.t                           |   7 ++-
 t/Legacy/Regression/637.t               |   7 +--
 t/Legacy/Tester/tbt_06errormess.t       |   2 +-
 t/Legacy/Tester/tbt_07args.t            |   2 +-
 t/Test2/acceptance/try_it_todo.t        |   1 -
 t/Test2/modules/API/Instance.t          |  11 ++--
 t/Test2/modules/IPC/Driver/Files.t      |  24 +++++--
 t/Test2/modules/Util.t                  |   5 ++
 t/regression/662-tbt-no-plan.t          |  25 ++++++++
 t/tools.t                               |   2 +-
 xt/author/pod-spell.t                   | 108 ++++++++++++++++++++++++++++++++
 xt/author/pod-syntax.t                  |   7 +++
 73 files changed, 549 insertions(+), 329 deletions(-)
 delete mode 100644 debian/patches/pod-syntax.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 rename {Examples => examples}/tools.pl (100%)
 rename {Examples => examples}/tools.t (100%)
 create mode 100644 t/regression/662-tbt-no-plan.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.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