diff --git a/Makefile.PL b/Makefile.PL index 7ca53302f..e84604dca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ my %WriteMakefileArgs = ( "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302113", + "VERSION" => "1.302114", "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/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/regression/*.t" } diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index dc2ddc641..bbeccc69b 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.302113'; +our $VERSION = '1.302114'; BEGIN { if( $] < 5.008 ) { diff --git a/lib/Test/Builder/Formatter.pm b/lib/Test/Builder/Formatter.pm index a828d218d..41ae950ed 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.302113'; +our $VERSION = '1.302114'; 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 8b8da6127..7250c1b25 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.302113'; +our $VERSION = '1.302114'; =head1 NAME diff --git a/lib/Test/Builder/Tester.pm b/lib/Test/Builder/Tester.pm index 9d885af4e..b0726f40a 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.302113'; +our $VERSION = '1.302114'; use Test::Builder; use Symbol; diff --git a/lib/Test/Builder/Tester/Color.pm b/lib/Test/Builder/Tester/Color.pm index 8b7cde15e..cb20b946e 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.302113'; +our $VERSION = '1.302114'; require Test::Builder::Tester; diff --git a/lib/Test/Builder/TodoDiag.pm b/lib/Test/Builder/TodoDiag.pm index b4c6d2ed5..f7c38c708 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 25237e8b5..a1ee31b5f 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.302113'; +our $VERSION = '1.302114'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index 20c49acee..1593f36fe 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -4,7 +4,7 @@ use 5.006; use strict; -our $VERSION = '1.302113'; +our $VERSION = '1.302114'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff --git a/lib/Test/Tester.pm b/lib/Test/Tester.pm index 81c3aed0a..c0d0ecf94 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.302113'; +our $VERSION = '1.302114'; @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 a4038611c..5cd012417 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.302113'; +our $VERSION = '1.302114'; use Test::Builder; diff --git a/lib/Test/Tester/CaptureRunner.pm b/lib/Test/Tester/CaptureRunner.pm index 54a706420..435eaca85 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.302113'; +our $VERSION = '1.302114'; use Test::Tester::Capture; diff --git a/lib/Test/Tester/Delegate.pm b/lib/Test/Tester/Delegate.pm index 88f349399..9441cb825 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.302113'; +our $VERSION = '1.302114'; use Scalar::Util(); diff --git a/lib/Test/use/ok.pm b/lib/Test/use/ok.pm index 33ece84c1..03d949f85 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.302113'; +our $VERSION = '1.302114'; __END__ diff --git a/lib/Test2.pm b/lib/Test2.pm index dc604e518..e27a92b03 100644 --- a/lib/Test2.pm +++ b/lib/Test2.pm @@ -2,7 +2,7 @@ package Test2; use strict; use warnings; -our $VERSION = '1.302113'; +our $VERSION = '1.302114'; 1; diff --git a/lib/Test2/API.pm b/lib/Test2/API.pm index ea9199aa5..fcef70de1 100644 --- a/lib/Test2/API.pm +++ b/lib/Test2/API.pm @@ -9,7 +9,7 @@ BEGIN { $ENV{TEST2_ACTIVE} = 1; } -our $VERSION = '1.302113'; +our $VERSION = '1.302114'; my $INST; diff --git a/lib/Test2/API/Breakage.pm b/lib/Test2/API/Breakage.pm index 75120bc38..46552d69e 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.302113'; +our $VERSION = '1.302114'; use Test2::Util qw/pkg_to_file/; diff --git a/lib/Test2/API/Context.pm b/lib/Test2/API/Context.pm index e3cf0bc1b..8d7c5deba 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.302113'; +our $VERSION = '1.302114'; use Carp qw/confess croak/; diff --git a/lib/Test2/API/Instance.pm b/lib/Test2/API/Instance.pm index f0fc711f3..8343f0e81 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.302113'; +our $VERSION = '1.302114'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; diff --git a/lib/Test2/API/Stack.pm b/lib/Test2/API/Stack.pm index e0fc191e1..7fe52dc2c 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.302113'; +our $VERSION = '1.302114'; use Test2::Hub(); diff --git a/lib/Test2/Event.pm b/lib/Test2/Event.pm index a85690cb7..3206f5203 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.302113'; +our $VERSION = '1.302114'; use Test2::Util::HashBase qw/trace -amnesty/; use Test2::Util::ExternalMeta qw/meta get_meta set_meta delete_meta/; diff --git a/lib/Test2/Event/Bail.pm b/lib/Test2/Event/Bail.pm index e7577a0b9..703941996 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Diag.pm b/lib/Test2/Event/Diag.pm index 2c2d68616..c3e132201 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Encoding.pm b/lib/Test2/Event/Encoding.pm index 9ad4eda65..07cc107fd 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.302113'; +our $VERSION = '1.302114'; use Carp qw/croak/; diff --git a/lib/Test2/Event/Exception.pm b/lib/Test2/Event/Exception.pm index 3bcb7a841..c0db46901 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Fail.pm b/lib/Test2/Event/Fail.pm index 98cad31f3..4f094b115 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.302113'; +our $VERSION = '1.302114'; use Test2::EventFacet::Info; diff --git a/lib/Test2/Event/Generic.pm b/lib/Test2/Event/Generic.pm index f3ffe3388..6f2f915c9 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.302113'; +our $VERSION = '1.302114'; 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 76f3c064b..5f3da1755 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Ok.pm b/lib/Test2/Event/Ok.pm index 924136fd3..7facf66d1 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Pass.pm b/lib/Test2/Event/Pass.pm index 744eff75b..95292271b 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.302113'; +our $VERSION = '1.302114'; use Test2::EventFacet::Info; diff --git a/lib/Test2/Event/Plan.pm b/lib/Test2/Event/Plan.pm index 8e4d64663..d087e4299 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/Event/Skip.pm b/lib/Test2/Event/Skip.pm index 4c28c31a3..ed6e053b2 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.302113'; +our $VERSION = '1.302114'; 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 8678a9d41..900cf7c91 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffered subtest_id}; diff --git a/lib/Test2/Event/TAP/Version.pm b/lib/Test2/Event/TAP/Version.pm index 7a81df31c..b904fb5b0 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.302113'; +our $VERSION = '1.302114'; use Carp qw/croak/; diff --git a/lib/Test2/Event/Waiting.pm b/lib/Test2/Event/Waiting.pm index a9234b2b8..0f2fde2e8 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/lib/Test2/EventFacet.pm b/lib/Test2/EventFacet.pm index 7d6057077..b87eb198e 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.302113'; +our $VERSION = '1.302114'; 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 458de12a0..5812aa6f9 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -package -no_display }; diff --git a/lib/Test2/EventFacet/Amnesty.pm b/lib/Test2/EventFacet/Amnesty.pm index 020c885d1..829a9e98f 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.302113'; +our $VERSION = '1.302114'; sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Assert.pm b/lib/Test2/EventFacet/Assert.pm index 6aec9ad33..2a853d57c 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.302113'; +our $VERSION = '1.302114'; 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 9d47b1647..ad7ab2b0f 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding }; diff --git a/lib/Test2/EventFacet/Error.pm b/lib/Test2/EventFacet/Error.pm index 19607c7fd..d383028f0 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.302113'; +our $VERSION = '1.302114'; sub facet_key { 'errors' } sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Info.pm b/lib/Test2/EventFacet/Info.pm index 2b113c56a..ac880a8e3 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.302113'; +our $VERSION = '1.302114'; sub is_list { 1 } diff --git a/lib/Test2/EventFacet/Meta.pm b/lib/Test2/EventFacet/Meta.pm index 079fcfdf0..407aefc1c 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.302113'; +our $VERSION = '1.302114'; 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 fe7fdf129..b30ee146f 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.302113'; +our $VERSION = '1.302114'; use Carp qw/confess/; diff --git a/lib/Test2/EventFacet/Plan.pm b/lib/Test2/EventFacet/Plan.pm index 8d093c4b1..0092a84e9 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -skip -none }; diff --git a/lib/Test2/EventFacet/Trace.pm b/lib/Test2/EventFacet/Trace.pm index 891e84456..d48997f28 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } diff --git a/lib/Test2/Formatter.pm b/lib/Test2/Formatter.pm index da79839b3..317f16eec 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.302113'; +our $VERSION = '1.302114'; my %ADDED; diff --git a/lib/Test2/Formatter/TAP.pm b/lib/Test2/Formatter/TAP.pm index 5f683306c..8aad5cedc 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.302113'; +our $VERSION = '1.302114'; use Test2::Util qw/clone_io/; diff --git a/lib/Test2/Hub.pm b/lib/Test2/Hub.pm index 27e6e7370..b67ca11a6 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.302113'; +our $VERSION = '1.302114'; use Carp qw/carp croak confess/; diff --git a/lib/Test2/Hub/Interceptor.pm b/lib/Test2/Hub/Interceptor.pm index cb300a139..1dcf8a364 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.302113'; +our $VERSION = '1.302114'; use Test2::Hub::Interceptor::Terminator(); diff --git a/lib/Test2/Hub/Interceptor/Terminator.pm b/lib/Test2/Hub/Interceptor/Terminator.pm index 66419a21e..bfd9cb79a 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.302113'; +our $VERSION = '1.302114'; 1; diff --git a/lib/Test2/Hub/Subtest.pm b/lib/Test2/Hub/Subtest.pm index 5b3c36869..5d62fecfe 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.302113'; +our $VERSION = '1.302114'; 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 aa692dda7..5a6a9a9e0 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.302113'; +our $VERSION = '1.302114'; use Test2::API::Instance; diff --git a/lib/Test2/IPC/Driver.pm b/lib/Test2/IPC/Driver.pm index 196621c35..bc04a7a35 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.302113'; +our $VERSION = '1.302114'; use Carp qw/confess/; diff --git a/lib/Test2/IPC/Driver/Files.pm b/lib/Test2/IPC/Driver/Files.pm index 74c4a72b7..7d8925929 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } diff --git a/lib/Test2/Tools/Tiny.pm b/lib/Test2/Tools/Tiny.pm index 40aeade92..9521a9a9b 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.302113'; +our $VERSION = '1.302114'; BEGIN { require Exporter; our @ISA = qw(Exporter) } our @EXPORT = qw{ diff --git a/lib/Test2/Util.pm b/lib/Test2/Util.pm index 638d25bf3..2d284899f 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.302113'; +our $VERSION = '1.302114'; use POSIX(); use Config qw/%Config/; diff --git a/lib/Test2/Util/ExternalMeta.pm b/lib/Test2/Util/ExternalMeta.pm index 9088c4ee7..19cf76946 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.302113'; +our $VERSION = '1.302114'; use Carp qw/croak/; diff --git a/lib/Test2/Util/Facets2Legacy.pm b/lib/Test2/Util/Facets2Legacy.pm index 09992bdb2..18ff6f811 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.302113'; +our $VERSION = '1.302114'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; diff --git a/lib/Test2/Util/HashBase.pm b/lib/Test2/Util/HashBase.pm index 7e9728415..8a88a36b4 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.302113'; +our $VERSION = '1.302114'; ################################################################# # # diff --git a/lib/Test2/Util/Trace.pm b/lib/Test2/Util/Trace.pm index e4f2d55eb..6d8ccdc5f 100644 --- a/lib/Test2/Util/Trace.pm +++ b/lib/Test2/Util/Trace.pm @@ -2,7 +2,7 @@ package Test2::Util::Trace; require Test2::EventFacet::Trace; @ISA = ('Test2::EventFacet::Trace'); -our $VERSION = '1.302113'; +our $VERSION = '1.302114'; 1; diff --git a/lib/ok.pm b/lib/ok.pm index 74133e823..98e626bb6 100644 --- a/lib/ok.pm +++ b/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302113'; +our $VERSION = '1.302114'; use strict; use Test::More ();