[libtest2-perl] branch master updated (1360b24 -> 834e22d)
gregor herrmann
gregoa at debian.org
Sun Apr 17 12:50:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtest2-perl.
from 1360b24 releasing package libtest2-perl version 0.000031-1
adds 3819170 Post-release version bump
adds 9071afd Workaround for #16 (caller in end bug)
adds 636a3c7 Remove some leftover stuff from debugging
adds d041afa Move gh_16.t to xt
adds 79bbb05 v0.000032
adds 94763f0 Post-release version bump
adds 27a83f7 Better fix for #16 (caller in END bug)
adds 2682301 v0.000033
adds 1b7e6e6 Post-release version bump
adds 2175e5b Fix depth logic after #16 fix
adds ef3d52e v0.000034
adds 87f6dd8 Post-release version bump
adds 61e6683 Turn of depth checking on older perls
adds 1fdc1c3 v0.000035
adds 4870537 Post-release version bump
adds c6d4d9d Fix TAP open to use 3-arg form, no INIT warning
adds bc63f99 v0.000036
adds 3a43700 Post-release version bump
adds bb6d134 Prevent formatter from unconditionally loading Test2::API
adds da2b2be v0.000037
adds 0c57b52 Post-release version bump
adds 6a98132 Add 'summary' method for events
adds da5d1f1 Update changes file
adds 6c22ba6 v0.000038
adds 4f000eb Post-release version bump
adds 35ee807 Let formatters decide how to handle buffered subtest events
adds 89a55a0 Add sets_plan() to event base class
adds a48592b Add diagnostics flag to events
adds 2586067 v0.000039
adds c05e7ca Post-release version bump
adds 2ebb68a Better subtest tracking in events
adds 8c63e2c v0.000040
adds 2573575 Post-release version bump
adds af48f79 Do not allow custom formatter in some tests
adds 9cee7e4 Disable custom formatters the correct way
adds da7a827 v0.000041
adds 9b41e18 Post-release version bump
adds 5be31c7 Improve T2_FORMATTER parsing
adds b6ed989 Minor TAP formatter improvement
adds 32d58cc v0.000042
adds dc79d0e Imported Upstream version 0.000042
new 45690f0 Merge tag 'upstream/0.000042'
new d19d86f Update debian/changelog
new dd82eef Declare compliance with Debian Policy 3.9.8.
new db20a24 Add a patch to fix a typo in the POD.
new 834e22d releasing package libtest2-perl version 0.000042-1
The 5 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 | 53 ++++++++++++++
MANIFEST | 4 ++
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
debian/changelog | 8 +++
debian/control | 2 +-
debian/patches/series | 1 +
debian/patches/spelling.patch | 18 +++++
lib/Test2.pm | 2 +-
lib/Test2/API.pm | 124 ++++++++++++++++++++++++++------
lib/Test2/API/Context.pm | 2 +-
lib/Test2/API/Instance.pm | 19 +++--
lib/Test2/API/Stack.pm | 2 +-
lib/Test2/Event.pm | 36 +++++++++-
lib/Test2/Event/Bail.pm | 12 +++-
lib/Test2/Event/Diag.pm | 6 +-
lib/Test2/Event/Exception.pm | 10 ++-
lib/Test2/Event/Note.pm | 4 +-
lib/Test2/Event/Ok.pm | 18 ++++-
lib/Test2/Event/Plan.pm | 26 ++++++-
lib/Test2/Event/Skip.pm | 16 ++++-
lib/Test2/Event/Subtest.pm | 20 +++++-
lib/Test2/Event/Waiting.pm | 4 +-
lib/Test2/Formatter.pm | 16 +++--
lib/Test2/Formatter/TAP.pm | 49 +++++++++++--
lib/Test2/Hub.pm | 2 +-
lib/Test2/Hub/Interceptor.pm | 2 +-
lib/Test2/Hub/Interceptor/Terminator.pm | 2 +-
lib/Test2/Hub/Subtest.pm | 12 +++-
lib/Test2/IPC.pm | 2 +-
lib/Test2/IPC/Driver.pm | 2 +-
lib/Test2/IPC/Driver/Files.pm | 2 +-
lib/Test2/Util.pm | 2 +-
lib/Test2/Util/ExternalMeta.pm | 2 +-
lib/Test2/Util/HashBase.pm | 2 +-
lib/Test2/Util/Trace.pm | 2 +-
t/behavior/Subtest_buffer_formatter.t | 90 +++++++++++++++++++++++
t/behavior/Subtest_events.t | 17 +++++
t/behavior/Taint.t | 2 +
t/behavior/nested_context_exception.t | 4 +-
t/behavior/no_load_api.t | 49 +++++++++++++
t/legacy/TAP.t | 2 +
t/modules/API/Context.t | 1 +
t/modules/Event.t | 6 ++
t/modules/Event/Bail.t | 6 ++
t/modules/Event/Diag.t | 5 ++
t/modules/Event/Exception.t | 4 ++
t/modules/Event/Note.t | 3 +
t/modules/Event/Ok.t | 12 ++++
t/modules/Event/Plan.t | 8 +++
t/modules/Event/Skip.t | 5 ++
t/modules/Event/Subtest.t | 11 +++
t/modules/Event/Waiting.t | 2 +
t/modules/Formatter/TAP.t | 10 +--
t/regression/gh_16.t | 23 ++++++
56 files changed, 679 insertions(+), 71 deletions(-)
create mode 100644 debian/patches/series
create mode 100644 debian/patches/spelling.patch
create mode 100644 t/behavior/Subtest_buffer_formatter.t
create mode 100644 t/behavior/Subtest_events.t
create mode 100644 t/behavior/no_load_api.t
create mode 100644 t/regression/gh_16.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list