[libtest-simple-perl] branch master updated (b2da5ca -> b08ee36)
gregor herrmann
gregoa at debian.org
Sun Dec 25 19:52:53 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 b2da5ca releasing package libtest-simple-perl version 1.302067-1
adds ae84990 New upstream version 1.302073
new acfb56d Merge tag 'upstream/1.302073'
new f2dd55e Update debian/changelog
new b08ee36 releasing package libtest-simple-perl version 1.302073-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 | 32 ++++
MANIFEST | 8 +-
META.json | 2 +-
META.yml | 2 +-
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 | 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 | 2 +-
lib/Test2/API.pm | 2 +-
lib/Test2/API/Breakage.pm | 2 +-
lib/Test2/API/Context.pm | 2 +-
lib/Test2/API/Instance.pm | 2 +-
lib/Test2/API/Stack.pm | 2 +-
lib/Test2/Event.pm | 43 ++++-
lib/Test2/Event/Bail.pm | 2 +-
lib/Test2/Event/Diag.pm | 2 +-
lib/Test2/Event/{Bail.pm => Encoding.pm} | 46 ++---
lib/Test2/Event/Exception.pm | 2 +-
lib/Test2/Event/Generic.pm | 2 +-
lib/Test2/Event/Info.pm | 2 +-
lib/Test2/Event/Note.pm | 2 +-
lib/Test2/Event/Ok.pm | 2 +-
lib/Test2/Event/Plan.pm | 2 +-
lib/Test2/Event/Skip.pm | 2 +-
lib/Test2/Event/Subtest.pm | 42 ++++-
lib/Test2/Event/{Exception.pm => TAP/Version.pm} | 29 ++--
lib/Test2/Event/Waiting.pm | 2 +-
lib/Test2/Formatter.pm | 2 +-
lib/Test2/Formatter/TAP.pm | 29 ++--
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 +-
t/tools.pl => lib/Test2/Tools/Tiny.pm | 210 +++++++++++++++++++++--
lib/Test2/Util.pm | 2 +-
lib/Test2/Util/ExternalMeta.pm | 2 +-
lib/Test2/Util/HashBase.pm | 80 ++++++---
lib/Test2/Util/Trace.pm | 31 +++-
lib/ok.pm | 2 +-
perltidyrc | 19 --
t/Legacy_And_Test2/builder_loaded_late.t | 2 +-
t/Legacy_And_Test2/hidden_warnings.t | 2 +-
t/Test2/behavior/Formatter.t | 2 +-
t/Test2/behavior/Subtest_buffer_formatter.t | 2 +-
t/Test2/behavior/Subtest_events.t | 2 +-
t/Test2/behavior/Subtest_plan.t | 2 +-
t/Test2/behavior/Subtest_todo.t | 29 ++++
t/Test2/behavior/err_var.t | 2 +-
t/Test2/behavior/init_croak.t | 2 +-
t/Test2/behavior/nested_context_exception.t | 2 +-
t/Test2/behavior/no_load_api.t | 6 +-
t/Test2/behavior/run_subtest_inherit.t | 2 +-
t/Test2/behavior/special_names.t | 2 +-
t/Test2/legacy/TAP.t | 8 +-
t/Test2/modules/API.t | 4 +-
t/Test2/modules/API/Breakage.t | 2 +-
t/Test2/modules/API/Context.t | 2 +-
t/Test2/modules/API/Instance.t | 2 +-
t/Test2/modules/API/Stack.t | 2 +-
t/Test2/modules/Event.t | 2 +-
t/Test2/modules/Event/Bail.t | 2 +-
t/Test2/modules/Event/Diag.t | 2 +-
t/Test2/modules/Event/Exception.t | 2 +-
t/Test2/modules/Event/Generic.t | 2 +-
t/Test2/modules/Event/Info.t | 2 +-
t/Test2/modules/Event/Note.t | 2 +-
t/Test2/modules/Event/Ok.t | 2 +-
t/Test2/modules/Event/Plan.t | 2 +-
t/Test2/modules/Event/Skip.t | 2 +-
t/Test2/modules/Event/Subtest.t | 2 +-
t/Test2/modules/Event/Waiting.t | 2 +-
t/Test2/modules/Formatter/TAP.t | 18 +-
t/Test2/modules/Hub.t | 2 +-
t/Test2/modules/Hub/Interceptor.t | 2 +-
t/Test2/modules/Hub/Interceptor/Terminator.t | 2 +-
t/Test2/modules/Hub/Subtest.t | 2 +-
t/Test2/modules/IPC.t | 2 +-
t/Test2/modules/IPC/Driver.t | 2 +-
t/Test2/modules/IPC/Driver/Files.t | 2 +-
t/{tools.t => Test2/modules/Tools/Tiny.t} | 2 +-
t/Test2/modules/Util.t | 2 +-
t/Test2/modules/Util/ExternalMeta.t | 2 +-
t/Test2/modules/Util/HashBase.t | 84 +++++++--
t/Test2/modules/Util/Trace.t | 2 +-
t/Test2/regression/693_ipc_ordering.t | 2 +-
t/Test2/regression/ipc_files_abort_exit.t | 2 +-
t/regression/696-intercept_skip_all.t | 2 +-
t/regression/721-nested-streamed-subtest.t | 2 +-
t/regression/no_name_in_subtest.t | 2 +-
xt/author/pod-spell.t | 1 +
105 files changed, 659 insertions(+), 240 deletions(-)
copy lib/Test2/Event/{Bail.pm => Encoding.pm} (53%)
copy lib/Test2/Event/{Exception.pm => TAP/Version.pm} (61%)
rename t/tools.pl => lib/Test2/Tools/Tiny.pm (55%)
delete mode 100644 perltidyrc
create mode 100644 t/Test2/behavior/Subtest_todo.t
rename t/{tools.t => Test2/modules/Tools/Tiny.t} (99%)
--
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