[libtest2-suite-perl] branch master updated (430da83 -> 4a038cb)
gregor herrmann
gregoa at debian.org
Mon Feb 19 19:02:45 UTC 2018
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtest2-suite-perl.
from 430da83 update changelog
adds 22005e6 Automated Version Bump
adds e3f0e41 Add support for 'precision' for floats
adds d200b52 Merge pull request #150 from spazm/feature/Float_precision
adds 59b9a09 Some minor doc additions
adds bf2b872 Fix nesting/buffered/finish bugs in Test2::AsyncSubtest
adds c8c1f21 v0.000098
adds df7440a Automated Version Bump
adds 27e1aa8 Fix AsyncSubtest buffering/nesting for subtest plan
adds 7c009dc v0.000099
adds 1cd3db4 Automated Version Bump
adds 10a98f7 Update changes
adds cf47eab v0.000100
adds c872ceb New upstream version 0.000100
new d3fdb59 Update upstream source from tag 'upstream/0.000100'
new d574979 Update debian/changelog
new c5f6c91 Update years of upstream and packaging copyright.
new 11254f7 Bump debhelper compatibility level to 10.
new 4a038cb releasing package libtest2-suite-perl version 0.000100-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 | 14 ++++++
LICENSE | 6 +--
MANIFEST | 2 +
META.json | 4 +-
META.yml | 2 +-
Makefile.PL | 2 +-
debian/changelog | 10 +++-
debian/compat | 2 +-
debian/control | 2 +-
debian/copyright | 4 +-
lib/Test2/AsyncSubtest.pm | 52 +++++++++++++++------
lib/Test2/AsyncSubtest/Event/Attach.pm | 2 +-
lib/Test2/AsyncSubtest/Event/Detach.pm | 2 +-
lib/Test2/AsyncSubtest/Formatter.pm | 27 +----------
lib/Test2/AsyncSubtest/Hub.pm | 11 +----
lib/Test2/Bundle.pm | 2 +-
lib/Test2/Bundle/Extended.pm | 2 +-
lib/Test2/Bundle/More.pm | 2 +-
lib/Test2/Bundle/Simple.pm | 2 +-
lib/Test2/Compare.pm | 2 +-
lib/Test2/Compare/Array.pm | 2 +-
lib/Test2/Compare/Bag.pm | 2 +-
lib/Test2/Compare/Base.pm | 2 +-
lib/Test2/Compare/Bool.pm | 2 +-
lib/Test2/Compare/Custom.pm | 2 +-
lib/Test2/Compare/DeepRef.pm | 2 +-
lib/Test2/Compare/Delta.pm | 2 +-
lib/Test2/Compare/Event.pm | 2 +-
lib/Test2/Compare/EventMeta.pm | 2 +-
lib/Test2/Compare/Float.pm | 34 ++++++++++----
lib/Test2/Compare/Hash.pm | 2 +-
lib/Test2/Compare/Meta.pm | 2 +-
lib/Test2/Compare/Negatable.pm | 2 +-
lib/Test2/Compare/Number.pm | 2 +-
lib/Test2/Compare/Object.pm | 2 +-
lib/Test2/Compare/OrderedSubset.pm | 2 +-
lib/Test2/Compare/Pattern.pm | 2 +-
lib/Test2/Compare/Ref.pm | 2 +-
lib/Test2/Compare/Regex.pm | 2 +-
lib/Test2/Compare/Scalar.pm | 2 +-
lib/Test2/Compare/Set.pm | 2 +-
lib/Test2/Compare/String.pm | 2 +-
lib/Test2/Compare/Undef.pm | 2 +-
lib/Test2/Compare/Wildcard.pm | 2 +-
lib/Test2/Event/Times.pm | 2 +-
lib/Test2/Manual.pm | 2 +-
lib/Test2/Manual/Anatomy.pm | 5 +-
lib/Test2/Manual/Anatomy/Context.pm | 68 +++++++++++++++++++++++++++
lib/Test2/Manual/Anatomy/EndToEnd.pm | 2 +-
lib/Test2/Manual/Anatomy/Event.pm | 2 +-
lib/Test2/Manual/Contributing.pm | 2 +-
lib/Test2/Manual/Testing.pm | 2 +-
lib/Test2/Manual/Testing/Introduction.pm | 2 +-
lib/Test2/Manual/Testing/Migrating.pm | 2 +-
lib/Test2/Manual/Testing/Planning.pm | 2 +-
lib/Test2/Manual/Testing/Todo.pm | 2 +-
lib/Test2/Manual/Tooling.pm | 2 +-
lib/Test2/Manual/Tooling/FirstTool.pm | 2 +-
lib/Test2/Manual/Tooling/Nesting.pm | 2 +-
lib/Test2/Manual/Tooling/Subtest.pm | 2 +-
lib/Test2/Manual/Tooling/Testing.pm | 2 +-
lib/Test2/Mock.pm | 2 +-
lib/Test2/Plugin.pm | 2 +-
lib/Test2/Plugin/BailOnFail.pm | 2 +-
lib/Test2/Plugin/DieOnFail.pm | 2 +-
lib/Test2/Plugin/ExitSummary.pm | 2 +-
lib/Test2/Plugin/SRand.pm | 2 +-
lib/Test2/Plugin/Times.pm | 2 +-
lib/Test2/Plugin/UTF8.pm | 2 +-
lib/Test2/Require.pm | 2 +-
lib/Test2/Require/AuthorTesting.pm | 2 +-
lib/Test2/Require/EnvVar.pm | 2 +-
lib/Test2/Require/Fork.pm | 2 +-
lib/Test2/Require/Module.pm | 2 +-
lib/Test2/Require/Perl.pm | 2 +-
lib/Test2/Require/RealFork.pm | 2 +-
lib/Test2/Require/Threads.pm | 2 +-
lib/Test2/Suite.pm | 2 +-
lib/Test2/Todo.pm | 2 +-
lib/Test2/Tools.pm | 2 +-
lib/Test2/Tools/AsyncSubtest.pm | 2 +-
lib/Test2/Tools/Basic.pm | 2 +-
lib/Test2/Tools/Class.pm | 2 +-
lib/Test2/Tools/ClassicCompare.pm | 2 +-
lib/Test2/Tools/Compare.pm | 2 +-
lib/Test2/Tools/Defer.pm | 2 +-
lib/Test2/Tools/Encoding.pm | 2 +-
lib/Test2/Tools/Event.pm | 2 +-
lib/Test2/Tools/Exception.pm | 2 +-
lib/Test2/Tools/Exports.pm | 2 +-
lib/Test2/Tools/GenTemp.pm | 2 +-
lib/Test2/Tools/Grab.pm | 2 +-
lib/Test2/Tools/Mock.pm | 2 +-
lib/Test2/Tools/Ref.pm | 2 +-
lib/Test2/Tools/Spec.pm | 2 +-
lib/Test2/Tools/Subtest.pm | 2 +-
lib/Test2/Tools/Target.pm | 2 +-
lib/Test2/Tools/Tester.pm | 2 +-
lib/Test2/Tools/Warnings.pm | 2 +-
lib/Test2/Util/Grabber.pm | 2 +-
lib/Test2/Util/Ref.pm | 2 +-
lib/Test2/Util/Stash.pm | 2 +-
lib/Test2/Util/Sub.pm | 2 +-
lib/Test2/Util/Table.pm | 2 +-
lib/Test2/Util/Table/Cell.pm | 2 +-
lib/Test2/Util/Table/LineBreak.pm | 2 +-
lib/Test2/Util/Term.pm | 2 +-
lib/Test2/Util/Times.pm | 2 +-
lib/Test2/V0.pm | 2 +-
lib/Test2/Workflow.pm | 2 +-
lib/Test2/Workflow/BlockBase.pm | 2 +-
lib/Test2/Workflow/Build.pm | 2 +-
lib/Test2/Workflow/Runner.pm | 2 +-
lib/Test2/Workflow/Task.pm | 2 +-
lib/Test2/Workflow/Task/Action.pm | 2 +-
lib/Test2/Workflow/Task/Group.pm | 2 +-
t/modules/Compare/Float.t | 71 ++++++++++++++++++++++++++++-
t/modules/Tools/Compare.t | 4 ++
t/regression/async_subtest_missing_parent.t | 24 ++++++++++
119 files changed, 372 insertions(+), 172 deletions(-)
create mode 100644 lib/Test2/Manual/Anatomy/Context.pm
create mode 100644 t/regression/async_subtest_missing_parent.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-suite-perl.git
More information about the Pkg-perl-cvs-commits
mailing list