From b2b6510652b8e3ae64d1e295225ec4b93ac488e1 Mon Sep 17 00:00:00 2001 From: Chad Granum Date: Wed, 4 Sep 2024 16:15:15 -0700 Subject: [PATCH] Automated Version Bump --- Makefile.PL | 2 +- 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/InterceptResult.pm | 2 +- lib/Test2/API/InterceptResult/Event.pm | 2 +- lib/Test2/API/InterceptResult/Facet.pm | 2 +- lib/Test2/API/InterceptResult/Hub.pm | 2 +- lib/Test2/API/InterceptResult/Squasher.pm | 2 +- lib/Test2/API/Stack.pm | 2 +- lib/Test2/AsyncSubtest.pm | 2 +- lib/Test2/AsyncSubtest/Event/Attach.pm | 2 +- lib/Test2/AsyncSubtest/Event/Detach.pm | 2 +- lib/Test2/AsyncSubtest/Formatter.pm | 2 +- lib/Test2/AsyncSubtest/Hub.pm | 2 +- 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 | 2 +- lib/Test2/Compare/Hash.pm | 2 +- lib/Test2/Compare/Isa.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.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/V2.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/Hub.pm | 2 +- lib/Test2/EventFacet/Info.pm | 2 +- lib/Test2/EventFacet/Info/Table.pm | 2 +- lib/Test2/EventFacet/Meta.pm | 2 +- lib/Test2/EventFacet/Parent.pm | 2 +- lib/Test2/EventFacet/Plan.pm | 2 +- lib/Test2/EventFacet/Render.pm | 2 +- lib/Test2/EventFacet/Trace.pm | 2 +- lib/Test2/Formatter.pm | 2 +- lib/Test2/Formatter/TAP.pm | 2 +- 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/Manual.pm | 2 +- lib/Test2/Manual/Anatomy.pm | 2 +- lib/Test2/Manual/Anatomy/API.pm | 2 +- lib/Test2/Manual/Anatomy/Context.pm | 2 +- lib/Test2/Manual/Anatomy/EndToEnd.pm | 2 +- lib/Test2/Manual/Anatomy/Event.pm | 2 +- lib/Test2/Manual/Anatomy/Hubs.pm | 2 +- lib/Test2/Manual/Anatomy/IPC.pm | 2 +- lib/Test2/Manual/Anatomy/Utilities.pm | 2 +- lib/Test2/Manual/Concurrency.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/Formatter.pm | 2 +- lib/Test2/Manual/Tooling/Nesting.pm | 2 +- lib/Test2/Manual/Tooling/Plugin/TestExit.pm | 2 +- lib/Test2/Manual/Tooling/Plugin/TestingDone.pm | 2 +- lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm | 2 +- lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm | 2 +- lib/Test2/Manual/Tooling/Subtest.pm | 2 +- lib/Test2/Manual/Tooling/TestBuilder.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/AutomatedTesting.pm | 2 +- lib/Test2/Require/EnvVar.pm | 2 +- lib/Test2/Require/ExtendedTesting.pm | 2 +- lib/Test2/Require/Fork.pm | 2 +- lib/Test2/Require/Module.pm | 2 +- lib/Test2/Require/NonInteractiveTesting.pm | 2 +- lib/Test2/Require/Perl.pm | 2 +- lib/Test2/Require/RealFork.pm | 2 +- lib/Test2/Require/ReleaseTesting.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/Refcount.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/Tiny.pm | 2 +- lib/Test2/Tools/Warnings.pm | 2 +- lib/Test2/Util.pm | 2 +- lib/Test2/Util/ExternalMeta.pm | 2 +- lib/Test2/Util/Facets2Legacy.pm | 2 +- lib/Test2/Util/Grabber.pm | 2 +- lib/Test2/Util/Guard.pm | 2 +- lib/Test2/Util/HashBase.pm | 2 +- lib/Test2/Util/Importer.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/Util/Trace.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 +- lib/ok.pm | 2 +- 195 files changed, 195 insertions(+), 195 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 58b7a5860..c6c4c683a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,7 +29,7 @@ my %WriteMakefileArgs = ( "overload" => 0, "utf8" => 0 }, - "VERSION" => "1.302203", + "VERSION" => "1.302204", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/API/InterceptResult/*.t t/Test2/modules/Event/*.t t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/acceptance/*.t t/behavior/*.t t/modules/*.t t/modules/AsyncSubtest/*.t t/modules/AsyncSubtest/Event/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Tools/Test-Refcount/*.t t/modules/Util/*.t t/modules/Util/Table/*.t t/modules/Workflow/*.t t/modules/Workflow/Task/*.t t/regression/*.t" } diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index 5ff7a8b51..023916bd2 100644 --- a/lib/Test/Builder.pm +++ b/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { if( $] < 5.008 ) { diff --git a/lib/Test/Builder/Formatter.pm b/lib/Test/Builder/Formatter.pm index bec8d38f8..9a5a043d0 100644 --- a/lib/Test/Builder/Formatter.pm +++ b/lib/Test/Builder/Formatter.pm @@ -2,7 +2,7 @@ package Test::Builder::Formatter; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } diff --git a/lib/Test/Builder/Module.pm b/lib/Test/Builder/Module.pm index 594692e97..74991b2d9 100644 --- a/lib/Test/Builder/Module.pm +++ b/lib/Test/Builder/Module.pm @@ -7,7 +7,7 @@ use Test::Builder; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; =head1 NAME diff --git a/lib/Test/Builder/Tester.pm b/lib/Test/Builder/Tester.pm index 73805c16c..84187776c 100644 --- a/lib/Test/Builder/Tester.pm +++ b/lib/Test/Builder/Tester.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test::Builder; use Symbol; diff --git a/lib/Test/Builder/Tester/Color.pm b/lib/Test/Builder/Tester/Color.pm index ff4b3c4f5..133a3bd1c 100644 --- a/lib/Test/Builder/Tester/Color.pm +++ b/lib/Test/Builder/Tester/Color.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester::Color; use strict; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; require Test::Builder::Tester; diff --git a/lib/Test/Builder/TodoDiag.pm b/lib/Test/Builder/TodoDiag.pm index baf31294e..227c8f620 100644 --- a/lib/Test/Builder/TodoDiag.pm +++ b/lib/Test/Builder/TodoDiag.pm @@ -2,7 +2,7 @@ package Test::Builder::TodoDiag; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 8c2b5e35d..24ac21036 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -17,7 +17,7 @@ sub _carp { return warn @_, " at $file line $line\n"; } -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index de3279f0f..2a2bedc3b 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -4,7 +4,7 @@ use 5.006; use strict; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff --git a/lib/Test/Tester.pm b/lib/Test/Tester.pm index 21329f3cb..dd8d7396f 100644 --- a/lib/Test/Tester.pm +++ b/lib/Test/Tester.pm @@ -18,7 +18,7 @@ require Exporter; use vars qw( @ISA @EXPORT ); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; @EXPORT = qw( run_tests check_tests check_test cmp_results show_space ); @ISA = qw( Exporter ); diff --git a/lib/Test/Tester/Capture.pm b/lib/Test/Tester/Capture.pm index dfcfe6711..1c6e56719 100644 --- a/lib/Test/Tester/Capture.pm +++ b/lib/Test/Tester/Capture.pm @@ -2,7 +2,7 @@ use strict; package Test::Tester::Capture; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test::Builder; diff --git a/lib/Test/Tester/CaptureRunner.pm b/lib/Test/Tester/CaptureRunner.pm index 44320aa3f..e3c6445ec 100644 --- a/lib/Test/Tester/CaptureRunner.pm +++ b/lib/Test/Tester/CaptureRunner.pm @@ -3,7 +3,7 @@ use strict; package Test::Tester::CaptureRunner; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test::Tester::Capture; diff --git a/lib/Test/Tester/Delegate.pm b/lib/Test/Tester/Delegate.pm index ab4fa465a..c129ee3c0 100644 --- a/lib/Test/Tester/Delegate.pm +++ b/lib/Test/Tester/Delegate.pm @@ -3,7 +3,7 @@ use warnings; package Test::Tester::Delegate; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util(); diff --git a/lib/Test/use/ok.pm b/lib/Test/use/ok.pm index 0b582af16..4d6e0db9c 100644 --- a/lib/Test/use/ok.pm +++ b/lib/Test/use/ok.pm @@ -1,7 +1,7 @@ package Test::use::ok; use 5.005; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; __END__ diff --git a/lib/Test2.pm b/lib/Test2.pm index 26868de3c..390a868c9 100644 --- a/lib/Test2.pm +++ b/lib/Test2.pm @@ -2,7 +2,7 @@ package Test2; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/API.pm b/lib/Test2/API.pm index 396b637ef..0bd5f2028 100644 --- a/lib/Test2/API.pm +++ b/lib/Test2/API.pm @@ -10,7 +10,7 @@ BEGIN { $ENV{TEST2_ACTIVE} = 1; } -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; my $INST; diff --git a/lib/Test2/API/Breakage.pm b/lib/Test2/API/Breakage.pm index bd29b54be..9348a6a6f 100644 --- a/lib/Test2/API/Breakage.pm +++ b/lib/Test2/API/Breakage.pm @@ -2,7 +2,7 @@ package Test2::API::Breakage; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/API/Context.pm b/lib/Test2/API/Context.pm index 0fe880a65..777a91e54 100644 --- a/lib/Test2/API/Context.pm +++ b/lib/Test2/API/Context.pm @@ -2,7 +2,7 @@ package Test2::API::Context; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/confess croak/; diff --git a/lib/Test2/API/Instance.pm b/lib/Test2/API/Instance.pm index fc4f2da17..5660422a6 100644 --- a/lib/Test2/API/Instance.pm +++ b/lib/Test2/API/Instance.pm @@ -2,7 +2,7 @@ package Test2::API::Instance; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/; diff --git a/lib/Test2/API/InterceptResult.pm b/lib/Test2/API/InterceptResult.pm index 6df9fa36a..340530aee 100644 --- a/lib/Test2/API/InterceptResult.pm +++ b/lib/Test2/API/InterceptResult.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/API/InterceptResult/Event.pm b/lib/Test2/API/InterceptResult/Event.pm index dc5139573..a2c0d9503 100644 --- a/lib/Test2/API/InterceptResult/Event.pm +++ b/lib/Test2/API/InterceptResult/Event.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Event; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/API/InterceptResult/Facet.pm b/lib/Test2/API/InterceptResult/Facet.pm index ada7f73c0..83efa3bbb 100644 --- a/lib/Test2/API/InterceptResult/Facet.pm +++ b/lib/Test2/API/InterceptResult/Facet.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Facet; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; diff --git a/lib/Test2/API/InterceptResult/Hub.pm b/lib/Test2/API/InterceptResult/Hub.pm index f09e19202..379daa5c0 100644 --- a/lib/Test2/API/InterceptResult/Hub.pm +++ b/lib/Test2/API/InterceptResult/Hub.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Hub; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase; diff --git a/lib/Test2/API/InterceptResult/Squasher.pm b/lib/Test2/API/InterceptResult/Squasher.pm index 3ef01f661..384176b2a 100644 --- a/lib/Test2/API/InterceptResult/Squasher.pm +++ b/lib/Test2/API/InterceptResult/Squasher.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Squasher; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use List::Util qw/first/; diff --git a/lib/Test2/API/Stack.pm b/lib/Test2/API/Stack.pm index 1bb764459..5c18f5e5e 100644 --- a/lib/Test2/API/Stack.pm +++ b/lib/Test2/API/Stack.pm @@ -2,7 +2,7 @@ package Test2::API::Stack; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Hub(); diff --git a/lib/Test2/AsyncSubtest.pm b/lib/Test2/AsyncSubtest.pm index 99d84deff..c1ba3ce17 100644 --- a/lib/Test2/AsyncSubtest.pm +++ b/lib/Test2/AsyncSubtest.pm @@ -4,7 +4,7 @@ use warnings; use Test2::IPC; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @CARP_NOT = qw/Test2::Util::HashBase/; diff --git a/lib/Test2/AsyncSubtest/Event/Attach.pm b/lib/Test2/AsyncSubtest/Event/Attach.pm index 0277abd93..a37c7903f 100644 --- a/lib/Test2/AsyncSubtest/Event/Attach.pm +++ b/lib/Test2/AsyncSubtest/Event/Attach.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Attach; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; diff --git a/lib/Test2/AsyncSubtest/Event/Detach.pm b/lib/Test2/AsyncSubtest/Event/Detach.pm index 4e2dc331b..ca0e09239 100644 --- a/lib/Test2/AsyncSubtest/Event/Detach.pm +++ b/lib/Test2/AsyncSubtest/Event/Detach.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Detach; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; diff --git a/lib/Test2/AsyncSubtest/Formatter.pm b/lib/Test2/AsyncSubtest/Formatter.pm index 0524e3306..7b7760d6d 100644 --- a/lib/Test2/AsyncSubtest/Formatter.pm +++ b/lib/Test2/AsyncSubtest/Formatter.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Formatter; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; die "Should not load this anymore"; diff --git a/lib/Test2/AsyncSubtest/Hub.pm b/lib/Test2/AsyncSubtest/Hub.pm index 05cc1eeb2..351de3d64 100644 --- a/lib/Test2/AsyncSubtest/Hub.pm +++ b/lib/Test2/AsyncSubtest/Hub.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Hub; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Test2::Hub::Subtest'; use Test2::Util::HashBase qw/ast_ids ast/; diff --git a/lib/Test2/Bundle.pm b/lib/Test2/Bundle.pm index e7daf114d..44c594570 100644 --- a/lib/Test2/Bundle.pm +++ b/lib/Test2/Bundle.pm @@ -2,7 +2,7 @@ package Test2::Bundle; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Bundle/Extended.pm b/lib/Test2/Bundle/Extended.pm index d11a5df6f..35b193864 100644 --- a/lib/Test2/Bundle/Extended.pm +++ b/lib/Test2/Bundle/Extended.pm @@ -4,7 +4,7 @@ use warnings; use Test2::V0; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; diff --git a/lib/Test2/Bundle/More.pm b/lib/Test2/Bundle/More.pm index b108ba7b0..e2368529e 100644 --- a/lib/Test2/Bundle/More.pm +++ b/lib/Test2/Bundle/More.pm @@ -2,7 +2,7 @@ package Test2::Bundle::More; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Plugin::ExitSummary; diff --git a/lib/Test2/Bundle/Simple.pm b/lib/Test2/Bundle/Simple.pm index 023d4d5aa..ad3254f38 100644 --- a/lib/Test2/Bundle/Simple.pm +++ b/lib/Test2/Bundle/Simple.pm @@ -2,7 +2,7 @@ package Test2::Bundle::Simple; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Plugin::ExitSummary; diff --git a/lib/Test2/Compare.pm b/lib/Test2/Compare.pm index 3820b8c6a..6e9003253 100644 --- a/lib/Test2/Compare.pm +++ b/lib/Test2/Compare.pm @@ -2,7 +2,7 @@ package Test2::Compare; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; diff --git a/lib/Test2/Compare/Array.pm b/lib/Test2/Compare/Array.pm index 65d5ff9d8..2d101824a 100644 --- a/lib/Test2/Compare/Array.pm +++ b/lib/Test2/Compare/Array.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; diff --git a/lib/Test2/Compare/Bag.pm b/lib/Test2/Compare/Bag.pm index 30b78401a..8cce21249 100644 --- a/lib/Test2/Compare/Bag.pm +++ b/lib/Test2/Compare/Bag.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/ending meta items for_each/; diff --git a/lib/Test2/Compare/Base.pm b/lib/Test2/Compare/Base.pm index a86294573..2d55b76a8 100644 --- a/lib/Test2/Compare/Base.pm +++ b/lib/Test2/Compare/Base.pm @@ -2,7 +2,7 @@ package Test2::Compare::Base; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; diff --git a/lib/Test2/Compare/Bool.pm b/lib/Test2/Compare/Bool.pm index 71d9d036b..5d060ee6b 100644 --- a/lib/Test2/Compare/Bool.pm +++ b/lib/Test2/Compare/Bool.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Custom.pm b/lib/Test2/Compare/Custom.pm index 3f3ea9962..060a5538d 100644 --- a/lib/Test2/Compare/Custom.pm +++ b/lib/Test2/Compare/Custom.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/code name operator stringify_got/; diff --git a/lib/Test2/Compare/DeepRef.pm b/lib/Test2/Compare/DeepRef.pm index f5aa08c41..5ac703f2c 100644 --- a/lib/Test2/Compare/DeepRef.pm +++ b/lib/Test2/Compare/DeepRef.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Delta.pm b/lib/Test2/Compare/Delta.pm index 86641ef13..8608e0bf7 100644 --- a/lib/Test2/Compare/Delta.pm +++ b/lib/Test2/Compare/Delta.pm @@ -2,7 +2,7 @@ package Test2::Compare::Delta; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw{verified id got chk children dne exception note}; diff --git a/lib/Test2/Compare/Event.pm b/lib/Test2/Compare/Event.pm index 04c1511a9..43642ab57 100644 --- a/lib/Test2/Compare/Event.pm +++ b/lib/Test2/Compare/Event.pm @@ -8,7 +8,7 @@ use Test2::Compare::EventMeta(); use base 'Test2::Compare::Object'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/etype/; diff --git a/lib/Test2/Compare/EventMeta.pm b/lib/Test2/Compare/EventMeta.pm index bfb8fb2a8..c1601d973 100644 --- a/lib/Test2/Compare/EventMeta.pm +++ b/lib/Test2/Compare/EventMeta.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Meta'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase; diff --git a/lib/Test2/Compare/Float.pm b/lib/Test2/Compare/Float.pm index bc195b861..be6d9edfc 100644 --- a/lib/Test2/Compare/Float.pm +++ b/lib/Test2/Compare/Float.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our $DEFAULT_TOLERANCE = 1e-08; diff --git a/lib/Test2/Compare/Hash.pm b/lib/Test2/Compare/Hash.pm index 2633b1ab8..c5e8b6f34 100644 --- a/lib/Test2/Compare/Hash.pm +++ b/lib/Test2/Compare/Hash.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_val/; diff --git a/lib/Test2/Compare/Isa.pm b/lib/Test2/Compare/Isa.pm index 03556b83f..280487209 100644 --- a/lib/Test2/Compare/Isa.pm +++ b/lib/Test2/Compare/Isa.pm @@ -7,7 +7,7 @@ use Scalar::Util qw/blessed/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Meta.pm b/lib/Test2/Compare/Meta.pm index 55a7f3316..24f4214d0 100644 --- a/lib/Test2/Compare/Meta.pm +++ b/lib/Test2/Compare/Meta.pm @@ -7,7 +7,7 @@ use Test2::Compare::Isa(); use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/items/; diff --git a/lib/Test2/Compare/Negatable.pm b/lib/Test2/Compare/Negatable.pm index daeef7617..dea800652 100644 --- a/lib/Test2/Compare/Negatable.pm +++ b/lib/Test2/Compare/Negatable.pm @@ -2,7 +2,7 @@ package Test2::Compare::Negatable; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; require overload; require Test2::Util::HashBase; diff --git a/lib/Test2/Compare/Number.pm b/lib/Test2/Compare/Number.pm index e6c829c94..010f29243 100644 --- a/lib/Test2/Compare/Number.pm +++ b/lib/Test2/Compare/Number.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input mode/; diff --git a/lib/Test2/Compare/Object.pm b/lib/Test2/Compare/Object.pm index 63a17a624..2f6073242 100644 --- a/lib/Test2/Compare/Object.pm +++ b/lib/Test2/Compare/Object.pm @@ -8,7 +8,7 @@ use Test2::Compare::Meta(); use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/calls meta refcheck ending/; diff --git a/lib/Test2/Compare/OrderedSubset.pm b/lib/Test2/Compare/OrderedSubset.pm index ec9a3aa10..f8e61f28a 100644 --- a/lib/Test2/Compare/OrderedSubset.pm +++ b/lib/Test2/Compare/OrderedSubset.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/inref items/; diff --git a/lib/Test2/Compare/Pattern.pm b/lib/Test2/Compare/Pattern.pm index f8e4a51ac..8feac7eac 100644 --- a/lib/Test2/Compare/Pattern.pm +++ b/lib/Test2/Compare/Pattern.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/pattern stringify_got/; diff --git a/lib/Test2/Compare/Ref.pm b/lib/Test2/Compare/Ref.pm index b6cc21add..6c019aa82 100644 --- a/lib/Test2/Compare/Ref.pm +++ b/lib/Test2/Compare/Ref.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Regex.pm b/lib/Test2/Compare/Regex.pm index 1746ed418..a40dd4dcd 100644 --- a/lib/Test2/Compare/Regex.pm +++ b/lib/Test2/Compare/Regex.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Scalar.pm b/lib/Test2/Compare/Scalar.pm index 2faa8f608..deb3c1a25 100644 --- a/lib/Test2/Compare/Scalar.pm +++ b/lib/Test2/Compare/Scalar.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/item/; diff --git a/lib/Test2/Compare/Set.pm b/lib/Test2/Compare/Set.pm index e0533e317..5191de963 100644 --- a/lib/Test2/Compare/Set.pm +++ b/lib/Test2/Compare/Set.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/checks _reduction/; diff --git a/lib/Test2/Compare/String.pm b/lib/Test2/Compare/String.pm index 5acd2922e..f6ed5b43e 100644 --- a/lib/Test2/Compare/String.pm +++ b/lib/Test2/Compare/String.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/input/; diff --git a/lib/Test2/Compare/Undef.pm b/lib/Test2/Compare/Undef.pm index 37e379972..684a16d0a 100644 --- a/lib/Test2/Compare/Undef.pm +++ b/lib/Test2/Compare/Undef.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase; diff --git a/lib/Test2/Compare/Wildcard.pm b/lib/Test2/Compare/Wildcard.pm index f78c4db82..0dffbef29 100644 --- a/lib/Test2/Compare/Wildcard.pm +++ b/lib/Test2/Compare/Wildcard.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/expect/; diff --git a/lib/Test2/Event.pm b/lib/Test2/Event.pm index 58a96014c..079662590 100644 --- a/lib/Test2/Event.pm +++ b/lib/Test2/Event.pm @@ -2,7 +2,7 @@ package Test2::Event; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/blessed reftype/; use Carp qw/croak/; diff --git a/lib/Test2/Event/Bail.pm b/lib/Test2/Event/Bail.pm index b97781be5..0480dbe1c 100644 --- a/lib/Test2/Event/Bail.pm +++ b/lib/Test2/Event/Bail.pm @@ -2,7 +2,7 @@ package Test2::Event::Bail; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Diag.pm b/lib/Test2/Event/Diag.pm index 49a148d3b..f4af1eee7 100644 --- a/lib/Test2/Event/Diag.pm +++ b/lib/Test2/Event/Diag.pm @@ -2,7 +2,7 @@ package Test2::Event::Diag; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Encoding.pm b/lib/Test2/Event/Encoding.pm index bf2de3727..a67da927c 100644 --- a/lib/Test2/Event/Encoding.pm +++ b/lib/Test2/Event/Encoding.pm @@ -2,7 +2,7 @@ package Test2::Event::Encoding; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Event/Exception.pm b/lib/Test2/Event/Exception.pm index 7bfe845e9..2e4b16e26 100644 --- a/lib/Test2/Event/Exception.pm +++ b/lib/Test2/Event/Exception.pm @@ -2,7 +2,7 @@ package Test2::Event::Exception; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Fail.pm b/lib/Test2/Event/Fail.pm index 1da252d1d..3e6993a9c 100644 --- a/lib/Test2/Event/Fail.pm +++ b/lib/Test2/Event/Fail.pm @@ -2,7 +2,7 @@ package Test2::Event::Fail; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::EventFacet::Info; diff --git a/lib/Test2/Event/Generic.pm b/lib/Test2/Event/Generic.pm index 4dec4ca68..85924d582 100644 --- a/lib/Test2/Event/Generic.pm +++ b/lib/Test2/Event/Generic.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw/croak/; use Scalar::Util qw/reftype/; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; diff --git a/lib/Test2/Event/Note.pm b/lib/Test2/Event/Note.pm index 9cfb9336b..ad2aa51c9 100644 --- a/lib/Test2/Event/Note.pm +++ b/lib/Test2/Event/Note.pm @@ -2,7 +2,7 @@ package Test2::Event::Note; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Ok.pm b/lib/Test2/Event/Ok.pm index 1002fa272..96a2bc682 100644 --- a/lib/Test2/Event/Ok.pm +++ b/lib/Test2/Event/Ok.pm @@ -2,7 +2,7 @@ package Test2::Event::Ok; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Pass.pm b/lib/Test2/Event/Pass.pm index cba1b5bc5..00a3d58d5 100644 --- a/lib/Test2/Event/Pass.pm +++ b/lib/Test2/Event/Pass.pm @@ -2,7 +2,7 @@ package Test2::Event::Pass; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::EventFacet::Info; diff --git a/lib/Test2/Event/Plan.pm b/lib/Test2/Event/Plan.pm index 7cde6b735..729b8b2f7 100644 --- a/lib/Test2/Event/Plan.pm +++ b/lib/Test2/Event/Plan.pm @@ -2,7 +2,7 @@ package Test2::Event::Plan; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Skip.pm b/lib/Test2/Event/Skip.pm index d599e6d3f..7e436cf38 100644 --- a/lib/Test2/Event/Skip.pm +++ b/lib/Test2/Event/Skip.pm @@ -2,7 +2,7 @@ package Test2::Event::Skip; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } diff --git a/lib/Test2/Event/Subtest.pm b/lib/Test2/Event/Subtest.pm index 0d2e51b4a..37c1d6d6c 100644 --- a/lib/Test2/Event/Subtest.pm +++ b/lib/Test2/Event/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Event::Subtest; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffered subtest_id subtest_uuid start_stamp stop_stamp}; diff --git a/lib/Test2/Event/TAP/Version.pm b/lib/Test2/Event/TAP/Version.pm index 0e6f26707..3b33cef32 100644 --- a/lib/Test2/Event/TAP/Version.pm +++ b/lib/Test2/Event/TAP/Version.pm @@ -2,7 +2,7 @@ package Test2::Event::TAP::Version; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Event/V2.pm b/lib/Test2/Event/V2.pm index 03b94810a..e9f20e6d8 100644 --- a/lib/Test2/Event/V2.pm +++ b/lib/Test2/Event/V2.pm @@ -2,7 +2,7 @@ package Test2::Event::V2; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/reftype/; use Carp qw/croak/; diff --git a/lib/Test2/Event/Waiting.pm b/lib/Test2/Event/Waiting.pm index d91058a72..0a0938d26 100644 --- a/lib/Test2/Event/Waiting.pm +++ b/lib/Test2/Event/Waiting.pm @@ -2,7 +2,7 @@ package Test2::Event::Waiting; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/EventFacet.pm b/lib/Test2/EventFacet.pm index 499eca909..b603bfe12 100644 --- a/lib/Test2/EventFacet.pm +++ b/lib/Test2/EventFacet.pm @@ -2,7 +2,7 @@ package Test2::EventFacet; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/-details/; use Carp qw/croak/; diff --git a/lib/Test2/EventFacet/About.pm b/lib/Test2/EventFacet/About.pm index 2d1b1f048..7d8d5791a 100644 --- a/lib/Test2/EventFacet/About.pm +++ b/lib/Test2/EventFacet/About.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::About; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -package -no_display -uuid -eid }; diff --git a/lib/Test2/EventFacet/Amnesty.pm b/lib/Test2/EventFacet/Amnesty.pm index e01bba1ee..93fea199f 100644 --- a/lib/Test2/EventFacet/Amnesty.pm +++ b/lib/Test2/EventFacet/Amnesty.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Amnesty; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Assert.pm b/lib/Test2/EventFacet/Assert.pm index c63006f73..1de7c8019 100644 --- a/lib/Test2/EventFacet/Assert.pm +++ b/lib/Test2/EventFacet/Assert.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Assert; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no_debug -number }; diff --git a/lib/Test2/EventFacet/Control.pm b/lib/Test2/EventFacet/Control.pm index 066486c55..3c94554d3 100644 --- a/lib/Test2/EventFacet/Control.pm +++ b/lib/Test2/EventFacet/Control.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Control; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding -phase }; diff --git a/lib/Test2/EventFacet/Error.pm b/lib/Test2/EventFacet/Error.pm index badedb415..71f1e160f 100644 --- a/lib/Test2/EventFacet/Error.pm +++ b/lib/Test2/EventFacet/Error.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Error; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub facet_key { 'errors' } sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Hub.pm b/lib/Test2/EventFacet/Hub.pm index 9e7dd44ad..e848e59f4 100644 --- a/lib/Test2/EventFacet/Hub.pm +++ b/lib/Test2/EventFacet/Hub.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Hub; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub is_list { 1 } sub facet_key { 'hubs' } diff --git a/lib/Test2/EventFacet/Info.pm b/lib/Test2/EventFacet/Info.pm index 63c2fda7c..b0732406a 100644 --- a/lib/Test2/EventFacet/Info.pm +++ b/lib/Test2/EventFacet/Info.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Info; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Info/Table.pm b/lib/Test2/EventFacet/Info/Table.pm index 190371794..f6a36511a 100644 --- a/lib/Test2/EventFacet/Info/Table.pm +++ b/lib/Test2/EventFacet/Info/Table.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Info::Table; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/confess/; diff --git a/lib/Test2/EventFacet/Meta.pm b/lib/Test2/EventFacet/Meta.pm index dbd21d7c2..5e586665d 100644 --- a/lib/Test2/EventFacet/Meta.pm +++ b/lib/Test2/EventFacet/Meta.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Meta; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use vars qw/$AUTOLOAD/; diff --git a/lib/Test2/EventFacet/Parent.pm b/lib/Test2/EventFacet/Parent.pm index 7e202e565..e2006ee12 100644 --- a/lib/Test2/EventFacet/Parent.pm +++ b/lib/Test2/EventFacet/Parent.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Parent; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/confess/; diff --git a/lib/Test2/EventFacet/Plan.pm b/lib/Test2/EventFacet/Plan.pm index 26fc1ad3f..df56a6430 100644 --- a/lib/Test2/EventFacet/Plan.pm +++ b/lib/Test2/EventFacet/Plan.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Plan; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -skip -none }; diff --git a/lib/Test2/EventFacet/Render.pm b/lib/Test2/EventFacet/Render.pm index 7ac9531bb..85ab6fb43 100644 --- a/lib/Test2/EventFacet/Render.pm +++ b/lib/Test2/EventFacet/Render.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Render; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Trace.pm b/lib/Test2/EventFacet/Trace.pm index ce55241bc..64d5d8f4b 100644 --- a/lib/Test2/EventFacet/Trace.pm +++ b/lib/Test2/EventFacet/Trace.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Trace; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } diff --git a/lib/Test2/Formatter.pm b/lib/Test2/Formatter.pm index 1dc808ae5..2adab34f9 100644 --- a/lib/Test2/Formatter.pm +++ b/lib/Test2/Formatter.pm @@ -2,7 +2,7 @@ package Test2::Formatter; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; my %ADDED; diff --git a/lib/Test2/Formatter/TAP.pm b/lib/Test2/Formatter/TAP.pm index 796fd7287..f8536ae4f 100644 --- a/lib/Test2/Formatter/TAP.pm +++ b/lib/Test2/Formatter/TAP.pm @@ -2,7 +2,7 @@ package Test2::Formatter::TAP; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/clone_io/; diff --git a/lib/Test2/Hub.pm b/lib/Test2/Hub.pm index d8dd82521..876ec89fa 100644 --- a/lib/Test2/Hub.pm +++ b/lib/Test2/Hub.pm @@ -2,7 +2,7 @@ package Test2::Hub; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/carp croak confess/; diff --git a/lib/Test2/Hub/Interceptor.pm b/lib/Test2/Hub/Interceptor.pm index 8479acdd0..56009c552 100644 --- a/lib/Test2/Hub/Interceptor.pm +++ b/lib/Test2/Hub/Interceptor.pm @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Hub::Interceptor::Terminator(); diff --git a/lib/Test2/Hub/Interceptor/Terminator.pm b/lib/Test2/Hub/Interceptor/Terminator.pm index 37f019c33..ba2a6f8f4 100644 --- a/lib/Test2/Hub/Interceptor/Terminator.pm +++ b/lib/Test2/Hub/Interceptor/Terminator.pm @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor::Terminator; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Hub/Subtest.pm b/lib/Test2/Hub/Subtest.pm index 238ffbea4..31ef18369 100644 --- a/lib/Test2/Hub/Subtest.pm +++ b/lib/Test2/Hub/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Hub::Subtest; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase qw/nested exit_code manual_skip_all/; diff --git a/lib/Test2/IPC.pm b/lib/Test2/IPC.pm index 131fc0b14..1cafd3f2f 100644 --- a/lib/Test2/IPC.pm +++ b/lib/Test2/IPC.pm @@ -2,7 +2,7 @@ package Test2::IPC; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API::Instance; diff --git a/lib/Test2/IPC/Driver.pm b/lib/Test2/IPC/Driver.pm index 83ab1e786..8bcf7d07b 100644 --- a/lib/Test2/IPC/Driver.pm +++ b/lib/Test2/IPC/Driver.pm @@ -2,7 +2,7 @@ package Test2::IPC::Driver; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/confess/; diff --git a/lib/Test2/IPC/Driver/Files.pm b/lib/Test2/IPC/Driver/Files.pm index 93062ccae..b34a4602b 100644 --- a/lib/Test2/IPC/Driver/Files.pm +++ b/lib/Test2/IPC/Driver/Files.pm @@ -2,7 +2,7 @@ package Test2::IPC::Driver::Files; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } diff --git a/lib/Test2/Manual.pm b/lib/Test2/Manual.pm index addcbfd3d..15cbfbb57 100644 --- a/lib/Test2/Manual.pm +++ b/lib/Test2/Manual.pm @@ -2,7 +2,7 @@ package Test2::Manual; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy.pm b/lib/Test2/Manual/Anatomy.pm index 77d81da66..3c240ccc2 100644 --- a/lib/Test2/Manual/Anatomy.pm +++ b/lib/Test2/Manual/Anatomy.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/API.pm b/lib/Test2/Manual/Anatomy/API.pm index fc51918d1..26bbce363 100644 --- a/lib/Test2/Manual/Anatomy/API.pm +++ b/lib/Test2/Manual/Anatomy/API.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::API; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/Context.pm b/lib/Test2/Manual/Anatomy/Context.pm index 931fd682f..92802bcaa 100644 --- a/lib/Test2/Manual/Anatomy/Context.pm +++ b/lib/Test2/Manual/Anatomy/Context.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Context; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/EndToEnd.pm b/lib/Test2/Manual/Anatomy/EndToEnd.pm index 9d5e83ce1..3e26f19a1 100644 --- a/lib/Test2/Manual/Anatomy/EndToEnd.pm +++ b/lib/Test2/Manual/Anatomy/EndToEnd.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::EndToEnd; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/Event.pm b/lib/Test2/Manual/Anatomy/Event.pm index a226fcb05..87c23cde9 100644 --- a/lib/Test2/Manual/Anatomy/Event.pm +++ b/lib/Test2/Manual/Anatomy/Event.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Event; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/Hubs.pm b/lib/Test2/Manual/Anatomy/Hubs.pm index c11f6f739..b8b9e50e0 100644 --- a/lib/Test2/Manual/Anatomy/Hubs.pm +++ b/lib/Test2/Manual/Anatomy/Hubs.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Hubs; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/IPC.pm b/lib/Test2/Manual/Anatomy/IPC.pm index 8de0f5d37..787aaa180 100644 --- a/lib/Test2/Manual/Anatomy/IPC.pm +++ b/lib/Test2/Manual/Anatomy/IPC.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::IPC; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Anatomy/Utilities.pm b/lib/Test2/Manual/Anatomy/Utilities.pm index 1639617c7..e32e9087c 100644 --- a/lib/Test2/Manual/Anatomy/Utilities.pm +++ b/lib/Test2/Manual/Anatomy/Utilities.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Utilities; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Concurrency.pm b/lib/Test2/Manual/Concurrency.pm index f371a2174..3c6f6476a 100644 --- a/lib/Test2/Manual/Concurrency.pm +++ b/lib/Test2/Manual/Concurrency.pm @@ -2,7 +2,7 @@ package Test2::Manual::Concurrency; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Contributing.pm b/lib/Test2/Manual/Contributing.pm index 4407ca923..3f6f69e33 100644 --- a/lib/Test2/Manual/Contributing.pm +++ b/lib/Test2/Manual/Contributing.pm @@ -1,6 +1,6 @@ package Test2::Manual::Contributing; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Testing.pm b/lib/Test2/Manual/Testing.pm index 3e3af70d5..e9b54ea0c 100644 --- a/lib/Test2/Manual/Testing.pm +++ b/lib/Test2/Manual/Testing.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Testing/Introduction.pm b/lib/Test2/Manual/Testing/Introduction.pm index c0cd73599..932a326b3 100644 --- a/lib/Test2/Manual/Testing/Introduction.pm +++ b/lib/Test2/Manual/Testing/Introduction.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Introduction; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Testing/Migrating.pm b/lib/Test2/Manual/Testing/Migrating.pm index d56aee46e..858e7438b 100644 --- a/lib/Test2/Manual/Testing/Migrating.pm +++ b/lib/Test2/Manual/Testing/Migrating.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Migrating; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Testing/Planning.pm b/lib/Test2/Manual/Testing/Planning.pm index e4c8ef98a..92d04f60f 100644 --- a/lib/Test2/Manual/Testing/Planning.pm +++ b/lib/Test2/Manual/Testing/Planning.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Planning; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Testing/Todo.pm b/lib/Test2/Manual/Testing/Todo.pm index c03c08bc6..55e28716d 100644 --- a/lib/Test2/Manual/Testing/Todo.pm +++ b/lib/Test2/Manual/Testing/Todo.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Todo; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling.pm b/lib/Test2/Manual/Tooling.pm index d02ebe37d..e3f08fbb7 100644 --- a/lib/Test2/Manual/Tooling.pm +++ b/lib/Test2/Manual/Tooling.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/FirstTool.pm b/lib/Test2/Manual/Tooling/FirstTool.pm index a242d156f..c65df6e3e 100644 --- a/lib/Test2/Manual/Tooling/FirstTool.pm +++ b/lib/Test2/Manual/Tooling/FirstTool.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::FirstTool; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Formatter.pm b/lib/Test2/Manual/Tooling/Formatter.pm index db89afdad..d0beb6511 100644 --- a/lib/Test2/Manual/Tooling/Formatter.pm +++ b/lib/Test2/Manual/Tooling/Formatter.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Formatter; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Nesting.pm b/lib/Test2/Manual/Tooling/Nesting.pm index 6dbd54093..3ba563fcf 100644 --- a/lib/Test2/Manual/Tooling/Nesting.pm +++ b/lib/Test2/Manual/Tooling/Nesting.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Nesting; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Plugin/TestExit.pm b/lib/Test2/Manual/Tooling/Plugin/TestExit.pm index 7b4cceb02..765a2f6f4 100644 --- a/lib/Test2/Manual/Tooling/Plugin/TestExit.pm +++ b/lib/Test2/Manual/Tooling/Plugin/TestExit.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::TestExit; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm b/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm index aba7d71ba..df54d3dde 100644 --- a/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm +++ b/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::TestingDone; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm b/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm index bf07d2a02..3f4006686 100644 --- a/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm +++ b/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::ToolCompletes; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm b/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm index 503fe709e..0deff9cac 100644 --- a/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm +++ b/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::ToolStarts; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Subtest.pm b/lib/Test2/Manual/Tooling/Subtest.pm index 9d46d6d72..aee7d24d0 100644 --- a/lib/Test2/Manual/Tooling/Subtest.pm +++ b/lib/Test2/Manual/Tooling/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Subtest; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/TestBuilder.pm b/lib/Test2/Manual/Tooling/TestBuilder.pm index 1e2040629..aec500222 100644 --- a/lib/Test2/Manual/Tooling/TestBuilder.pm +++ b/lib/Test2/Manual/Tooling/TestBuilder.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::TestBuilder; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Manual/Tooling/Testing.pm b/lib/Test2/Manual/Tooling/Testing.pm index c15c0d5ec..86b834808 100644 --- a/lib/Test2/Manual/Tooling/Testing.pm +++ b/lib/Test2/Manual/Tooling/Testing.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Testing; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Mock.pm b/lib/Test2/Mock.pm index 068fce709..8c2da9b2e 100644 --- a/lib/Test2/Mock.pm +++ b/lib/Test2/Mock.pm @@ -2,7 +2,7 @@ package Test2::Mock; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak confess/; our @CARP_NOT = (__PACKAGE__); diff --git a/lib/Test2/Plugin.pm b/lib/Test2/Plugin.pm index 0cbd47274..689379220 100644 --- a/lib/Test2/Plugin.pm +++ b/lib/Test2/Plugin.pm @@ -2,7 +2,7 @@ package Test2::Plugin; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Plugin/BailOnFail.pm b/lib/Test2/Plugin/BailOnFail.pm index d9fe1ee7a..94931c0b7 100644 --- a/lib/Test2/Plugin/BailOnFail.pm +++ b/lib/Test2/Plugin/BailOnFail.pm @@ -2,7 +2,7 @@ package Test2::Plugin::BailOnFail; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/test2_add_callback_context_release/; diff --git a/lib/Test2/Plugin/DieOnFail.pm b/lib/Test2/Plugin/DieOnFail.pm index 0a862e385..6474de939 100644 --- a/lib/Test2/Plugin/DieOnFail.pm +++ b/lib/Test2/Plugin/DieOnFail.pm @@ -2,7 +2,7 @@ package Test2::Plugin::DieOnFail; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/test2_add_callback_context_release/; diff --git a/lib/Test2/Plugin/ExitSummary.pm b/lib/Test2/Plugin/ExitSummary.pm index d50b1b639..262cd0f63 100644 --- a/lib/Test2/Plugin/ExitSummary.pm +++ b/lib/Test2/Plugin/ExitSummary.pm @@ -2,7 +2,7 @@ package Test2::Plugin::ExitSummary; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/test2_add_callback_exit/; diff --git a/lib/Test2/Plugin/SRand.pm b/lib/Test2/Plugin/SRand.pm index 4ebd0aebf..7580a77c9 100644 --- a/lib/Test2/Plugin/SRand.pm +++ b/lib/Test2/Plugin/SRand.pm @@ -2,7 +2,7 @@ package Test2::Plugin::SRand; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/carp/; diff --git a/lib/Test2/Plugin/Times.pm b/lib/Test2/Plugin/Times.pm index 1c429a88a..81af5bde9 100644 --- a/lib/Test2/Plugin/Times.pm +++ b/lib/Test2/Plugin/Times.pm @@ -10,7 +10,7 @@ use Test2::API qw{ use Time::HiRes qw/time/; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; my $ADDED_HOOK = 0; my $START; diff --git a/lib/Test2/Plugin/UTF8.pm b/lib/Test2/Plugin/UTF8.pm index 5bf7d4a69..b72626b22 100644 --- a/lib/Test2/Plugin/UTF8.pm +++ b/lib/Test2/Plugin/UTF8.pm @@ -2,7 +2,7 @@ package Test2::Plugin::UTF8; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Require.pm b/lib/Test2/Require.pm index 5805ff3a1..5d9742eab 100644 --- a/lib/Test2/Require.pm +++ b/lib/Test2/Require.pm @@ -2,7 +2,7 @@ package Test2::Require; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/context/; use Carp qw/croak/; diff --git a/lib/Test2/Require/AuthorTesting.pm b/lib/Test2/Require/AuthorTesting.pm index 5282e6532..992e5cbfb 100644 --- a/lib/Test2/Require/AuthorTesting.pm +++ b/lib/Test2/Require/AuthorTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/AutomatedTesting.pm b/lib/Test2/Require/AutomatedTesting.pm index c416f07d7..c94c7baf6 100644 --- a/lib/Test2/Require/AutomatedTesting.pm +++ b/lib/Test2/Require/AutomatedTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/EnvVar.pm b/lib/Test2/Require/EnvVar.pm index a75d32a53..58328bd2b 100644 --- a/lib/Test2/Require/EnvVar.pm +++ b/lib/Test2/Require/EnvVar.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw/confess/; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/ExtendedTesting.pm b/lib/Test2/Require/ExtendedTesting.pm index 17ceffaa4..a0ff980a5 100644 --- a/lib/Test2/Require/ExtendedTesting.pm +++ b/lib/Test2/Require/ExtendedTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/Fork.pm b/lib/Test2/Require/Fork.pm index e1d1a9ad4..c61905c23 100644 --- a/lib/Test2/Require/Fork.pm +++ b/lib/Test2/Require/Fork.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/CAN_FORK/; diff --git a/lib/Test2/Require/Module.pm b/lib/Test2/Require/Module.pm index 213c70bfa..e9cefe4b1 100644 --- a/lib/Test2/Require/Module.pm +++ b/lib/Test2/Require/Module.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/Require/NonInteractiveTesting.pm b/lib/Test2/Require/NonInteractiveTesting.pm index 4e47a1b7d..f32815e68 100644 --- a/lib/Test2/Require/NonInteractiveTesting.pm +++ b/lib/Test2/Require/NonInteractiveTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/Perl.pm b/lib/Test2/Require/Perl.pm index b344ab73f..15347525d 100644 --- a/lib/Test2/Require/Perl.pm +++ b/lib/Test2/Require/Perl.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype/; diff --git a/lib/Test2/Require/RealFork.pm b/lib/Test2/Require/RealFork.pm index 9a1be338a..931547962 100644 --- a/lib/Test2/Require/RealFork.pm +++ b/lib/Test2/Require/RealFork.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/CAN_REALLY_FORK/; diff --git a/lib/Test2/Require/ReleaseTesting.pm b/lib/Test2/Require/ReleaseTesting.pm index d582928e3..0f11d23bf 100644 --- a/lib/Test2/Require/ReleaseTesting.pm +++ b/lib/Test2/Require/ReleaseTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub skip { my $class = shift; diff --git a/lib/Test2/Require/Threads.pm b/lib/Test2/Require/Threads.pm index 0cc41bcf8..a3f8de7ab 100644 --- a/lib/Test2/Require/Threads.pm +++ b/lib/Test2/Require/Threads.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/CAN_THREAD/; diff --git a/lib/Test2/Suite.pm b/lib/Test2/Suite.pm index cf990815e..f4b974be2 100644 --- a/lib/Test2/Suite.pm +++ b/lib/Test2/Suite.pm @@ -2,7 +2,7 @@ package Test2::Suite; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Todo.pm b/lib/Test2/Todo.pm index 3f23212b4..eb9f9a579 100644 --- a/lib/Test2/Todo.pm +++ b/lib/Test2/Todo.pm @@ -9,7 +9,7 @@ use Test2::API qw/test2_stack/; use overload '""' => \&reason, fallback => 1; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub init { my $self = shift; diff --git a/lib/Test2/Tools.pm b/lib/Test2/Tools.pm index 3140f8db8..7d5ca5591 100644 --- a/lib/Test2/Tools.pm +++ b/lib/Test2/Tools.pm @@ -2,7 +2,7 @@ package Test2::Tools; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/Tools/AsyncSubtest.pm b/lib/Test2/Tools/AsyncSubtest.pm index 22b17cc91..8e65ec92d 100644 --- a/lib/Test2/Tools/AsyncSubtest.pm +++ b/lib/Test2/Tools/AsyncSubtest.pm @@ -2,7 +2,7 @@ package Test2::Tools::AsyncSubtest; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::IPC; use Test2::AsyncSubtest; diff --git a/lib/Test2/Tools/Basic.pm b/lib/Test2/Tools/Basic.pm index 991640d30..b05b4ea12 100644 --- a/lib/Test2/Tools/Basic.pm +++ b/lib/Test2/Tools/Basic.pm @@ -2,7 +2,7 @@ package Test2::Tools::Basic; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use Test2::API qw/context/; diff --git a/lib/Test2/Tools/Class.pm b/lib/Test2/Tools/Class.pm index 5a2168618..d979638ec 100644 --- a/lib/Test2/Tools/Class.pm +++ b/lib/Test2/Tools/Class.pm @@ -2,7 +2,7 @@ package Test2::Tools::Class; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; diff --git a/lib/Test2/Tools/ClassicCompare.pm b/lib/Test2/Tools/ClassicCompare.pm index 15b4c129f..014f93d9e 100644 --- a/lib/Test2/Tools/ClassicCompare.pm +++ b/lib/Test2/Tools/ClassicCompare.pm @@ -2,7 +2,7 @@ package Test2::Tools::ClassicCompare; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; diff --git a/lib/Test2/Tools/Compare.pm b/lib/Test2/Tools/Compare.pm index b755bbd52..555c27eeb 100644 --- a/lib/Test2/Tools/Compare.pm +++ b/lib/Test2/Tools/Compare.pm @@ -2,7 +2,7 @@ package Test2::Tools::Compare; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use Scalar::Util qw/reftype/; diff --git a/lib/Test2/Tools/Defer.pm b/lib/Test2/Tools/Defer.pm index 4a83d9fb3..4ff277d19 100644 --- a/lib/Test2/Tools/Defer.pm +++ b/lib/Test2/Tools/Defer.pm @@ -2,7 +2,7 @@ package Test2::Tools::Defer; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Tools/Encoding.pm b/lib/Test2/Tools/Encoding.pm index 0adeab4a5..ea8408efd 100644 --- a/lib/Test2/Tools/Encoding.pm +++ b/lib/Test2/Tools/Encoding.pm @@ -8,7 +8,7 @@ use Test2::API qw/test2_stack/; use base 'Exporter'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @EXPORT = qw/set_encoding/; diff --git a/lib/Test2/Tools/Event.pm b/lib/Test2/Tools/Event.pm index ef395066e..01a72aa96 100644 --- a/lib/Test2/Tools/Event.pm +++ b/lib/Test2/Tools/Event.pm @@ -2,7 +2,7 @@ package Test2::Tools::Event; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/Tools/Exception.pm b/lib/Test2/Tools/Exception.pm index b48cb4f3b..7762e8eb8 100644 --- a/lib/Test2/Tools/Exception.pm +++ b/lib/Test2/Tools/Exception.pm @@ -2,7 +2,7 @@ package Test2::Tools::Exception; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/carp/; use Test2::API qw/context/; diff --git a/lib/Test2/Tools/Exports.pm b/lib/Test2/Tools/Exports.pm index c509bbcbf..ce6b27555 100644 --- a/lib/Test2/Tools/Exports.pm +++ b/lib/Test2/Tools/Exports.pm @@ -2,7 +2,7 @@ package Test2::Tools::Exports; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak carp/; use Test2::API qw/context/; diff --git a/lib/Test2/Tools/GenTemp.pm b/lib/Test2/Tools/GenTemp.pm index 82c045e62..a80c83ae1 100644 --- a/lib/Test2/Tools/GenTemp.pm +++ b/lib/Test2/Tools/GenTemp.pm @@ -3,7 +3,7 @@ package Test2::Tools::GenTemp; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use File::Temp qw/tempdir/; use File::Spec; diff --git a/lib/Test2/Tools/Grab.pm b/lib/Test2/Tools/Grab.pm index a31f6600c..345a304c2 100644 --- a/lib/Test2/Tools/Grab.pm +++ b/lib/Test2/Tools/Grab.pm @@ -2,7 +2,7 @@ package Test2::Tools::Grab; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::Grabber; use Test2::EventFacet::Trace(); diff --git a/lib/Test2/Tools/Mock.pm b/lib/Test2/Tools/Mock.pm index 4c3800959..650be7cb3 100644 --- a/lib/Test2/Tools/Mock.pm +++ b/lib/Test2/Tools/Mock.pm @@ -11,7 +11,7 @@ use Test2::Mock(); use base 'Exporter'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @CARP_NOT = (__PACKAGE__, 'Test2::Mock'); our @EXPORT = qw/mock mocked/; diff --git a/lib/Test2/Tools/Ref.pm b/lib/Test2/Tools/Ref.pm index 5679bfe08..894fc42b6 100644 --- a/lib/Test2/Tools/Ref.pm +++ b/lib/Test2/Tools/Ref.pm @@ -2,7 +2,7 @@ package Test2::Tools::Ref; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/reftype refaddr/; use Test2::API qw/context/; diff --git a/lib/Test2/Tools/Refcount.pm b/lib/Test2/Tools/Refcount.pm index 5181d5f4a..26012f287 100644 --- a/lib/Test2/Tools/Refcount.pm +++ b/lib/Test2/Tools/Refcount.pm @@ -13,7 +13,7 @@ use Test2::API qw(context release); use Scalar::Util qw( weaken refaddr ); use B qw( svref_2object ); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @EXPORT = qw( is_refcount diff --git a/lib/Test2/Tools/Spec.pm b/lib/Test2/Tools/Spec.pm index c291edde5..2ff9d2ea1 100644 --- a/lib/Test2/Tools/Spec.pm +++ b/lib/Test2/Tools/Spec.pm @@ -2,7 +2,7 @@ package Test2::Tools::Spec; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use Test2::Workflow qw/parse_args build current_build root_build init_root build_stack/; diff --git a/lib/Test2/Tools/Subtest.pm b/lib/Test2/Tools/Subtest.pm index 5873f6070..00e875d7c 100644 --- a/lib/Test2/Tools/Subtest.pm +++ b/lib/Test2/Tools/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Tools::Subtest; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/context run_subtest/; use Test2::Util qw/try/; diff --git a/lib/Test2/Tools/Target.pm b/lib/Test2/Tools/Target.pm index 22336a234..03487fa5a 100644 --- a/lib/Test2/Tools/Target.pm +++ b/lib/Test2/Tools/Target.pm @@ -2,7 +2,7 @@ package Test2::Tools::Target; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Tools/Tester.pm b/lib/Test2/Tools/Tester.pm index d27d69ea7..56a35dc4f 100644 --- a/lib/Test2/Tools/Tester.pm +++ b/lib/Test2/Tools/Tester.pm @@ -2,7 +2,7 @@ package Test2::Tools::Tester; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use Test2::Util::Ref qw/rtype/; diff --git a/lib/Test2/Tools/Tiny.pm b/lib/Test2/Tools/Tiny.pm index d007c65a2..67ca98e3a 100644 --- a/lib/Test2/Tools/Tiny.pm +++ b/lib/Test2/Tools/Tiny.pm @@ -16,7 +16,7 @@ use Test2::API qw/context run_subtest test2_stack/; use Test2::Hub::Interceptor(); use Test2::Hub::Interceptor::Terminator(); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; BEGIN { require Exporter; our @ISA = qw(Exporter) } our @EXPORT = qw{ diff --git a/lib/Test2/Tools/Warnings.pm b/lib/Test2/Tools/Warnings.pm index 4993583a7..ee364aa0d 100644 --- a/lib/Test2/Tools/Warnings.pm +++ b/lib/Test2/Tools/Warnings.pm @@ -2,7 +2,7 @@ package Test2::Tools::Warnings; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API qw/context/; diff --git a/lib/Test2/Util.pm b/lib/Test2/Util.pm index bee49c055..85b9084df 100644 --- a/lib/Test2/Util.pm +++ b/lib/Test2/Util.pm @@ -2,7 +2,7 @@ package Test2::Util; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use POSIX(); use Config qw/%Config/; diff --git a/lib/Test2/Util/ExternalMeta.pm b/lib/Test2/Util/ExternalMeta.pm index d88c2521f..5eae83079 100644 --- a/lib/Test2/Util/ExternalMeta.pm +++ b/lib/Test2/Util/ExternalMeta.pm @@ -2,7 +2,7 @@ package Test2::Util::ExternalMeta; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Util/Facets2Legacy.pm b/lib/Test2/Util/Facets2Legacy.pm index 7bc60d4b8..94799d816 100644 --- a/lib/Test2/Util/Facets2Legacy.pm +++ b/lib/Test2/Util/Facets2Legacy.pm @@ -2,7 +2,7 @@ package Test2::Util::Facets2Legacy; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; diff --git a/lib/Test2/Util/Grabber.pm b/lib/Test2/Util/Grabber.pm index 4d25fcace..264f41d6c 100644 --- a/lib/Test2/Util/Grabber.pm +++ b/lib/Test2/Util/Grabber.pm @@ -2,7 +2,7 @@ package Test2::Util::Grabber; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Hub::Interceptor(); use Test2::EventFacet::Trace(); diff --git a/lib/Test2/Util/Guard.pm b/lib/Test2/Util/Guard.pm index d2ad4f47f..7460cc0bd 100644 --- a/lib/Test2/Util/Guard.pm +++ b/lib/Test2/Util/Guard.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw(confess); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarray); diff --git a/lib/Test2/Util/HashBase.pm b/lib/Test2/Util/HashBase.pm index 7b1d8f937..0fa5e7887 100644 --- a/lib/Test2/Util/HashBase.pm +++ b/lib/Test2/Util/HashBase.pm @@ -2,7 +2,7 @@ package Test2::Util::HashBase; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; ################################################################# # # diff --git a/lib/Test2/Util/Importer.pm b/lib/Test2/Util/Importer.pm index c0dfcc524..1c59d8060 100644 --- a/lib/Test2/Util/Importer.pm +++ b/lib/Test2/Util/Importer.pm @@ -2,7 +2,7 @@ package Test2::Util::Importer; use strict; no strict 'refs'; use warnings; no warnings 'once'; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; my %SIG_TO_SLOT = ( '&' => 'CODE', diff --git a/lib/Test2/Util/Ref.pm b/lib/Test2/Util/Ref.pm index 8b6541046..eecddf48f 100644 --- a/lib/Test2/Util/Ref.pm +++ b/lib/Test2/Util/Ref.pm @@ -2,7 +2,7 @@ package Test2::Util::Ref; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Scalar::Util qw/reftype blessed refaddr/; diff --git a/lib/Test2/Util/Stash.pm b/lib/Test2/Util/Stash.pm index dad71ee23..a15eb82e1 100644 --- a/lib/Test2/Util/Stash.pm +++ b/lib/Test2/Util/Stash.pm @@ -2,7 +2,7 @@ package Test2::Util::Stash; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; use B; diff --git a/lib/Test2/Util/Sub.pm b/lib/Test2/Util/Sub.pm index a44ec13f1..cbf648ff7 100644 --- a/lib/Test2/Util/Sub.pm +++ b/lib/Test2/Util/Sub.pm @@ -2,7 +2,7 @@ package Test2::Util::Sub; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak carp/; use B(); diff --git a/lib/Test2/Util/Table.pm b/lib/Test2/Util/Table.pm index 9c6b49a3a..bbac2d082 100644 --- a/lib/Test2/Util/Table.pm +++ b/lib/Test2/Util/Table.pm @@ -2,7 +2,7 @@ package Test2::Util::Table; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Term::Table'; diff --git a/lib/Test2/Util/Table/Cell.pm b/lib/Test2/Util/Table/Cell.pm index 916edb180..9fb0f333e 100644 --- a/lib/Test2/Util/Table/Cell.pm +++ b/lib/Test2/Util/Table/Cell.pm @@ -2,7 +2,7 @@ package Test2::Util::Table::Cell; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Term::Table::Cell'; diff --git a/lib/Test2/Util/Table/LineBreak.pm b/lib/Test2/Util/Table/LineBreak.pm index 49a70e206..20ea6ab74 100644 --- a/lib/Test2/Util/Table/LineBreak.pm +++ b/lib/Test2/Util/Table/LineBreak.pm @@ -2,7 +2,7 @@ package Test2::Util::Table::LineBreak; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Term::Table::LineBreak'; diff --git a/lib/Test2/Util/Term.pm b/lib/Test2/Util/Term.pm index 84d974a07..b6e32a8b0 100644 --- a/lib/Test2/Util/Term.pm +++ b/lib/Test2/Util/Term.pm @@ -4,7 +4,7 @@ use warnings; use Term::Table::Util qw/term_size USE_GCS USE_TERM_READKEY uni_length/; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::Importer 'Test2::Util::Importer' => 'import'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY uni_length/; diff --git a/lib/Test2/Util/Times.pm b/lib/Test2/Util/Times.pm index d57ea3407..0ce631db7 100644 --- a/lib/Test2/Util/Times.pm +++ b/lib/Test2/Util/Times.pm @@ -4,7 +4,7 @@ use warnings; use List::Util qw/sum/; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; diff --git a/lib/Test2/Util/Trace.pm b/lib/Test2/Util/Trace.pm index 82415d18c..5121e2d96 100644 --- a/lib/Test2/Util/Trace.pm +++ b/lib/Test2/Util/Trace.pm @@ -6,7 +6,7 @@ use strict; our @ISA = ('Test2::EventFacet::Trace'); -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; 1; diff --git a/lib/Test2/V0.pm b/lib/Test2/V0.pm index 94a43973e..9a49a2de2 100644 --- a/lib/Test2/V0.pm +++ b/lib/Test2/V0.pm @@ -4,7 +4,7 @@ use warnings; use Test2::Util::Importer; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/Test2/Workflow.pm b/lib/Test2/Workflow.pm index b9724f74a..73f12a27f 100644 --- a/lib/Test2/Workflow.pm +++ b/lib/Test2/Workflow.pm @@ -2,7 +2,7 @@ package Test2::Workflow; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; diff --git a/lib/Test2/Workflow/BlockBase.pm b/lib/Test2/Workflow/BlockBase.pm index ab8e6d656..8da444819 100644 --- a/lib/Test2/Workflow/BlockBase.pm +++ b/lib/Test2/Workflow/BlockBase.pm @@ -2,7 +2,7 @@ package Test2::Workflow::BlockBase; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; diff --git a/lib/Test2/Workflow/Build.pm b/lib/Test2/Workflow/Build.pm index 09455a082..97de48b66 100644 --- a/lib/Test2/Workflow/Build.pm +++ b/lib/Test2/Workflow/Build.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Build; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::Workflow::Task::Group; diff --git a/lib/Test2/Workflow/Runner.pm b/lib/Test2/Workflow/Runner.pm index 5df35c0ba..cbf3272ff 100644 --- a/lib/Test2/Workflow/Runner.pm +++ b/lib/Test2/Workflow/Runner.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Runner; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API(); use Test2::Todo(); diff --git a/lib/Test2/Workflow/Task.pm b/lib/Test2/Workflow/Task.pm index c188cc492..3b1e2c842 100644 --- a/lib/Test2/Workflow/Task.pm +++ b/lib/Test2/Workflow/Task.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Test2::API(); use Test2::Event::Exception(); diff --git a/lib/Test2/Workflow/Task/Action.pm b/lib/Test2/Workflow/Task/Action.pm index 774f886be..32d7a75bd 100644 --- a/lib/Test2/Workflow/Task/Action.pm +++ b/lib/Test2/Workflow/Task/Action.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task::Action; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; diff --git a/lib/Test2/Workflow/Task/Group.pm b/lib/Test2/Workflow/Task/Group.pm index 53c14bde1..139391a65 100644 --- a/lib/Test2/Workflow/Task/Group.pm +++ b/lib/Test2/Workflow/Task/Group.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task::Group; use strict; use warnings; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use Carp qw/croak/; diff --git a/lib/ok.pm b/lib/ok.pm index 89e121cfc..fac12ba5d 100644 --- a/lib/ok.pm +++ b/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302203'; +our $VERSION = '1.302204'; use strict; use Test::More ();