Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2020-03-14 09:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Simple"

Sat Mar 14 09:53:50 2020 rev:29 rq:783463 version:1.302172

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes        
2020-01-21 20:58:48.860805576 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.3160/perl-Test-Simple.changes  
    2020-03-14 09:53:51.343044747 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 03:28:19 UTC 2020 -  <[email protected]>
+
+- updated to 1.302172
+   see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+  1.302172  2020-03-08 15:21:25-07:00 America/Los_Angeles
+  
+      - Fix transition doc
+      - Fix warnings from info / debug tap
+
+-------------------------------------------------------------------

Old:
----
  Test-Simple-1.302171.tar.gz

New:
----
  Test-Simple-1.302172.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Simple.spec ++++++
--- /var/tmp/diff_new_pack.xIgMdt/_old  2020-03-14 09:53:51.775045064 +0100
+++ /var/tmp/diff_new_pack.xIgMdt/_new  2020-03-14 09:53:51.775045064 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Simple
-Version:        1.302171
+Version:        1.302172
 Release:        0
 %define cpan_name Test-Simple
 Summary:        Basic utilities for writing tests

++++++ Test-Simple-1.302171.tar.gz -> Test-Simple-1.302172.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/Changes 
new/Test-Simple-1.302172/Changes
--- old/Test-Simple-1.302171/Changes    2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/Changes    2020-03-08 23:21:26.000000000 +0100
@@ -1,3 +1,8 @@
+1.302172  2020-03-08 15:21:25-07:00 America/Los_Angeles
+
+    - Fix transition doc
+    - Fix warnings from info / debug tap
+
 1.302171  2020-01-17 09:47:59-08:00 America/Los_Angeles
 
     - Fix 5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/META.json 
new/Test-Simple-1.302172/META.json
--- old/Test-Simple-1.302171/META.json  2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/META.json  2020-03-08 23:21:26.000000000 +0100
@@ -48,7 +48,7 @@
          "url" : "http://github.com/Test-More/test-more/";
       }
    },
