[libtest-simple-perl] branch master updated (c7222a5 -> 679fb87)
gregor herrmann
gregoa at debian.org
Wed Nov 1 18:29:41 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 c7222a5 releasing package libtest-simple-perl version 1.302098-1
adds 6497cf4 Automated Version Bump
adds 2432d21 Fix run_subtest inherit_trace option
adds 0be9caf v1.302099
adds c102ae5 Automated Version Bump
adds 50750a1 Update changes
adds 4afdedd v1.302100
adds cdccba9 Automated Version Bump
adds 6bf9b65 Bump Test::Builder::IO::Scalar version for core
adds 1dc8e84 v1.302101
adds 76c8021 Automated Version Bump
adds 3df7557 Fix TODO edge cases
adds 8cb4ee0 v1.302102
adds 958feaf Automated Version Bump
adds 87d5c50 Update Changes
adds 7fe8709 v1.302103
adds 77e7ac8 Automated Version Bump
adds 7089a17 Combine messages into one diag event in Test::Builder::_ok_debug
adds 8c1f7a4 Merge pull request #778 from akiym/test-builder-diag
adds 615e3e2 Slight update to downstream testing
adds a5fbfc8 Update Changes:
adds 6bb8682 v1.302104
adds c487834 Automated Version Bump
adds 106ded7 Update changes
adds 236f56c v1.302105
adds 5b9a291 Automated Version Bump
adds 8033fa8 Normalize the version number for Test2::Util::HashBase
adds a7722cf v1.302106
adds 178cfc4 New upstream version 1.302106
new 100b696 Update upstream source from tag 'upstream/1.302106'
new b718d46 Update debian/changelog
new 679fb87 releasing package libtest-simple-perl version 1.302106-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 | 3 ++
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
debian/changelog | 6 ++++
lib/Test/Builder.pm | 14 ++++++---
lib/Test/Builder/Formatter.pm | 2 +-
lib/Test/Builder/IO/Scalar.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 | 8 +++--
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 | 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 | 8 +++--
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 | 6 ++--
lib/Test2/Util.pm | 2 +-
lib/Test2/Util/ExternalMeta.pm | 2 +-
lib/Test2/Util/Facets2Legacy.pm | 2 +-
lib/Test2/Util/HashBase.pm | 11 ++++---
lib/Test2/Util/Trace.pm | 2 +-
lib/ok.pm | 2 +-
t/Legacy_And_Test2/diag_event_on_ok.t | 21 +++++++++++++
t/regression/inherit_trace.t | 33 +++++++++++++++++++++
t/regression/todo_and_facets.t | 52 +++++++++++++++++++++++++++++++++
71 files changed, 237 insertions(+), 77 deletions(-)
create mode 100644 t/Legacy_And_Test2/diag_event_on_ok.t
create mode 100644 t/regression/inherit_trace.t
create mode 100644 t/regression/todo_and_facets.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