diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 432459ddc85f..0efe1b8ed270 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1126,8 +1126,8 @@ package Maintainers; }, 'Test::Simple' => { - 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302210.tar.gz', - 'SYNCINFO' => 'jkeenan on Tue Apr 1 20:47:53 2025', + 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302214.tar.gz', + 'SYNCINFO' => 'jkeenan on Fri Jun 27 06:54:11 2025', 'FILES' => q[cpan/Test-Simple], 'EXCLUDED' => [ qr{^examples/}, diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index c650a1aee388..26bde769f4f5 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/blessed reftype weaken/; diff --git a/cpan/Test-Simple/lib/Test/Builder/Formatter.pm b/cpan/Test-Simple/lib/Test/Builder/Formatter.pm index 7fbd5843d143..8420c9be3da0 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Formatter.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Formatter.pm @@ -2,7 +2,7 @@ package Test::Builder::Formatter; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } diff --git a/cpan/Test-Simple/lib/Test/Builder/Module.pm b/cpan/Test-Simple/lib/Test/Builder/Module.pm index 02377101a6fd..26398249fe4a 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Module.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Module.pm @@ -7,7 +7,7 @@ use Test::Builder; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; =head1 NAME diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester.pm b/cpan/Test-Simple/lib/Test/Builder/Tester.pm index 8168f6b24545..98f6e379be21 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test::Builder; use Symbol; diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm index c21d563f927e..73e9ebede464 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester::Color; use strict; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; require Test::Builder::Tester; diff --git a/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm b/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm index a0390c197930..eecebdf2ab69 100644 --- a/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm +++ b/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm @@ -2,7 +2,7 @@ package Test::Builder::TodoDiag; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } diff --git a/cpan/Test-Simple/lib/Test/More.pm b/cpan/Test-Simple/lib/Test/More.pm index 933befb90969..21fe524c531b 100644 --- a/cpan/Test-Simple/lib/Test/More.pm +++ b/cpan/Test-Simple/lib/Test/More.pm @@ -17,7 +17,7 @@ sub _carp { return warn @_, " at $file line $line\n"; } -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); @@ -2004,7 +2004,7 @@ L Most commonly needed test functions and features. =head1 ENVIRONMENT VARIABLES -See L for a list of meaningul environment variables. +See L for a list of meaningful environment variables. =head1 AUTHORS diff --git a/cpan/Test-Simple/lib/Test/Simple.pm b/cpan/Test-Simple/lib/Test/Simple.pm index f7c5e84b41a4..80a098ddb590 100644 --- a/cpan/Test-Simple/lib/Test/Simple.pm +++ b/cpan/Test-Simple/lib/Test/Simple.pm @@ -4,7 +4,7 @@ use 5.006; use strict; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff --git a/cpan/Test-Simple/lib/Test/Tester.pm b/cpan/Test-Simple/lib/Test/Tester.pm index 66f798617794..27ebd4e8b8ed 100644 --- a/cpan/Test-Simple/lib/Test/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Tester.pm @@ -16,7 +16,7 @@ use Test::Tester::Delegate; require Exporter; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @EXPORT = qw( run_tests check_tests check_test cmp_results show_space ); our @ISA = qw( Exporter ); diff --git a/cpan/Test-Simple/lib/Test/Tester/Capture.pm b/cpan/Test-Simple/lib/Test/Tester/Capture.pm index 1ce774ea25b7..e452f2afb9ce 100644 --- a/cpan/Test-Simple/lib/Test/Tester/Capture.pm +++ b/cpan/Test-Simple/lib/Test/Tester/Capture.pm @@ -2,7 +2,7 @@ use strict; package Test::Tester::Capture; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test::Builder; diff --git a/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm index f0a94db44466..92e6b6445724 100644 --- a/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm +++ b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm @@ -3,7 +3,7 @@ use strict; package Test::Tester::CaptureRunner; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test::Tester::Capture; diff --git a/cpan/Test-Simple/lib/Test/Tester/Delegate.pm b/cpan/Test-Simple/lib/Test/Tester/Delegate.pm index f85ae3f01f76..9a7d23870d7e 100644 --- a/cpan/Test-Simple/lib/Test/Tester/Delegate.pm +++ b/cpan/Test-Simple/lib/Test/Tester/Delegate.pm @@ -3,7 +3,7 @@ use warnings; package Test::Tester::Delegate; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util(); diff --git a/cpan/Test-Simple/lib/Test/use/ok.pm b/cpan/Test-Simple/lib/Test/use/ok.pm index 5c98c174d230..cc8bec104e2a 100644 --- a/cpan/Test-Simple/lib/Test/use/ok.pm +++ b/cpan/Test-Simple/lib/Test/use/ok.pm @@ -1,7 +1,7 @@ package Test::use::ok; use 5.005; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; __END__ diff --git a/cpan/Test-Simple/lib/Test2.pm b/cpan/Test-Simple/lib/Test2.pm index b3b8f5f8f1a3..0459ddbfb544 100644 --- a/cpan/Test-Simple/lib/Test2.pm +++ b/cpan/Test-Simple/lib/Test2.pm @@ -2,7 +2,7 @@ package Test2; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/API.pm b/cpan/Test-Simple/lib/Test2/API.pm index ec3a0e2851b9..b52a8fc428e1 100644 --- a/cpan/Test-Simple/lib/Test2/API.pm +++ b/cpan/Test-Simple/lib/Test2/API.pm @@ -10,7 +10,7 @@ BEGIN { $ENV{TEST2_ACTIVE} = 1; } -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; my $INST; diff --git a/cpan/Test-Simple/lib/Test2/API/Breakage.pm b/cpan/Test-Simple/lib/Test2/API/Breakage.pm index f421062a278a..e332c56fd15d 100644 --- a/cpan/Test-Simple/lib/Test2/API/Breakage.pm +++ b/cpan/Test-Simple/lib/Test2/API/Breakage.pm @@ -2,7 +2,7 @@ package Test2::API::Breakage; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/pkg_to_file/; diff --git a/cpan/Test-Simple/lib/Test2/API/Context.pm b/cpan/Test-Simple/lib/Test2/API/Context.pm index d51940de41b9..869fd0b47a27 100644 --- a/cpan/Test-Simple/lib/Test2/API/Context.pm +++ b/cpan/Test-Simple/lib/Test2/API/Context.pm @@ -2,7 +2,7 @@ package Test2::API::Context; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/confess croak/; @@ -74,7 +74,7 @@ sub DESTROY { # Sometimes $@ is uninitialized, not a problem in this case so do not # show the warning about using eq. no warnings 'uninitialized'; - if($self->{+EVAL_ERROR} eq $@ && $hub->is_local) { + if($self->{+EVAL_ERROR} eq $@ && $hub->is_local && !$hub->suppress_release_error) { require Carp; my $mess = Carp::longmess("Context destroyed"); my $frame = $self->{+_IS_SPAWN} || $self->{+TRACE}->frame; diff --git a/cpan/Test-Simple/lib/Test2/API/Instance.pm b/cpan/Test-Simple/lib/Test2/API/Instance.pm index 406fd1922565..9e7090f40aca 100644 --- a/cpan/Test-Simple/lib/Test2/API/Instance.pm +++ b/cpan/Test-Simple/lib/Test2/API/Instance.pm @@ -2,7 +2,7 @@ package Test2::API::Instance; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/; diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm index 1a6224084369..9c3cbded216a 100644 --- a/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm +++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm index cbe359626b74..0e3fc1fb2da9 100644 --- a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm +++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Event; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm index e0bd162e174e..48e414c2c508 100644 --- a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm +++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Facet; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm index a02cae1ee788..2ace4d5a909a 100644 --- a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm +++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Hub; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase; diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm index b43eed172b2d..bf899db81e41 100644 --- a/cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm +++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm @@ -2,7 +2,7 @@ package Test2::API::InterceptResult::Squasher; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use List::Util qw/first/; diff --git a/cpan/Test-Simple/lib/Test2/API/Stack.pm b/cpan/Test-Simple/lib/Test2/API/Stack.pm index 905874eb4f4a..fa6b5bc191fc 100644 --- a/cpan/Test-Simple/lib/Test2/API/Stack.pm +++ b/cpan/Test-Simple/lib/Test2/API/Stack.pm @@ -2,7 +2,7 @@ package Test2::API::Stack; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Hub(); diff --git a/cpan/Test-Simple/lib/Test2/AsyncSubtest.pm b/cpan/Test-Simple/lib/Test2/AsyncSubtest.pm index 0099136d8d99..eeca6d0a7b3c 100644 --- a/cpan/Test-Simple/lib/Test2/AsyncSubtest.pm +++ b/cpan/Test-Simple/lib/Test2/AsyncSubtest.pm @@ -4,7 +4,7 @@ use warnings; use Test2::IPC; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @CARP_NOT = qw/Test2::Util::HashBase/; diff --git a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Attach.pm b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Attach.pm index ba5a0128a188..bb7c4792d625 100644 --- a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Attach.pm +++ b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Attach.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Attach; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; diff --git a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Detach.pm b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Detach.pm index f8d0a285418c..bd0c616dddb8 100644 --- a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Detach.pm +++ b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Detach.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Event::Detach; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; diff --git a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Formatter.pm b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Formatter.pm index dd71b1cf1d3a..2f821068dd38 100644 --- a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Formatter.pm +++ b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Formatter.pm @@ -2,7 +2,7 @@ package Test2::AsyncSubtest::Formatter; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; die "Should not load this anymore"; diff --git a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Hub.pm b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Hub.pm index af38d7f6392d..6e693e37917f 100644 --- a/cpan/Test-Simple/lib/Test2/AsyncSubtest/Hub.pm +++ b/cpan/Test-Simple/lib/Test2/AsyncSubtest/Hub.pm @@ -2,12 +2,16 @@ package Test2::AsyncSubtest::Hub; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Test2::Hub::Subtest'; use Test2::Util::HashBase qw/ast_ids ast/; use Test2::Util qw/get_tid/; +my $NO_WARN_FOR_PLAN = 0; + +sub do_not_warn_on_plan { $NO_WARN_FOR_PLAN = 1 }; + sub init { my $self = shift; @@ -40,14 +44,16 @@ sub send { my $self = shift; my ($e) = @_; - if (my $ast = $self->ast) { - if ($$ != $ast->pid || get_tid != $ast->tid) { - if (my $plan = $e->facet_data->{plan}) { - unless ($plan->{skip}) { - my $trace = $e->facet_data->{trace}; - bless($trace, 'Test2::EventFacet::Trace'); - $trace->alert("A plan should not be set inside an async-subtest (did you call done_testing()?)"); - return; + unless ($NO_WARN_FOR_PLAN) { + if (my $ast = $self->ast) { + if ($$ != $ast->pid || get_tid != $ast->tid) { + if (my $plan = $e->facet_data->{plan}) { + unless ($plan->{skip}) { + my $trace = $e->facet_data->{trace}; + bless($trace, 'Test2::EventFacet::Trace'); + $trace->alert("A plan should not be set inside an async-subtest (did you call done_testing()?)"); + return; + } } } } diff --git a/cpan/Test-Simple/lib/Test2/Bundle.pm b/cpan/Test-Simple/lib/Test2/Bundle.pm index 060fda8ad2f9..6877fc6673da 100644 --- a/cpan/Test-Simple/lib/Test2/Bundle.pm +++ b/cpan/Test-Simple/lib/Test2/Bundle.pm @@ -2,7 +2,7 @@ package Test2::Bundle; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Bundle/Extended.pm b/cpan/Test-Simple/lib/Test2/Bundle/Extended.pm index f90f012f466a..b3e6a1eafd1a 100644 --- a/cpan/Test-Simple/lib/Test2/Bundle/Extended.pm +++ b/cpan/Test-Simple/lib/Test2/Bundle/Extended.pm @@ -4,7 +4,7 @@ use warnings; use Test2::V0; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; diff --git a/cpan/Test-Simple/lib/Test2/Bundle/More.pm b/cpan/Test-Simple/lib/Test2/Bundle/More.pm index 860cdf7ac4a8..17d7a65173ac 100644 --- a/cpan/Test-Simple/lib/Test2/Bundle/More.pm +++ b/cpan/Test-Simple/lib/Test2/Bundle/More.pm @@ -2,7 +2,7 @@ package Test2::Bundle::More; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Plugin::ExitSummary; diff --git a/cpan/Test-Simple/lib/Test2/Bundle/Simple.pm b/cpan/Test-Simple/lib/Test2/Bundle/Simple.pm index 3a3160f2ca26..e93d08c21d65 100644 --- a/cpan/Test-Simple/lib/Test2/Bundle/Simple.pm +++ b/cpan/Test-Simple/lib/Test2/Bundle/Simple.pm @@ -2,7 +2,7 @@ package Test2::Bundle::Simple; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Plugin::ExitSummary; diff --git a/cpan/Test-Simple/lib/Test2/Compare.pm b/cpan/Test-Simple/lib/Test2/Compare.pm index 1eb997246bfe..03e4e1818ddb 100644 --- a/cpan/Test-Simple/lib/Test2/Compare.pm +++ b/cpan/Test-Simple/lib/Test2/Compare.pm @@ -2,7 +2,7 @@ package Test2::Compare; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; @@ -296,8 +296,8 @@ the value being checked. =item $check = strict_convert($thing) -Convert C<$thing> to an L object. This will behave strictly -which means it uses these settings: +Convert C<$thing> to an L object. This +will behave strictly which means it uses these settings: =over 4 @@ -318,8 +318,8 @@ Regexes will be compared directly (IE are the regexes the same?) =item $compare = relaxed_convert($thing) -Convert C<$thing> to an L object. This will be relaxed which -means it uses these settings: +Convert C<$thing> to an L object. This +will be relaxed which means it uses these settings: =over 4 diff --git a/cpan/Test-Simple/lib/Test2/Compare/Array.pm b/cpan/Test-Simple/lib/Test2/Compare/Array.pm index 9e7ad56a7921..2bbc8e25eb45 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Array.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Array.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Bag.pm b/cpan/Test-Simple/lib/Test2/Compare/Bag.pm index 82001ea33eac..de75f1afcf79 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Bag.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Bag.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/ending meta items for_each/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Base.pm b/cpan/Test-Simple/lib/Test2/Compare/Base.pm index 6eaf2689d871..63f4f1589392 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Base.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Base.pm @@ -2,7 +2,7 @@ package Test2::Compare::Base; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Bool.pm b/cpan/Test-Simple/lib/Test2/Compare/Bool.pm index 6dae9c133996..c0b28b5e867f 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Bool.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Bool.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Custom.pm b/cpan/Test-Simple/lib/Test2/Compare/Custom.pm index 29266ebb1152..244ba500450f 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Custom.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Custom.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/code name operator stringify_got/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/DeepRef.pm b/cpan/Test-Simple/lib/Test2/Compare/DeepRef.pm index 8b1d6426a8f0..2aa78027b2fd 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/DeepRef.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/DeepRef.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Delta.pm b/cpan/Test-Simple/lib/Test2/Compare/Delta.pm index 7cd912b7f675..0ecfa7b3a0a6 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Delta.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Delta.pm @@ -2,7 +2,7 @@ package Test2::Compare::Delta; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw{verified id got chk children dne exception note}; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Event.pm b/cpan/Test-Simple/lib/Test2/Compare/Event.pm index ab0a9ed7b87c..e671cf2ddab8 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Event.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Event.pm @@ -8,7 +8,7 @@ use Test2::Compare::EventMeta(); use base 'Test2::Compare::Object'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/etype/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/EventMeta.pm b/cpan/Test-Simple/lib/Test2/Compare/EventMeta.pm index de48965dad79..bb3a9db61621 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/EventMeta.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/EventMeta.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Meta'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Float.pm b/cpan/Test-Simple/lib/Test2/Compare/Float.pm index a63c8f7ca82c..c219fe39ea2d 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Float.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Float.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our $DEFAULT_TOLERANCE = 1e-08; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Hash.pm b/cpan/Test-Simple/lib/Test2/Compare/Hash.pm index 0c4f7f2f5af1..a948fa2f7dd6 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Hash.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Hash.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_val/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Isa.pm b/cpan/Test-Simple/lib/Test2/Compare/Isa.pm index 13e4235b38d6..37909973551c 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Isa.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Isa.pm @@ -7,7 +7,7 @@ use Scalar::Util qw/blessed/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Meta.pm b/cpan/Test-Simple/lib/Test2/Compare/Meta.pm index db115cbd5369..ff65c64ba5e8 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Meta.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Meta.pm @@ -7,7 +7,7 @@ use Test2::Compare::Isa(); use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/items/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Negatable.pm b/cpan/Test-Simple/lib/Test2/Compare/Negatable.pm index 89825cdb8fcb..c344fc0adb0c 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Negatable.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Negatable.pm @@ -2,7 +2,7 @@ package Test2::Compare::Negatable; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; require overload; require Test2::Util::HashBase; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Number.pm b/cpan/Test-Simple/lib/Test2/Compare/Number.pm index 9f2eb8cbe090..b8964674044f 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Number.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Number.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input mode/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Object.pm b/cpan/Test-Simple/lib/Test2/Compare/Object.pm index e44bb8b47b5c..5805274a3b49 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Object.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Object.pm @@ -8,7 +8,7 @@ use Test2::Compare::Meta(); use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/calls meta refcheck ending/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/OrderedSubset.pm b/cpan/Test-Simple/lib/Test2/Compare/OrderedSubset.pm index a36226621fbf..7d34415e7222 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/OrderedSubset.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/OrderedSubset.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/inref items/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Pattern.pm b/cpan/Test-Simple/lib/Test2/Compare/Pattern.pm index 6fda56472a64..3d9072369473 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Pattern.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Pattern.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/pattern stringify_got/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Ref.pm b/cpan/Test-Simple/lib/Test2/Compare/Ref.pm index 97dceed1201c..e51fa6174c32 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Ref.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Ref.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Regex.pm b/cpan/Test-Simple/lib/Test2/Compare/Regex.pm index e3e667879dc9..5f994bf28f6f 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Regex.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Regex.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Scalar.pm b/cpan/Test-Simple/lib/Test2/Compare/Scalar.pm index ef98aa90e013..a44c69728d94 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Scalar.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Scalar.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/item/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Set.pm b/cpan/Test-Simple/lib/Test2/Compare/Set.pm index 660a60f11024..53270bfc6498 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Set.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Set.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/checks _reduction/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/String.pm b/cpan/Test-Simple/lib/Test2/Compare/String.pm index c788a92fd8f8..f75d010525ba 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/String.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/String.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/input/; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Undef.pm b/cpan/Test-Simple/lib/Test2/Compare/Undef.pm index 7028367257de..500962828043 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Undef.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Undef.pm @@ -6,7 +6,7 @@ use Carp qw/confess/; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase; diff --git a/cpan/Test-Simple/lib/Test2/Compare/Wildcard.pm b/cpan/Test-Simple/lib/Test2/Compare/Wildcard.pm index f5806ee05cab..263641190488 100644 --- a/cpan/Test-Simple/lib/Test2/Compare/Wildcard.pm +++ b/cpan/Test-Simple/lib/Test2/Compare/Wildcard.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Compare::Base'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/expect/; diff --git a/cpan/Test-Simple/lib/Test2/Env.pm b/cpan/Test-Simple/lib/Test2/Env.pm index fb9e97d5e1cf..2ad0635da934 100644 --- a/cpan/Test-Simple/lib/Test2/Env.pm +++ b/cpan/Test-Simple/lib/Test2/Env.pm @@ -2,7 +2,7 @@ package Test2::Env; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Event.pm b/cpan/Test-Simple/lib/Test2/Event.pm index 995faf8f5a86..ce68484340bb 100644 --- a/cpan/Test-Simple/lib/Test2/Event.pm +++ b/cpan/Test-Simple/lib/Test2/Event.pm @@ -2,7 +2,7 @@ package Test2::Event; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/blessed reftype/; use Carp qw/croak/; @@ -566,10 +566,9 @@ is the description of the assertion. L -This facet is used to tell the L about special actions the -event causes. Things like halting all testing, terminating the current test, -etc. In this facet the C
field explains why any special action was -taken. +This facet is used to tell the L about special actions the event +causes. Things like halting all testing, terminating the current test, etc. In +this facet the C
field explains why any special action was taken. B This is how bail-out is implemented. diff --git a/cpan/Test-Simple/lib/Test2/Event/Bail.pm b/cpan/Test-Simple/lib/Test2/Event/Bail.pm index f5659e42aefa..9b6f9deb525b 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Bail.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Bail.pm @@ -2,7 +2,7 @@ package Test2::Event::Bail; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Diag.pm b/cpan/Test-Simple/lib/Test2/Event/Diag.pm index 021d2f666c26..9778ad0333e9 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Diag.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Diag.pm @@ -2,7 +2,7 @@ package Test2::Event::Diag; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Encoding.pm b/cpan/Test-Simple/lib/Test2/Event/Encoding.pm index e4416328fd17..d099b4707e4a 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Encoding.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Encoding.pm @@ -2,7 +2,7 @@ package Test2::Event::Encoding; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Event/Exception.pm b/cpan/Test-Simple/lib/Test2/Event/Exception.pm index d89c9fbc541b..490a6b39b318 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Exception.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Exception.pm @@ -2,7 +2,7 @@ package Test2::Event::Exception; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Fail.pm b/cpan/Test-Simple/lib/Test2/Event/Fail.pm index 452fdcb8ea51..924787ddf9bd 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Fail.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Fail.pm @@ -2,7 +2,7 @@ package Test2::Event::Fail; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::EventFacet::Info; diff --git a/cpan/Test-Simple/lib/Test2/Event/Generic.pm b/cpan/Test-Simple/lib/Test2/Event/Generic.pm index 5d0851ae2f28..d320e8492eec 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Generic.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Generic.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw/croak/; use Scalar::Util qw/reftype/; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; @@ -182,7 +182,7 @@ Call the custom callback if one is set, otherwise this does nothing. Set the custom callback. The custom callback must be a coderef. The first argument to your callback will be the event itself, the second will be the -L that is using the callback. +L that is using the callback. =item $bool = $e->causes_fail diff --git a/cpan/Test-Simple/lib/Test2/Event/Note.pm b/cpan/Test-Simple/lib/Test2/Event/Note.pm index 0c495dd2cf39..128e0fd07177 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Note.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Note.pm @@ -2,7 +2,7 @@ package Test2::Event::Note; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Ok.pm b/cpan/Test-Simple/lib/Test2/Event/Ok.pm index 0afbeb64e9d2..a7888297e9e4 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Ok.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Ok.pm @@ -2,7 +2,7 @@ package Test2::Event::Ok; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Pass.pm b/cpan/Test-Simple/lib/Test2/Event/Pass.pm index 26aa69968464..92f72f4a217a 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Pass.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Pass.pm @@ -2,7 +2,7 @@ package Test2::Event::Pass; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::EventFacet::Info; diff --git a/cpan/Test-Simple/lib/Test2/Event/Plan.pm b/cpan/Test-Simple/lib/Test2/Event/Plan.pm index 0d4102571a0e..ecf6fed8d493 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Plan.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Plan.pm @@ -2,7 +2,7 @@ package Test2::Event::Plan; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Skip.pm b/cpan/Test-Simple/lib/Test2/Event/Skip.pm index 0d13f7d228e3..cae5d3220b7b 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Skip.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Skip.pm @@ -2,7 +2,7 @@ package Test2::Event::Skip; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } diff --git a/cpan/Test-Simple/lib/Test2/Event/Subtest.pm b/cpan/Test-Simple/lib/Test2/Event/Subtest.pm index 976e73310dc6..ec4787e3b1c2 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Subtest.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Event::Subtest; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 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/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm b/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm index cb21ad92f2ca..a9f7985bbd60 100644 --- a/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm +++ b/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm @@ -2,7 +2,7 @@ package Test2::Event::TAP::Version; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Event/V2.pm b/cpan/Test-Simple/lib/Test2/Event/V2.pm index 781487dfd989..7bb20e75f1c9 100644 --- a/cpan/Test-Simple/lib/Test2/Event/V2.pm +++ b/cpan/Test-Simple/lib/Test2/Event/V2.pm @@ -2,7 +2,7 @@ package Test2::Event::V2; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/reftype/; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm index 33b190329b67..a5f92636cd8a 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm @@ -2,7 +2,7 @@ package Test2::Event::Waiting; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet.pm b/cpan/Test-Simple/lib/Test2/EventFacet.pm index c567dd839943..fa11e4fde06a 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet.pm @@ -2,7 +2,7 @@ package Test2::EventFacet; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/-details/; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/About.pm b/cpan/Test-Simple/lib/Test2/EventFacet/About.pm index a9c6c22a7015..daa39fef8db0 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/About.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/About.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::About; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -package -no_display -uuid -eid }; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm index eb5073e660cc..7e6a4085b563 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Amnesty; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub is_list { 1 } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm index 6b9b87d292f8..4caf9fefc0e1 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Assert; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no_debug -number }; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm index a74a7d1971db..4a8181f95823 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Control; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding -phase }; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm index 4cf9017eda5c..f73f3d1692e9 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Error; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub facet_key { 'errors' } sub is_list { 1 } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm index 9c17f0f7a096..d3ac3d0c4ff2 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Hub; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub is_list { 1 } sub facet_key { 'hubs' } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm index ca1f7dffe010..3c0bc8bf4404 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Info; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub is_list { 1 } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm index 543e1719d5ac..c217b487024a 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Info::Table; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/confess/; @@ -42,7 +42,7 @@ Test2::EventFacet::Info::Table - Intermediary representation of a table. =head1 DESCRIPTION Intermediary representation of a table for use in specialized -L methods which generate L facets. +L methods which generate L facets. =head1 SYNOPSIS diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm index ea8056fd0b13..9e91acd52705 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Meta; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm index 8ffdeb34c986..b566ccee04b0 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Parent; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/confess/; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm index fdbeeb594a78..e091481e1562 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Plan; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -skip -none }; diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm index ad689ea76907..a38c479e58af 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Render; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub is_list { 1 } diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm index 482e6b985e53..360dad79d23b 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Trace; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } diff --git a/cpan/Test-Simple/lib/Test2/Formatter.pm b/cpan/Test-Simple/lib/Test2/Formatter.pm index 968b9a666f70..d45d9461eef8 100644 --- a/cpan/Test-Simple/lib/Test2/Formatter.pm +++ b/cpan/Test-Simple/lib/Test2/Formatter.pm @@ -2,7 +2,7 @@ package Test2::Formatter; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; my %ADDED; diff --git a/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm b/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm index 8090a78ca3ee..fc43f382a0b6 100644 --- a/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm +++ b/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm @@ -2,7 +2,7 @@ package Test2::Formatter::TAP; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/clone_io/; diff --git a/cpan/Test-Simple/lib/Test2/Hub.pm b/cpan/Test-Simple/lib/Test2/Hub.pm index bd516f95da0c..97d3b3d18dff 100644 --- a/cpan/Test-Simple/lib/Test2/Hub.pm +++ b/cpan/Test-Simple/lib/Test2/Hub.pm @@ -2,7 +2,7 @@ package Test2::Hub; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/carp croak confess/; @@ -25,6 +25,8 @@ use Test2::Util::HashBase qw{ _context_init _context_release + suppress_release_error + uuid active count @@ -36,6 +38,14 @@ use Test2::Util::HashBase qw{ skip_reason }; +{ + no warnings 'once'; + # Support an originally mispelled method name, at least 1 downstream + # release already uses it. It will be fixed, but we do not want to break + # things before it is fixed. + *surpress_release_error = \&suppress_release_error; +} + my $UUID_VIA; sub init { @@ -448,8 +458,10 @@ sub finalize { my (undef, $ffile, $fline) = @{$self->{+ENDED}}; my (undef, $sfile, $sline) = @$frame; + $self->{+SUPPRESS_RELEASE_ERROR} = 1; + die <<" EOT" -Test already ended! +Test already ended! (Did you call done_testing twice?) First End: $ffile line $fline Second End: $sfile line $sline EOT @@ -713,7 +725,7 @@ process or thread. You can always add a pre_filter. These can be used to remove filters and pre_filters. The C<$sub> argument is the reference returned by C or C. -=item $hub->follow_op(sub { ... }) +=item $hub->follow_up(sub { ... }) Use this to add behaviors that are called just before the hub is finalized. The only argument to your codeblock will be a L instance. diff --git a/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm b/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm index cee9b239de3d..972973d70d6b 100644 --- a/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm +++ b/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Hub::Interceptor::Terminator(); diff --git a/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm b/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm index 4648aeed26d6..dc3b489830b5 100644 --- a/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm +++ b/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor::Terminator; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm b/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm index 852b36344c0a..3700d3986fc9 100644 --- a/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm +++ b/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Hub::Subtest; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase qw/nested exit_code manual_skip_all/; diff --git a/cpan/Test-Simple/lib/Test2/IPC.pm b/cpan/Test-Simple/lib/Test2/IPC.pm index 2cdaced1e005..6c6ac0257303 100644 --- a/cpan/Test-Simple/lib/Test2/IPC.pm +++ b/cpan/Test-Simple/lib/Test2/IPC.pm @@ -2,7 +2,7 @@ package Test2::IPC; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API::Instance; diff --git a/cpan/Test-Simple/lib/Test2/IPC/Driver.pm b/cpan/Test-Simple/lib/Test2/IPC/Driver.pm index c69c16b52388..b9caadb3eb69 100644 --- a/cpan/Test-Simple/lib/Test2/IPC/Driver.pm +++ b/cpan/Test-Simple/lib/Test2/IPC/Driver.pm @@ -2,7 +2,7 @@ package Test2::IPC::Driver; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/confess/; diff --git a/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm b/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm index f47464f5b19d..d20ee23723c9 100644 --- a/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm +++ b/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm @@ -2,7 +2,7 @@ package Test2::IPC::Driver::Files; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } diff --git a/cpan/Test-Simple/lib/Test2/Manual.pm b/cpan/Test-Simple/lib/Test2/Manual.pm index 9a7cf8b219f5..da356adf9cb8 100644 --- a/cpan/Test-Simple/lib/Test2/Manual.pm +++ b/cpan/Test-Simple/lib/Test2/Manual.pm @@ -2,7 +2,7 @@ package Test2::Manual; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy.pm index 8d3537602508..660d501159bc 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/API.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/API.pm index 1e2a8683402c..8cb2243f9b35 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/API.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/API.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::API; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Context.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Context.pm index 5e663f0508ab..570aa467f2fb 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Context.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Context.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Context; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; @@ -69,8 +69,9 @@ acquired. State includes IPC instance, Formatter class, Root PID, etc. =head2 FIND/CREATE THE CURRENT/ROOT HUB L has a stack of hubs, the stack can be accessed via -L. When you get a context it will find the current -hub, if there is no current hub then the root one will be initialized. +L. When you get a +context it will find the current hub, if there is no current hub then the root +one will be initialized. =head2 PROVIDE HOOKS diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/EndToEnd.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/EndToEnd.pm index 6d82a5ab43be..fa5baa1b0887 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/EndToEnd.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/EndToEnd.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::EndToEnd; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Event.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Event.pm index e444a6e9d760..a0fc47b2b145 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Event.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Event.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Event; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; @@ -338,7 +338,7 @@ code here. Exit code of 0 means exit success, any other integer means exit with failure. This is used by L to exit 0 when the plan is -'skip_all'. This is also used by L to force the test +'skip_all'. This is also used by L to force the test to exit with a failure. This is called after the event has been sent to the formatter in order to diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Hubs.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Hubs.pm index ccde7e10e133..e7d5b882bf6e 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Hubs.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Hubs.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Hubs; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/IPC.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/IPC.pm index 155f940b5edc..2c9a104ab9d1 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/IPC.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/IPC.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::IPC; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Utilities.pm b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Utilities.pm index 82e1066747bd..7e1f4de721c6 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Utilities.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Anatomy/Utilities.pm @@ -2,7 +2,7 @@ package Test2::Manual::Anatomy::Utilities; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Concurrency.pm b/cpan/Test-Simple/lib/Test2/Manual/Concurrency.pm index 5b47523c5f50..31b17fc07274 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Concurrency.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Concurrency.pm @@ -2,7 +2,7 @@ package Test2::Manual::Concurrency; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Contributing.pm b/cpan/Test-Simple/lib/Test2/Manual/Contributing.pm index 9cb8ed8bcbd6..b9f18e0294e4 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Contributing.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Contributing.pm @@ -1,6 +1,6 @@ package Test2::Manual::Contributing; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Testing.pm b/cpan/Test-Simple/lib/Test2/Manual/Testing.pm index fc2f58fd5c02..aa4f57c038c9 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Testing.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Testing.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Testing/Introduction.pm b/cpan/Test-Simple/lib/Test2/Manual/Testing/Introduction.pm index bb54a3f31cb7..0748815ce570 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Testing/Introduction.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Testing/Introduction.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Introduction; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Testing/Migrating.pm b/cpan/Test-Simple/lib/Test2/Manual/Testing/Migrating.pm index 1b1c5dc9f133..c3ec8b41b83f 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Testing/Migrating.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Testing/Migrating.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Migrating; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Testing/Planning.pm b/cpan/Test-Simple/lib/Test2/Manual/Testing/Planning.pm index fcff7b7d335e..7d5103ecf4e2 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Testing/Planning.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Testing/Planning.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Planning; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Testing/Todo.pm b/cpan/Test-Simple/lib/Test2/Manual/Testing/Todo.pm index c055cc622c4c..8e34868a899c 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Testing/Todo.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Testing/Todo.pm @@ -2,7 +2,7 @@ package Test2::Manual::Testing::Todo; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling.pm index c380cd5c28e0..f726adbb810d 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/FirstTool.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/FirstTool.pm index 1efea40d1157..720f83974509 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/FirstTool.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/FirstTool.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::FirstTool; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Formatter.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Formatter.pm index 7e607dad8696..451d577fbc11 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Formatter.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Formatter.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Formatter; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Nesting.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Nesting.pm index 1369b60ab49b..adea8602814b 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Nesting.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Nesting.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Nesting; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestExit.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestExit.pm index ac084a323d44..6d968dca8550 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestExit.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestExit.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::TestExit; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm index b9ca5b30c292..5b52be9da2f7 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::TestingDone; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm index b22d6ccb6c3c..7b9d46829f55 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::ToolCompletes; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm index 65cf37fadd8b..4d9df0628b2a 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::Plugin::ToolStarts; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Subtest.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Subtest.pm index 728914400dae..4b17ce03a100 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Subtest.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Subtest; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/TestBuilder.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/TestBuilder.pm index 58f72e05f11a..bcefbed84e99 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/TestBuilder.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/TestBuilder.pm @@ -1,6 +1,6 @@ package Test2::Manual::Tooling::TestBuilder; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; @@ -102,7 +102,7 @@ use the C function instead. See L for doc =item $tb->todo_end -See L instead. +See L, and L instead. =item $tb->output, $tb->failure_output, and $tb->todo_output diff --git a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Testing.pm b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Testing.pm index a1be849af5ed..1545ea89900b 100644 --- a/cpan/Test-Simple/lib/Test2/Manual/Tooling/Testing.pm +++ b/cpan/Test-Simple/lib/Test2/Manual/Tooling/Testing.pm @@ -2,7 +2,7 @@ package Test2::Manual::Tooling::Testing; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Mock.pm b/cpan/Test-Simple/lib/Test2/Mock.pm index 44a132b3bd50..e7fd6e5ad094 100644 --- a/cpan/Test-Simple/lib/Test2/Mock.pm +++ b/cpan/Test-Simple/lib/Test2/Mock.pm @@ -2,7 +2,7 @@ package Test2::Mock; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak confess/; our @CARP_NOT = (__PACKAGE__); diff --git a/cpan/Test-Simple/lib/Test2/Plugin.pm b/cpan/Test-Simple/lib/Test2/Plugin.pm index bee47e0c0ec6..d817d4254b37 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin.pm @@ -2,7 +2,7 @@ package Test2::Plugin; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/BailOnFail.pm b/cpan/Test-Simple/lib/Test2/Plugin/BailOnFail.pm index d17597832533..82a562ad5698 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/BailOnFail.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/BailOnFail.pm @@ -2,7 +2,7 @@ package Test2::Plugin::BailOnFail; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/test2_add_callback_context_release/; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/DieOnFail.pm b/cpan/Test-Simple/lib/Test2/Plugin/DieOnFail.pm index fcd3c0febbf7..53b0a4d89634 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/DieOnFail.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/DieOnFail.pm @@ -2,7 +2,7 @@ package Test2::Plugin::DieOnFail; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/test2_add_callback_context_release/; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/ExitSummary.pm b/cpan/Test-Simple/lib/Test2/Plugin/ExitSummary.pm index 21d3ebafd09d..34491b1354b6 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/ExitSummary.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/ExitSummary.pm @@ -2,7 +2,7 @@ package Test2::Plugin::ExitSummary; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/test2_add_callback_exit/; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/SRand.pm b/cpan/Test-Simple/lib/Test2/Plugin/SRand.pm index bceaead57cbe..364d94631aef 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/SRand.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/SRand.pm @@ -2,7 +2,7 @@ package Test2::Plugin::SRand; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/carp/; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/Times.pm b/cpan/Test-Simple/lib/Test2/Plugin/Times.pm index 380a0852a255..2f4822208497 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/Times.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/Times.pm @@ -10,7 +10,7 @@ use Test2::API qw{ use Time::HiRes qw/time/; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; my $ADDED_HOOK = 0; my $START; diff --git a/cpan/Test-Simple/lib/Test2/Plugin/UTF8.pm b/cpan/Test-Simple/lib/Test2/Plugin/UTF8.pm index 25a713ae4786..6d962f488db4 100644 --- a/cpan/Test-Simple/lib/Test2/Plugin/UTF8.pm +++ b/cpan/Test-Simple/lib/Test2/Plugin/UTF8.pm @@ -2,7 +2,7 @@ package Test2::Plugin::UTF8; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Require.pm b/cpan/Test-Simple/lib/Test2/Require.pm index 7f10a5f951b6..0f2fec77e229 100644 --- a/cpan/Test-Simple/lib/Test2/Require.pm +++ b/cpan/Test-Simple/lib/Test2/Require.pm @@ -2,7 +2,7 @@ package Test2::Require; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/context/; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Require/AuthorTesting.pm b/cpan/Test-Simple/lib/Test2/Require/AuthorTesting.pm index 2612f0eeee1b..d20f917f0b11 100644 --- a/cpan/Test-Simple/lib/Test2/Require/AuthorTesting.pm +++ b/cpan/Test-Simple/lib/Test2/Require/AuthorTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/AutomatedTesting.pm b/cpan/Test-Simple/lib/Test2/Require/AutomatedTesting.pm index c574eb988afc..8579d34a61d9 100644 --- a/cpan/Test-Simple/lib/Test2/Require/AutomatedTesting.pm +++ b/cpan/Test-Simple/lib/Test2/Require/AutomatedTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/EnvVar.pm b/cpan/Test-Simple/lib/Test2/Require/EnvVar.pm index 486086cdab2c..b8187a67fd62 100644 --- a/cpan/Test-Simple/lib/Test2/Require/EnvVar.pm +++ b/cpan/Test-Simple/lib/Test2/Require/EnvVar.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw/confess/; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/ExtendedTesting.pm b/cpan/Test-Simple/lib/Test2/Require/ExtendedTesting.pm index 1b5d8c3ec8d1..f2bcfbef649e 100644 --- a/cpan/Test-Simple/lib/Test2/Require/ExtendedTesting.pm +++ b/cpan/Test-Simple/lib/Test2/Require/ExtendedTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/Fork.pm b/cpan/Test-Simple/lib/Test2/Require/Fork.pm index 357779c25109..8f5196c8445a 100644 --- a/cpan/Test-Simple/lib/Test2/Require/Fork.pm +++ b/cpan/Test-Simple/lib/Test2/Require/Fork.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/CAN_FORK/; diff --git a/cpan/Test-Simple/lib/Test2/Require/Module.pm b/cpan/Test-Simple/lib/Test2/Require/Module.pm index 4de521867fa2..eea835d95b1b 100644 --- a/cpan/Test-Simple/lib/Test2/Require/Module.pm +++ b/cpan/Test-Simple/lib/Test2/Require/Module.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/pkg_to_file/; diff --git a/cpan/Test-Simple/lib/Test2/Require/NonInteractiveTesting.pm b/cpan/Test-Simple/lib/Test2/Require/NonInteractiveTesting.pm index f58ab0f94321..5232354b853b 100644 --- a/cpan/Test-Simple/lib/Test2/Require/NonInteractiveTesting.pm +++ b/cpan/Test-Simple/lib/Test2/Require/NonInteractiveTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/Perl.pm b/cpan/Test-Simple/lib/Test2/Require/Perl.pm index a809423e685b..fb6b1181d5a1 100644 --- a/cpan/Test-Simple/lib/Test2/Require/Perl.pm +++ b/cpan/Test-Simple/lib/Test2/Require/Perl.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype/; diff --git a/cpan/Test-Simple/lib/Test2/Require/RealFork.pm b/cpan/Test-Simple/lib/Test2/Require/RealFork.pm index ef583a69221c..3c6eb59e1cff 100644 --- a/cpan/Test-Simple/lib/Test2/Require/RealFork.pm +++ b/cpan/Test-Simple/lib/Test2/Require/RealFork.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/CAN_REALLY_FORK/; diff --git a/cpan/Test-Simple/lib/Test2/Require/ReleaseTesting.pm b/cpan/Test-Simple/lib/Test2/Require/ReleaseTesting.pm index 54779a562f9c..0542d697faf2 100644 --- a/cpan/Test-Simple/lib/Test2/Require/ReleaseTesting.pm +++ b/cpan/Test-Simple/lib/Test2/Require/ReleaseTesting.pm @@ -4,7 +4,7 @@ use warnings; use base 'Test2::Require'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub skip { my $class = shift; diff --git a/cpan/Test-Simple/lib/Test2/Require/Threads.pm b/cpan/Test-Simple/lib/Test2/Require/Threads.pm index 757bc86674a6..fa30f5c9e202 100644 --- a/cpan/Test-Simple/lib/Test2/Require/Threads.pm +++ b/cpan/Test-Simple/lib/Test2/Require/Threads.pm @@ -4,7 +4,7 @@ use warnings; BEGIN { require Test2::Require; our @ISA = qw(Test2::Require) } -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/CAN_THREAD/; diff --git a/cpan/Test-Simple/lib/Test2/Suite.pm b/cpan/Test-Simple/lib/Test2/Suite.pm index 8b5cc5a13fe8..c6542ad4c576 100644 --- a/cpan/Test-Simple/lib/Test2/Suite.pm +++ b/cpan/Test-Simple/lib/Test2/Suite.pm @@ -2,7 +2,7 @@ package Test2::Suite; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Todo.pm b/cpan/Test-Simple/lib/Test2/Todo.pm index 691786091cf3..24f5997f0082 100644 --- a/cpan/Test-Simple/lib/Test2/Todo.pm +++ b/cpan/Test-Simple/lib/Test2/Todo.pm @@ -9,7 +9,7 @@ use Test2::API qw/test2_stack/; use overload '""' => \&reason, fallback => 1; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub init { my $self = shift; diff --git a/cpan/Test-Simple/lib/Test2/Tools.pm b/cpan/Test-Simple/lib/Test2/Tools.pm index 53bbc40173f4..c6a31f325e0f 100644 --- a/cpan/Test-Simple/lib/Test2/Tools.pm +++ b/cpan/Test-Simple/lib/Test2/Tools.pm @@ -2,7 +2,7 @@ package Test2::Tools; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/Tools/AsyncSubtest.pm b/cpan/Test-Simple/lib/Test2/Tools/AsyncSubtest.pm index 7dfcec4bbd0c..cefed2f2b8a1 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/AsyncSubtest.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/AsyncSubtest.pm @@ -2,7 +2,7 @@ package Test2::Tools::AsyncSubtest; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::IPC; use Test2::AsyncSubtest; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Basic.pm b/cpan/Test-Simple/lib/Test2/Tools/Basic.pm index fe505f9acc3a..7a706f5f829b 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Basic.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Basic.pm @@ -2,7 +2,7 @@ package Test2::Tools::Basic; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use Test2::API qw/context/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Class.pm b/cpan/Test-Simple/lib/Test2/Tools/Class.pm index 3ecd9e830c0e..8277ae9e64a8 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Class.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Class.pm @@ -2,7 +2,7 @@ package Test2::Tools::Class; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/ClassicCompare.pm b/cpan/Test-Simple/lib/Test2/Tools/ClassicCompare.pm index c9b1761aca23..c3049f8155fe 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/ClassicCompare.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/ClassicCompare.pm @@ -2,7 +2,7 @@ package Test2::Tools::ClassicCompare; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Compare.pm b/cpan/Test-Simple/lib/Test2/Tools/Compare.pm index b74bfa345758..673e5522b2ed 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Compare.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Compare.pm @@ -2,7 +2,7 @@ package Test2::Tools::Compare; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use Scalar::Util qw/reftype/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Defer.pm b/cpan/Test-Simple/lib/Test2/Tools/Defer.pm index c31239d894a2..223c8a179129 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Defer.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Defer.pm @@ -2,7 +2,7 @@ package Test2::Tools::Defer; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Encoding.pm b/cpan/Test-Simple/lib/Test2/Tools/Encoding.pm index ac0dfa77c680..19c51510d98f 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Encoding.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Encoding.pm @@ -8,7 +8,7 @@ use Test2::API qw/test2_stack/; use base 'Exporter'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @EXPORT = qw/set_encoding/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Event.pm b/cpan/Test-Simple/lib/Test2/Tools/Event.pm index 46ae02520ac3..b17437d6bdbe 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Event.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Event.pm @@ -2,7 +2,7 @@ package Test2::Tools::Event; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util qw/pkg_to_file/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Exception.pm b/cpan/Test-Simple/lib/Test2/Tools/Exception.pm index 58263319e9a2..03c6aa1293f7 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Exception.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Exception.pm @@ -2,7 +2,7 @@ package Test2::Tools::Exception; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/carp/; use Test2::API qw/context test2_add_pending_diag test2_clear_pending_diags/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Exports.pm b/cpan/Test-Simple/lib/Test2/Tools/Exports.pm index acd284f6a626..b7da9a81695c 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Exports.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Exports.pm @@ -2,7 +2,7 @@ package Test2::Tools::Exports; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak carp/; use Test2::API qw/context/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/GenTemp.pm b/cpan/Test-Simple/lib/Test2/Tools/GenTemp.pm index 12628649a3bb..a41d785d2ed0 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/GenTemp.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/GenTemp.pm @@ -3,7 +3,7 @@ package Test2::Tools::GenTemp; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use File::Temp qw/tempdir/; use File::Spec; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Grab.pm b/cpan/Test-Simple/lib/Test2/Tools/Grab.pm index a4a78b172858..5e63908f8691 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Grab.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Grab.pm @@ -2,7 +2,7 @@ package Test2::Tools::Grab; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::Grabber; use Test2::EventFacet::Trace(); diff --git a/cpan/Test-Simple/lib/Test2/Tools/Mock.pm b/cpan/Test-Simple/lib/Test2/Tools/Mock.pm index cc93f53494ec..6c1b011235c7 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Mock.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Mock.pm @@ -11,7 +11,7 @@ use Test2::Mock(); use base 'Exporter'; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @CARP_NOT = (__PACKAGE__, 'Test2::Mock'); our @EXPORT = qw/mock mocked/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Ref.pm b/cpan/Test-Simple/lib/Test2/Tools/Ref.pm index 7ab45ca93c53..166032fea061 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Ref.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Ref.pm @@ -2,7 +2,7 @@ package Test2::Tools::Ref; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/reftype refaddr/; use Test2::API qw/context/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Refcount.pm b/cpan/Test-Simple/lib/Test2/Tools/Refcount.pm index df91af5047ab..398c846eaacb 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Refcount.pm +++ b/cpan/Test-Simple/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.302210'; +our $VERSION = '1.302214'; our @EXPORT = qw( is_refcount diff --git a/cpan/Test-Simple/lib/Test2/Tools/Spec.pm b/cpan/Test-Simple/lib/Test2/Tools/Spec.pm index a42da82e04ff..0396774c28cd 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Spec.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Spec.pm @@ -2,7 +2,7 @@ package Test2::Tools::Spec; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use Test2::Workflow qw/parse_args build current_build root_build init_root build_stack/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Subtest.pm b/cpan/Test-Simple/lib/Test2/Tools/Subtest.pm index 46c77caf3443..32352d39868e 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Subtest.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Subtest.pm @@ -2,7 +2,7 @@ package Test2::Tools::Subtest; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API qw/context run_subtest/; use Test2::Util qw/try/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Target.pm b/cpan/Test-Simple/lib/Test2/Tools/Target.pm index 62d6c691e487..12f09b54e4e9 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Target.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Target.pm @@ -2,7 +2,7 @@ package Test2::Tools::Target; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Tester.pm b/cpan/Test-Simple/lib/Test2/Tools/Tester.pm index 0f515152f152..dc2abe7f99a3 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Tester.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Tester.pm @@ -2,7 +2,7 @@ package Test2::Tools::Tester; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use Test2::Util::Ref qw/rtype/; diff --git a/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm b/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm index 8d69c0b3c55f..7341ffc8727b 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm @@ -10,7 +10,7 @@ use Test2::API qw/context run_subtest test2_stack/; use Test2::Hub::Interceptor(); use Test2::Hub::Interceptor::Terminator(); -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; BEGIN { require Exporter; our @ISA = qw(Exporter) } our @EXPORT = qw{ diff --git a/cpan/Test-Simple/lib/Test2/Tools/Warnings.pm b/cpan/Test-Simple/lib/Test2/Tools/Warnings.pm index 4b020b1870fd..a2212e0febd2 100644 --- a/cpan/Test-Simple/lib/Test2/Tools/Warnings.pm +++ b/cpan/Test-Simple/lib/Test2/Tools/Warnings.pm @@ -2,7 +2,7 @@ package Test2::Tools::Warnings; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/carp/; use Test2::API qw/context test2_add_pending_diag/; diff --git a/cpan/Test-Simple/lib/Test2/Util.pm b/cpan/Test-Simple/lib/Test2/Util.pm index f7103a4f8b49..0c6f5ebb2e16 100644 --- a/cpan/Test-Simple/lib/Test2/Util.pm +++ b/cpan/Test-Simple/lib/Test2/Util.pm @@ -2,7 +2,7 @@ package Test2::Util; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Config qw/%Config/; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm b/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm index ea897067c268..0058ba84b98f 100644 --- a/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm +++ b/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm @@ -2,7 +2,7 @@ package Test2::Util::ExternalMeta; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm b/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm index 52bdd121e01e..0557ed4d64e4 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm @@ -2,7 +2,7 @@ package Test2::Util::Facets2Legacy; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Grabber.pm b/cpan/Test-Simple/lib/Test2/Util/Grabber.pm index 60d6ee259ba1..37c02f5748df 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Grabber.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Grabber.pm @@ -2,7 +2,7 @@ package Test2::Util::Grabber; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Hub::Interceptor(); use Test2::EventFacet::Trace(); diff --git a/cpan/Test-Simple/lib/Test2/Util/Guard.pm b/cpan/Test-Simple/lib/Test2/Util/Guard.pm index c62a76e6f968..b3d34445f8db 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Guard.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Guard.pm @@ -5,7 +5,7 @@ use warnings; use Carp qw(confess); -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarray); diff --git a/cpan/Test-Simple/lib/Test2/Util/HashBase.pm b/cpan/Test-Simple/lib/Test2/Util/HashBase.pm index a4bf765cf3be..d5c0f5d95f53 100644 --- a/cpan/Test-Simple/lib/Test2/Util/HashBase.pm +++ b/cpan/Test-Simple/lib/Test2/Util/HashBase.pm @@ -2,7 +2,7 @@ package Test2::Util::HashBase; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; ################################################################# # # diff --git a/cpan/Test-Simple/lib/Test2/Util/Importer.pm b/cpan/Test-Simple/lib/Test2/Util/Importer.pm index feae47d5de92..b40d7ac3d0bb 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Importer.pm +++ b/cpan/Test-Simple/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.302210'; +our $VERSION = '1.302214'; my %SIG_TO_SLOT = ( '&' => 'CODE', diff --git a/cpan/Test-Simple/lib/Test2/Util/Ref.pm b/cpan/Test-Simple/lib/Test2/Util/Ref.pm index 48ceaaeca30e..375c564d3373 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Ref.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Ref.pm @@ -2,7 +2,7 @@ package Test2::Util::Ref; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Scalar::Util qw/reftype blessed refaddr/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Sig.pm b/cpan/Test-Simple/lib/Test2/Util/Sig.pm index d862227d1877..64db4b5324d9 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Sig.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Sig.pm @@ -2,7 +2,7 @@ package Test2::Util::Sig; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use POSIX(); use Test2::Util qw/try IS_WIN32/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Stash.pm b/cpan/Test-Simple/lib/Test2/Util/Stash.pm index 645a721b30d8..cca093c54fc9 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Stash.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Stash.pm @@ -2,7 +2,7 @@ package Test2::Util::Stash; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; use B; diff --git a/cpan/Test-Simple/lib/Test2/Util/Sub.pm b/cpan/Test-Simple/lib/Test2/Util/Sub.pm index 2a03e5eec48f..4d530ebcc39f 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Sub.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Sub.pm @@ -2,7 +2,7 @@ package Test2::Util::Sub; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak carp/; use B(); diff --git a/cpan/Test-Simple/lib/Test2/Util/Table.pm b/cpan/Test-Simple/lib/Test2/Util/Table.pm index aa429f817ad0..381cc973aa88 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Table.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Table.pm @@ -2,7 +2,7 @@ package Test2::Util::Table; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Term::Table'; diff --git a/cpan/Test-Simple/lib/Test2/Util/Table/Cell.pm b/cpan/Test-Simple/lib/Test2/Util/Table/Cell.pm index a2cef9a4a9b2..7a980b0b5c09 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Table/Cell.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Table/Cell.pm @@ -2,7 +2,7 @@ package Test2::Util::Table::Cell; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Term::Table::Cell'; diff --git a/cpan/Test-Simple/lib/Test2/Util/Table/LineBreak.pm b/cpan/Test-Simple/lib/Test2/Util/Table/LineBreak.pm index 873fa92753d5..8cfa261ef726 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Table/LineBreak.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Table/LineBreak.pm @@ -2,7 +2,7 @@ package Test2::Util::Table::LineBreak; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Term::Table::LineBreak'; diff --git a/cpan/Test-Simple/lib/Test2/Util/Term.pm b/cpan/Test-Simple/lib/Test2/Util/Term.pm index 8c9d41093985..cb90e085861b 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Term.pm +++ b/cpan/Test-Simple/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.302210'; +our $VERSION = '1.302214'; use Test2::Util::Importer 'Test2::Util::Importer' => 'import'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY uni_length/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Times.pm b/cpan/Test-Simple/lib/Test2/Util/Times.pm index cf15763fc28a..1e354555c8ea 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Times.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Times.pm @@ -4,7 +4,7 @@ use warnings; use List::Util qw/sum/; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; diff --git a/cpan/Test-Simple/lib/Test2/Util/Trace.pm b/cpan/Test-Simple/lib/Test2/Util/Trace.pm index aabe65b031e0..7bae61da4742 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Trace.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Trace.pm @@ -6,7 +6,7 @@ use strict; our @ISA = ('Test2::EventFacet::Trace'); -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; 1; diff --git a/cpan/Test-Simple/lib/Test2/V0.pm b/cpan/Test-Simple/lib/Test2/V0.pm index 39835a96db05..a6451b30cd57 100644 --- a/cpan/Test-Simple/lib/Test2/V0.pm +++ b/cpan/Test-Simple/lib/Test2/V0.pm @@ -4,7 +4,7 @@ use warnings; use Test2::Util::Importer; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Workflow.pm b/cpan/Test-Simple/lib/Test2/Workflow.pm index f38cceab38a2..b589f205bfa0 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow.pm @@ -2,7 +2,7 @@ package Test2::Workflow; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; diff --git a/cpan/Test-Simple/lib/Test2/Workflow/BlockBase.pm b/cpan/Test-Simple/lib/Test2/Workflow/BlockBase.pm index 1296b976384c..6b8dc2f6fc69 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/BlockBase.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/BlockBase.pm @@ -2,7 +2,7 @@ package Test2::Workflow::BlockBase; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; diff --git a/cpan/Test-Simple/lib/Test2/Workflow/Build.pm b/cpan/Test-Simple/lib/Test2/Workflow/Build.pm index 4d04e0b743c4..c836e8701f3e 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/Build.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/Build.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Build; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::Workflow::Task::Group; diff --git a/cpan/Test-Simple/lib/Test2/Workflow/Runner.pm b/cpan/Test-Simple/lib/Test2/Workflow/Runner.pm index fb0257d4c752..9e7ca667e513 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/Runner.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/Runner.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Runner; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API(); use Test2::Todo(); diff --git a/cpan/Test-Simple/lib/Test2/Workflow/Task.pm b/cpan/Test-Simple/lib/Test2/Workflow/Task.pm index e9c0c44b7808..f92ccc13866e 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/Task.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/Task.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Test2::API(); use Test2::Event::Exception(); diff --git a/cpan/Test-Simple/lib/Test2/Workflow/Task/Action.pm b/cpan/Test-Simple/lib/Test2/Workflow/Task/Action.pm index 02d24f1d16e0..8a4072d13d60 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/Task/Action.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/Task/Action.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task::Action; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; diff --git a/cpan/Test-Simple/lib/Test2/Workflow/Task/Group.pm b/cpan/Test-Simple/lib/Test2/Workflow/Task/Group.pm index 09fb4103563e..248c78668e84 100644 --- a/cpan/Test-Simple/lib/Test2/Workflow/Task/Group.pm +++ b/cpan/Test-Simple/lib/Test2/Workflow/Task/Group.pm @@ -2,7 +2,7 @@ package Test2::Workflow::Task::Group; use strict; use warnings; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/ok.pm b/cpan/Test-Simple/lib/ok.pm index fe4a10cfe96c..5441a73bce32 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302210'; +our $VERSION = '1.302214'; use strict; use Test::More (); diff --git a/cpan/Test-Simple/t/Test2/modules/Hub.t b/cpan/Test-Simple/t/Test2/modules/Hub.t index 53e6e81b3ce6..055190a1af5b 100644 --- a/cpan/Test-Simple/t/Test2/modules/Hub.t +++ b/cpan/Test-Simple/t/Test2/modules/Hub.t @@ -453,7 +453,7 @@ tests state => sub { ok(!$ok, "died"); is($err, <<" EOT", "Got expected error"); -Test already ended! +Test already ended! (Did you call done_testing twice?) First End: foo.t line 42 Second End: foo.t line 42 EOT