-   "version" : "1.302171",
+   "version" : "1.302172",
    "x_breaks" : {
       "Log::Dispatch::Config::TestLog" : "<= 0.02",
       "Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/META.yml 
new/Test-Simple-1.302172/META.yml
--- old/Test-Simple-1.302171/META.yml   2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/META.yml   2020-03-08 23:21:26.000000000 +0100
@@ -22,7 +22,7 @@
 resources:
   bugtracker: http://github.com/Test-More/test-more/issues
   repository: http://github.com/Test-More/test-more/
-version: '1.302171'
+version: '1.302172'
 x_breaks:
   Log::Dispatch::Config::TestLog: '<= 0.02'
   Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/Makefile.PL 
new/Test-Simple-1.302172/Makefile.PL
--- old/Test-Simple-1.302171/Makefile.PL        2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/Makefile.PL        2020-03-08 23:21:26.000000000 
+0100
@@ -23,7 +23,7 @@
     "Storable" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.302171",
+  "VERSION" => "1.302172",
   "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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/README.md 
new/Test-Simple-1.302172/README.md
--- old/Test-Simple-1.302171/README.md  2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/README.md  2020-03-08 23:21:26.000000000 +0100
@@ -4,7 +4,7 @@
 
 # DESCRIPTION
 
-Test2 is a new testing framework produced by forking 
[Test::Builder](https://metacpan.org/pod/Test::Builder),
+Test2 is a new testing framework produced by forking 
[Test::Builder](https://metacpan.org/pod/Test%3A%3ABuilder),
 completely refactoring it, adding many new features and capabilities.
 
 ## WHAT IS NEW?
@@ -17,7 +17,7 @@
 
 - Better diagnostics capabilities.
 
-    Test2 uses an 
[Test2::API::Context](https://metacpan.org/pod/Test2::API::Context) object to 
track filename, line number, and
+    Test2 uses an 
[Test2::API::Context](https://metacpan.org/pod/Test2%3A%3AAPI%3A%3AContext) 
object to track filename, line number, and
     tool details. This object greatly simplifies tracking for where errors 
should
     be reported.
 
@@ -47,24 +47,24 @@
 
 - Support for threading/forking.
 
-    Test2 support for forking and threading can be turned on using 
[Test2::IPC](https://metacpan.org/pod/Test2::IPC).
+    Test2 support for forking and threading can be turned on using 
[Test2::IPC](https://metacpan.org/pod/Test2%3A%3AIPC).
     Once turned on threading and forking operate sanely and work as one would
     expect.
 
 # GETTING STARTED
 
 If you are interested in writing tests using new tools then you should look at
-[Test2::Suite](https://metacpan.org/pod/Test2::Suite). 
[Test2::Suite](https://metacpan.org/pod/Test2::Suite) is a separate cpan 
distribution that contains
+[Test2::Suite](https://metacpan.org/pod/Test2%3A%3ASuite). 
[Test2::Suite](https://metacpan.org/pod/Test2%3A%3ASuite) is a separate cpan 
distribution that contains
 many tools implemented on Test2.
 
 If you are interested in writing new tools you should take a look at
-[Test2::API](https://metacpan.org/pod/Test2::API) first.
+[Test2::API](https://metacpan.org/pod/Test2%3A%3AAPI) first.
 
 # NAMESPACE LAYOUT
 
 This describes the namespace layout for the Test2 ecosystem. Not all the
 namespaces listed here are part of the Test2 distribution, some are implemented
-in [Test2::Suite](https://metacpan.org/pod/Test2::Suite).
+in [Test2::Suite](https://metacpan.org/pod/Test2%3A%3ASuite).
 
 ## Test2::Tools::
 
@@ -95,7 +95,7 @@
 
 ## Test2::Formatter::
 
-Formatters live under this namespace. 
[Test2::Formatter::TAP](https://metacpan.org/pod/Test2::Formatter::TAP) is the 
only
+Formatters live under this namespace. 
[Test2::Formatter::TAP](https://metacpan.org/pod/Test2%3A%3AFormatter%3A%3ATAP) 
is the only
 formatter currently. It is acceptable for third party distributions to create
 new formatters under this namespace.
 
@@ -140,17 +140,17 @@
 
 # SEE ALSO
 
-[Test2::API](https://metacpan.org/pod/Test2::API) - Primary API functions.
+[Test2::API](https://metacpan.org/pod/Test2%3A%3AAPI) - Primary API functions.
 
-[Test2::API::Context](https://metacpan.org/pod/Test2::API::Context) - Detailed 
documentation of the context object.
+[Test2::API::Context](https://metacpan.org/pod/Test2%3A%3AAPI%3A%3AContext) - 
Detailed documentation of the context object.
 
-[Test2::IPC](https://metacpan.org/pod/Test2::IPC) - The IPC system used for 
threading/fork support.
+[Test2::IPC](https://metacpan.org/pod/Test2%3A%3AIPC) - The IPC system used 
for threading/fork support.
 
-[Test2::Formatter](https://metacpan.org/pod/Test2::Formatter) - Formatters 
such as TAP live here.
+[Test2::Formatter](https://metacpan.org/pod/Test2%3A%3AFormatter) - Formatters 
such as TAP live here.
 
-[Test2::Event](https://metacpan.org/pod/Test2::Event) - Events live in this 
namespace.
+[Test2::Event](https://metacpan.org/pod/Test2%3A%3AEvent) - Events live in 
this namespace.
 
-[Test2::Hub](https://metacpan.org/pod/Test2::Hub) - All events eventually 
funnel through a hub. Custom hubs are how
+[Test2::Hub](https://metacpan.org/pod/Test2%3A%3AHub) - All events eventually 
funnel through a hub. Custom hubs are how
 `intercept()` and `run_subtest()` are implemented.
 
 # CONTACTING US
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Builder/Formatter.pm 
new/Test-Simple-1.302172/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302171/lib/Test/Builder/Formatter.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder/Formatter.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) }
 
@@ -33,7 +33,8 @@
     my ($self, $f, $num) = @_;
     return if $self->{+NO_DIAG};
     my @out = $self->SUPER::debug_tap($f, $num);
-    $self->redirect(\@out) if @out && $f->{about}->{package} eq 
'Test::Builder::TodoDiag';
+    $self->redirect(\@out) if @out && ref $f->{about} && defined 
$f->{about}->{package}
+        && $f->{about}->{package} eq 'Test::Builder::TodoDiag';
     return @out;
 }
 
@@ -41,7 +42,8 @@
     my ($self, $f) = @_;
     return if $self->{+NO_DIAG};
     my @out = $self->SUPER::info_tap($f);
-    $self->redirect(\@out) if @out && $f->{about}->{package} eq 
'Test::Builder::TodoDiag';
+    $self->redirect(\@out) if @out && ref $f->{about} && defined 
$f->{about}->{package}
+        && $f->{about}->{package} eq 'Test::Builder::TodoDiag';
     return @out;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Builder/Module.pm 
new/Test-Simple-1.302172/lib/Test/Builder/Module.pm
--- old/Test-Simple-1.302171/lib/Test/Builder/Module.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder/Module.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -7,7 +7,7 @@
 require Exporter;
 our @ISA = qw(Exporter);
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 =head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302171/lib/Test/Builder/Tester/Color.pm 
new/Test-Simple-1.302172/lib/Test/Builder/Tester/Color.pm
--- old/Test-Simple-1.302171/lib/Test/Builder/Tester/Color.pm   2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder/Tester/Color.pm   2020-03-08 
23:21:26.000000000 +0100
@@ -1,7 +1,7 @@
 package Test::Builder::Tester::Color;
 
 use strict;
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 require Test::Builder::Tester;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Builder/Tester.pm 
new/Test-Simple-1.302172/lib/Test/Builder/Tester.pm
--- old/Test-Simple-1.302171/lib/Test/Builder/Tester.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder/Tester.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -1,7 +1,7 @@
 package Test::Builder::Tester;
 
 use strict;
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test::Builder;
 use Symbol;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Builder/TodoDiag.pm 
new/Test-Simple-1.302172/lib/Test/Builder/TodoDiag.pm
--- old/Test-Simple-1.302171/lib/Test/Builder/TodoDiag.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder/TodoDiag.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Builder.pm 
new/Test-Simple-1.302172/lib/Test/Builder.pm
--- old/Test-Simple-1.302171/lib/Test/Builder.pm        2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Builder.pm        2020-03-08 
23:21:26.000000000 +0100
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN {
     if( $] < 5.008 ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/More.pm 
new/Test-Simple-1.302172/lib/Test/More.pm
--- old/Test-Simple-1.302171/lib/Test/More.pm   2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test/More.pm   2020-03-08 23:21:26.000000000 
+0100
@@ -17,7 +17,7 @@
     return warn @_, " at $file line $line\n";
 }
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Simple.pm 
new/Test-Simple-1.302172/lib/Test/Simple.pm
--- old/Test-Simple-1.302171/lib/Test/Simple.pm 2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test/Simple.pm 2020-03-08 23:21:26.000000000 
+0100
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Tester/Capture.pm 
new/Test-Simple-1.302172/lib/Test/Tester/Capture.pm
--- old/Test-Simple-1.302171/lib/Test/Tester/Capture.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Tester/Capture.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 
 package Test::Tester::Capture;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test::Builder;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302171/lib/Test/Tester/CaptureRunner.pm 
new/Test-Simple-1.302172/lib/Test/Tester/CaptureRunner.pm
--- old/Test-Simple-1.302171/lib/Test/Tester/CaptureRunner.pm   2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Tester/CaptureRunner.pm   2020-03-08 
23:21:26.000000000 +0100
@@ -3,7 +3,7 @@
 
 package Test::Tester::CaptureRunner;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test::Tester::Capture;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Tester/Delegate.pm 
new/Test-Simple-1.302172/lib/Test/Tester/Delegate.pm
--- old/Test-Simple-1.302171/lib/Test/Tester/Delegate.pm        2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test/Tester/Delegate.pm        2020-03-08 
23:21:26.000000000 +0100
@@ -3,7 +3,7 @@
 
 package Test::Tester::Delegate;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Scalar::Util();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/Tester.pm 
new/Test-Simple-1.302172/lib/Test/Tester.pm
--- old/Test-Simple-1.302171/lib/Test/Tester.pm 2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test/Tester.pm 2020-03-08 23:21:26.000000000 
+0100
@@ -18,7 +18,7 @@
 
 use vars qw( @ISA @EXPORT );
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 @EXPORT = qw( run_tests check_tests check_test cmp_results show_space );
 @ISA = qw( Exporter );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test/use/ok.pm 
new/Test-Simple-1.302172/lib/Test/use/ok.pm
--- old/Test-Simple-1.302171/lib/Test/use/ok.pm 2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test/use/ok.pm 2020-03-08 23:21:26.000000000 
+0100
@@ -1,7 +1,7 @@
 package Test::use::ok;
 use 5.005;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 __END__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/API/Breakage.pm 
new/Test-Simple-1.302172/lib/Test2/API/Breakage.pm
--- old/Test-Simple-1.302171/lib/Test2/API/Breakage.pm  2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/API/Breakage.pm  2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test2::Util qw/pkg_to_file/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/API/Context.pm 
new/Test-Simple-1.302172/lib/Test2/API/Context.pm
--- old/Test-Simple-1.302171/lib/Test2/API/Context.pm   2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/API/Context.pm   2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Carp qw/confess croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/API/Instance.pm 
new/Test-Simple-1.302172/lib/Test2/API/Instance.pm
--- old/Test-Simple-1.302171/lib/Test2/API/Instance.pm  2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/API/Instance.pm  2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver 
Test2::Formatter/;
 use Carp qw/confess carp/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/API/Stack.pm 
new/Test-Simple-1.302172/lib/Test2/API/Stack.pm
--- old/Test-Simple-1.302171/lib/Test2/API/Stack.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/API/Stack.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test2::Hub();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/API.pm 
new/Test-Simple-1.302172/lib/Test2/API.pm
--- old/Test-Simple-1.302171/lib/Test2/API.pm   2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2/API.pm   2020-03-08 23:21:26.000000000 
+0100
@@ -9,7 +9,7 @@
     $ENV{TEST2_ACTIVE} = 1;
 }
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 my $INST;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Bail.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Bail.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Bail.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Bail.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Diag.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Diag.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Diag.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Diag.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Encoding.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Encoding.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Encoding.pm        2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Encoding.pm        2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Carp qw/croak/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Exception.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Exception.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Exception.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Exception.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Fail.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Fail.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Fail.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Fail.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test2::EventFacet::Info;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Generic.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Generic.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Generic.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Generic.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -5,7 +5,7 @@
 use Carp qw/croak/;
 use Scalar::Util qw/reftype/;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
 use Test2::Util::HashBase;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Note.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Note.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Note.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Note.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Ok.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Ok.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Ok.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Ok.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Pass.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Pass.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Pass.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Pass.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test2::EventFacet::Info;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Plan.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Plan.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Plan.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Plan.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Skip.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Skip.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Skip.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Skip.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Subtest.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Subtest.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Subtest.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Subtest.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
 use Test2::Util::HashBase qw{subevents buffered subtest_id subtest_uuid};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/TAP/Version.pm 
new/Test-Simple-1.302172/lib/Test2/Event/TAP/Version.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/TAP/Version.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/TAP/Version.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Carp qw/croak/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/V2.pm 
new/Test-Simple-1.302172/lib/Test2/Event/V2.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/V2.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/V2.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Scalar::Util qw/reftype/;
 use Carp qw/croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event/Waiting.pm 
new/Test-Simple-1.302172/lib/Test2/Event/Waiting.pm
--- old/Test-Simple-1.302171/lib/Test2/Event/Waiting.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Event/Waiting.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Event.pm 
new/Test-Simple-1.302172/lib/Test2/Event.pm
--- old/Test-Simple-1.302171/lib/Test2/Event.pm 2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2/Event.pm 2020-03-08 23:21:26.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Scalar::Util qw/blessed reftype/;
 use Carp qw/croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/About.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/About.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/About.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/About.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 use Test2::Util::HashBase qw{ -package -no_display -uuid -eid };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Amnesty.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Amnesty.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Amnesty.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Amnesty.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 sub is_list { 1 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Assert.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Assert.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Assert.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Assert.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 use Test2::Util::HashBase qw{ -pass -no_debug -number };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Control.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Control.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Control.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Control.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding 
-phase };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Error.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Error.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Error.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Error.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 sub facet_key { 'errors' }
 sub is_list { 1 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Hub.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Hub.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Hub.pm        2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Hub.pm        2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 sub is_list { 1 }
 sub facet_key { 'hubs' }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302171/lib/Test2/EventFacet/Info/Table.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Info/Table.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Info/Table.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Info/Table.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Carp qw/confess/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Info.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Info.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Info.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Info.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 sub is_list { 1 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Meta.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Meta.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Meta.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Meta.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 use vars qw/$AUTOLOAD/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Parent.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Parent.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Parent.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Parent.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Carp qw/confess/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Plan.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Plan.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Plan.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Plan.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 use Test2::Util::HashBase qw{ -count -skip -none };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Render.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Render.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Render.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Render.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 sub is_list { 1 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet/Trace.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet/Trace.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet/Trace.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet/Trace.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/EventFacet.pm 
new/Test-Simple-1.302172/lib/Test2/EventFacet.pm
--- old/Test-Simple-1.302171/lib/Test2/EventFacet.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/EventFacet.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test2::Util::HashBase qw/-details/;
 use Carp qw/croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Formatter/TAP.pm 
new/Test-Simple-1.302172/lib/Test2/Formatter/TAP.pm
--- old/Test-Simple-1.302171/lib/Test2/Formatter/TAP.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Formatter/TAP.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Test2::Util qw/clone_io/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Formatter.pm 
new/Test-Simple-1.302172/lib/Test2/Formatter.pm
--- old/Test-Simple-1.302171/lib/Test2/Formatter.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Formatter.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 my %ADDED;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302171/lib/Test2/Hub/Interceptor/Terminator.pm 
new/Test-Simple-1.302172/lib/Test2/Hub/Interceptor/Terminator.pm
--- old/Test-Simple-1.302171/lib/Test2/Hub/Interceptor/Terminator.pm    
2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Hub/Interceptor/Terminator.pm    
2020-03-08 23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Hub/Interceptor.pm 
new/Test-Simple-1.302172/lib/Test2/Hub/Interceptor.pm
--- old/Test-Simple-1.302171/lib/Test2/Hub/Interceptor.pm       2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Hub/Interceptor.pm       2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test2::Hub::Interceptor::Terminator();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Hub/Subtest.pm 
new/Test-Simple-1.302172/lib/Test2/Hub/Subtest.pm
--- old/Test-Simple-1.302171/lib/Test2/Hub/Subtest.pm   2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Hub/Subtest.pm   2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
 use Test2::Util::HashBase qw/nested exit_code manual_skip_all/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Hub.pm 
new/Test-Simple-1.302172/lib/Test2/Hub.pm
--- old/Test-Simple-1.302171/lib/Test2/Hub.pm   2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2/Hub.pm   2020-03-08 23:21:26.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Carp qw/carp croak confess/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/IPC/Driver/Files.pm 
new/Test-Simple-1.302172/lib/Test2/IPC/Driver/Files.pm
--- old/Test-Simple-1.302171/lib/Test2/IPC/Driver/Files.pm      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/IPC/Driver/Files.pm      2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/IPC/Driver.pm 
new/Test-Simple-1.302172/lib/Test2/IPC/Driver.pm
--- old/Test-Simple-1.302171/lib/Test2/IPC/Driver.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/IPC/Driver.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Carp qw/confess/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/IPC.pm 
new/Test-Simple-1.302172/lib/Test2/IPC.pm
--- old/Test-Simple-1.302171/lib/Test2/IPC.pm   2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2/IPC.pm   2020-03-08 23:21:26.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Test2::API::Instance;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Tools/Tiny.pm 
new/Test-Simple-1.302172/lib/Test2/Tools/Tiny.pm
--- old/Test-Simple-1.302171/lib/Test2/Tools/Tiny.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Tools/Tiny.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -16,7 +16,7 @@
 use Test2::Hub::Interceptor();
 use Test2::Hub::Interceptor::Terminator();
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 BEGIN { require Exporter; our @ISA = qw(Exporter) }
 our @EXPORT = qw{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Transition.pod 
new/Test-Simple-1.302172/lib/Test2/Transition.pod
--- old/Test-Simple-1.302171/lib/Test2/Transition.pod   2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Transition.pod   2020-03-08 
23:21:26.000000000 +0100
@@ -76,7 +76,7 @@
 =head3 The Problem
 
 An early change, in fact the change that made Test2 an idea, was a change to
-the indentation of the subtest note. IT was decided it would be more readable
+the indentation of the subtest note. It was decided it would be more readable
 to outdent the subtest note instead of having it inline with the subtest:
 
     # subtest foo
@@ -104,7 +104,7 @@
     );
 
 Check if C<$INC{'Test2/API.pm'}> is set, if it is then no indentation should be
-expected. If it is not set than the old Test::Builder is in use, indentation
+expected. If it is not set, then the old Test::Builder is in use, indentation
 should be expected.
 
 =head1 DISTRIBUTIONS THAT BREAK OR NEED TO BE UPGRADED
@@ -129,13 +129,6 @@
 
 Known broken in versions: 1.0.9 and older
 
-=item Test::Kit
-
-This actually works fine, but will not install because L<Test::Aggregate> is in
-the dependency chain.
-
-See the L<Test::Aggregate> info below for additional information.
-
 =item Device::Chip
 
 Tests break due to subtest indentation.
@@ -201,6 +194,13 @@
 
 Fixed in version: 0.04
 
+=item Test::Kit
+
+Old versions work fine, but would not install because L<Test::Aggregate> was in
+the dependency chain. An upgrade should not be needed.
+
+Fixed in version: 2.15
+
 =item autouse
 
 A test broke because it depended on Scalar::Util not being loaded. Test2 loads
@@ -274,8 +274,8 @@
 
 This distribution directly accesses the hash keys in the L<Test::Builder>
 singleton. It also approaches the problem from the wrong angle, please consider
-using L<Test2::Harness> or L<App::ForkProve> which both solve the same problem
-at the harness level.
+using L<Test2::Aggregate> for similar functionality and L<Test2::Harness>
+which allows module preloading at the harness level.
 
 Still broken as of version: 0.373
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Util/ExternalMeta.pm 
new/Test-Simple-1.302172/lib/Test2/Util/ExternalMeta.pm
--- old/Test-Simple-1.302171/lib/Test2/Util/ExternalMeta.pm     2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Util/ExternalMeta.pm     2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 use Carp qw/croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Util/Facets2Legacy.pm 
new/Test-Simple-1.302172/lib/Test2/Util/Facets2Legacy.pm
--- old/Test-Simple-1.302171/lib/Test2/Util/Facets2Legacy.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Util/Facets2Legacy.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use Carp qw/croak confess/;
 use Scalar::Util qw/blessed/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Util/HashBase.pm 
new/Test-Simple-1.302172/lib/Test2/Util/HashBase.pm
--- old/Test-Simple-1.302171/lib/Test2/Util/HashBase.pm 2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Util/HashBase.pm 2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 #################################################################
 #                                                               #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Util/Trace.pm 
new/Test-Simple-1.302172/lib/Test2/Util/Trace.pm
--- old/Test-Simple-1.302171/lib/Test2/Util/Trace.pm    2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/Test2/Util/Trace.pm    2020-03-08 
23:21:26.000000000 +0100
@@ -2,7 +2,7 @@
 require Test2::EventFacet::Trace;
 @ISA = ('Test2::EventFacet::Trace');
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2/Util.pm 
new/Test-Simple-1.302172/lib/Test2/Util.pm
--- old/Test-Simple-1.302171/lib/Test2/Util.pm  2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2/Util.pm  2020-03-08 23:21:26.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use POSIX();
 use Config qw/%Config/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/Test2.pm 
new/Test-Simple-1.302172/lib/Test2.pm
--- old/Test-Simple-1.302171/lib/Test2.pm       2020-01-17 18:48:00.000000000 
+0100
+++ new/Test-Simple-1.302172/lib/Test2.pm       2020-03-08 23:21:26.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/lib/ok.pm 
new/Test-Simple-1.302172/lib/ok.pm
--- old/Test-Simple-1.302171/lib/ok.pm  2020-01-17 18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/lib/ok.pm  2020-03-08 23:21:26.000000000 +0100
@@ -1,5 +1,5 @@
 package ok;
-our $VERSION = '1.302171';
+our $VERSION = '1.302172';
 
 use strict;
 use Test::More ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302171/xt/author/pod-spell.t 
new/Test-Simple-1.302172/xt/author/pod-spell.t
--- old/Test-Simple-1.302171/xt/author/pod-spell.t      2020-01-17 
18:48:00.000000000 +0100
+++ new/Test-Simple-1.302172/xt/author/pod-spell.t      2020-03-08 
23:21:26.000000000 +0100
@@ -123,6 +123,7 @@
 SIGUSR1
 SIGUSR2
 env
+preloading
 
 ## Spelled correctly according to google:
 recognises


Reply via email to