Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2017-06-26 15:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Simple"

Mon Jun 26 15:56:18 2017 rev:5 rq:506081 version:1.302086

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes        
2017-05-16 14:38:08.050318422 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes   
2017-06-26 15:56:20.845106324 +0200
@@ -1,0 +2,10 @@
+Fri Jun 23 06:24:18 UTC 2017 - co...@suse.com
+
+- updated to 1.302086
+   see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+  1.302086  2017-06-20 10:43:13-07:00 America/Los_Angeles
+  
+      - Make it possible to turn off result logging in Test::Builder
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Test-Simple.spec ++++++
--- /var/tmp/diff_new_pack.f4tHTS/_old  2017-06-26 15:56:21.401027930 +0200
+++ /var/tmp/diff_new_pack.f4tHTS/_new  2017-06-26 15:56:21.401027930 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Simple
-Version:        1.302085
+Version:        1.302086
 Release:        0
 %define cpan_name Test-Simple
 Summary:        Basic utilities for writing tests

++++++ Test-Simple-1.302085.tar.gz -> Test-Simple-1.302086.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/Changes 
new/Test-Simple-1.302086/Changes
--- old/Test-Simple-1.302085/Changes    2017-05-02 04:24:38.000000000 +0200
+++ new/Test-Simple-1.302086/Changes    2017-06-20 19:43:15.000000000 +0200
@@ -1,3 +1,7 @@
+1.302086  2017-06-20 10:43:13-07:00 America/Los_Angeles
+
+    - Make it possible to turn off result logging in Test::Builder
+
 1.302085  2017-05-01 19:24:37-07:00 America/Los_Angeles
 
     - No Changes since last TRIAL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/MANIFEST 
new/Test-Simple-1.302086/MANIFEST
--- old/Test-Simple-1.302085/MANIFEST   2017-05-02 04:24:38.000000000 +0200
+++ new/Test-Simple-1.302086/MANIFEST   2017-06-20 19:43:15.000000000 +0200
@@ -149,6 +149,7 @@
 t/Legacy/is_deeply_with_threads.t
 t/Legacy/missing.t
 t/Legacy/new_ok.t
+t/Legacy/no_log_results.t
 t/Legacy/no_plan.t
 t/Legacy/no_tests.t
 t/Legacy/note.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/META.json 
new/Test-Simple-1.302086/META.json
--- old/Test-Simple-1.302085/META.json  2017-05-02 04:24:38.000000000 +0200
+++ new/Test-Simple-1.302086/META.json  2017-06-20 19:43:15.000000000 +0200
@@ -47,7 +47,7 @@
          "url" : "http://github.com/Test-More/test-more/";
       }
    },
-   "version" : "1.302085",
+   "version" : "1.302086",
    "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.302085/META.yml 
new/Test-Simple-1.302086/META.yml
--- old/Test-Simple-1.302085/META.yml   2017-05-02 04:24:38.000000000 +0200
+++ new/Test-Simple-1.302086/META.yml   2017-06-20 19:43:15.000000000 +0200
@@ -23,7 +23,7 @@
 resources:
   bugtracker: http://github.com/Test-More/test-more/issues
   repository: http://github.com/Test-More/test-more/
-version: '1.302085'
+version: '1.302086'
 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.302085/Makefile.PL 
new/Test-Simple-1.302086/Makefile.PL
--- old/Test-Simple-1.302085/Makefile.PL        2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/Makefile.PL        2017-06-20 19:43:15.000000000 
+0200
@@ -24,7 +24,7 @@
     "Storable" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.302085",
+  "VERSION" => "1.302086",
   "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/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.302085/lib/Test/Builder/Formatter.pm 
new/Test-Simple-1.302086/lib/Test/Builder/Formatter.pm
--- old/Test-Simple-1.302085/lib/Test/Builder/Formatter.pm      2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder/Formatter.pm      2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Builder/Module.pm 
new/Test-Simple-1.302086/lib/Test/Builder/Module.pm
--- old/Test-Simple-1.302085/lib/Test/Builder/Module.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder/Module.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -7,7 +7,7 @@
 require Exporter;
 our @ISA = qw(Exporter);
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 =head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302085/lib/Test/Builder/Tester/Color.pm 
new/Test-Simple-1.302086/lib/Test/Builder/Tester/Color.pm
--- old/Test-Simple-1.302085/lib/Test/Builder/Tester/Color.pm   2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder/Tester/Color.pm   2017-06-20 
19:43:15.000000000 +0200
@@ -1,7 +1,7 @@
 package Test::Builder::Tester::Color;
 
 use strict;
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 require Test::Builder::Tester;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Builder/Tester.pm 
new/Test-Simple-1.302086/lib/Test/Builder/Tester.pm
--- old/Test-Simple-1.302085/lib/Test/Builder/Tester.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder/Tester.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -1,7 +1,7 @@
 package Test::Builder::Tester;
 
 use strict;
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Test::Builder;
 use Symbol;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Builder/TodoDiag.pm 
new/Test-Simple-1.302086/lib/Test/Builder/TodoDiag.pm
--- old/Test-Simple-1.302085/lib/Test/Builder/TodoDiag.pm       2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder/TodoDiag.pm       2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 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.302085/lib/Test/Builder.pm 
new/Test-Simple-1.302086/lib/Test/Builder.pm
--- old/Test-Simple-1.302085/lib/Test/Builder.pm        2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Builder.pm        2017-06-20 
19:43:15.000000000 +0200
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 BEGIN {
     if( $] < 5.008 ) {
@@ -203,7 +203,7 @@
     $self->_add_ts_hooks;
 
     $ctx->release;
-    return bless { Original_Pid => $$, Stack => $self->{Stack}, Hub => $hub }, 
blessed($self);
+    return bless { Original_Pid => $$, Stack => $self->{Stack}, Hub => $hub, 
no_log_results => $self->{no_log_results} }, blessed($self);
 }
 
 sub finalize {
@@ -373,6 +373,7 @@
     # hash keys is just asking for pain.  Also, it was documented.
     $Level = 1;
 
+    $self->{no_log_results} = $ENV{TEST_NO_LOG_RESULTS} ? 1 : 0;
     $self->{Original_Pid} = $$;
 
     my $ctx = $self->ctx;
@@ -634,7 +635,7 @@
         (name => defined($name) ? $name : ''),
     };
 
-    $hub->{_meta}->{+__PACKAGE__}->{Test_Results}[ $hub->{count} ] = $result;
+    $hub->{_meta}->{+__PACKAGE__}->{Test_Results}[ $hub->{count} ] = $result 
unless $self->{no_log_results};
 
     my $orig_name = $name;
 
@@ -1006,7 +1007,7 @@
         name      => $name,
         type      => 'skip',
         reason    => $why,
-    };
+    } unless $self->{no_log_results};
 
     $name =~ s|#|\\#|g;    # # in a name can confuse Test::Harness.
     $name =~ s{\n}{\n# }sg;
@@ -1031,7 +1032,7 @@
         name      => '',
         type      => 'todo_skip',
         reason    => $why,
-    };
+    } unless $self->{no_log_results};
 
     $why =~ s{\n}{\n# }sg;
     my $tctx = $ctx->snapshot;
@@ -1353,23 +1354,25 @@
     if( defined $num ) {
         $hub->set_count($num);
 
-        # If the test counter is being pushed forward fill in the details.
-        my $test_results = $ctx->hub->meta(__PACKAGE__, {})->{Test_Results};
-        if( $num > @$test_results ) {
-            my $start = @$test_results ? @$test_results : 0;
-            for( $start .. $num - 1 ) {
-                $test_results->[$_] = {
-                    'ok'      => 1,
-                    actual_ok => undef,
-                    reason    => 'incrementing test number',
-                    type      => 'unknown',
-                    name      => undef
-                };
+        unless ($self->{no_log_results}) {
+            # If the test counter is being pushed forward fill in the details.
+            my $test_results = $ctx->hub->meta(__PACKAGE__, 
{})->{Test_Results};
+            if ($num > @$test_results) {
+                my $start = @$test_results ? @$test_results : 0;
+                for ($start .. $num - 1) {
+                    $test_results->[$_] = {
+                        'ok'      => 1,
+                        actual_ok => undef,
+                        reason    => 'incrementing test number',
+                        type      => 'unknown',
+                        name      => undef
+                    };
+                }
+            }
+            # If backward, wipe history.  Its their funeral.
+            elsif ($num < @$test_results) {
+                $#{$test_results} = $num - 1;
             }
-        }
-        # If backward, wipe history.  Its their funeral.
-        elsif( $num < @$test_results ) {
-            $#{$test_results} = $num - 1;
         }
     }
     return release $ctx, $hub->count;
@@ -1395,6 +1398,8 @@
 sub summary {
     my($self) = shift;
 
+    return if $self->{no_log_results};
+
     my $ctx = $self->ctx;
     my $data = $ctx->hub->meta(__PACKAGE__, {})->{Test_Results};
     $ctx->release;
@@ -1404,6 +1409,9 @@
 
 sub details {
     my $self = shift;
+
+    return if $self->{no_log_results};
+
     my $ctx = $self->ctx;
     my $data = $ctx->hub->meta(__PACKAGE__, {})->{Test_Results};
     $ctx->release;
@@ -1710,6 +1718,8 @@
     Test2::API::test2_ipc_enable_shm();
 }
 
+sub no_log_results { $_[0]->{no_log_results} = 1 }
+
 1;
 
 __END__
@@ -2253,6 +2263,16 @@
 
 =over 4
 
+=item B<no_log_results>
+
+This will turn off result long-term storage. Calling this method will make
+C<details> and C<summary> useless. You may want to use this if you are running
+enough tests to fill up all available memory.
+
+    Test::Builder->new->no_log_results();
+
+There is no way to turn it back on.
+
 =item B<current_test>
 
     my $curr_test = $Test->current_test;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/More.pm 
new/Test-Simple-1.302086/lib/Test/More.pm
--- old/Test-Simple-1.302085/lib/Test/More.pm   2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test/More.pm   2017-06-20 19:43:15.000000000 
+0200
@@ -17,7 +17,7 @@
     return warn @_, " at $file line $line\n";
 }
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Simple.pm 
new/Test-Simple-1.302086/lib/Test/Simple.pm
--- old/Test-Simple-1.302085/lib/Test/Simple.pm 2017-05-02 04:24:39.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test/Simple.pm 2017-06-20 19:43:15.000000000 
+0200
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Tester/Capture.pm 
new/Test-Simple-1.302086/lib/Test/Tester/Capture.pm
--- old/Test-Simple-1.302085/lib/Test/Tester/Capture.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Tester/Capture.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 
 package Test::Tester::Capture;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test::Builder;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302085/lib/Test/Tester/CaptureRunner.pm 
new/Test-Simple-1.302086/lib/Test/Tester/CaptureRunner.pm
--- old/Test-Simple-1.302085/lib/Test/Tester/CaptureRunner.pm   2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Tester/CaptureRunner.pm   2017-06-20 
19:43:15.000000000 +0200
@@ -3,7 +3,7 @@
 
 package Test::Tester::CaptureRunner;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test::Tester::Capture;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Tester/Delegate.pm 
new/Test-Simple-1.302086/lib/Test/Tester/Delegate.pm
--- old/Test-Simple-1.302085/lib/Test/Tester/Delegate.pm        2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test/Tester/Delegate.pm        2017-06-20 
19:43:15.000000000 +0200
@@ -3,7 +3,7 @@
 
 package Test::Tester::Delegate;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Scalar::Util();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test/Tester.pm 
new/Test-Simple-1.302086/lib/Test/Tester.pm
--- old/Test-Simple-1.302085/lib/Test/Tester.pm 2017-05-02 04:24:39.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test/Tester.pm 2017-06-20 19:43:15.000000000 
+0200
@@ -18,7 +18,7 @@
 
 use vars qw( @ISA @EXPORT );
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 @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.302085/lib/Test/use/ok.pm 
new/Test-Simple-1.302086/lib/Test/use/ok.pm
--- old/Test-Simple-1.302085/lib/Test/use/ok.pm 2017-05-02 04:24:39.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test/use/ok.pm 2017-06-20 19:43:15.000000000 
+0200
@@ -1,7 +1,7 @@
 package Test::use::ok;
 use 5.005;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 __END__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/API/Breakage.pm 
new/Test-Simple-1.302086/lib/Test2/API/Breakage.pm
--- old/Test-Simple-1.302085/lib/Test2/API/Breakage.pm  2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/API/Breakage.pm  2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test2::Util qw/pkg_to_file/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/API/Context.pm 
new/Test-Simple-1.302086/lib/Test2/API/Context.pm
--- old/Test-Simple-1.302085/lib/Test2/API/Context.pm   2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/API/Context.pm   2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Carp qw/confess croak longmess/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/API/Instance.pm 
new/Test-Simple-1.302086/lib/Test2/API/Instance.pm
--- old/Test-Simple-1.302085/lib/Test2/API/Instance.pm  2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/API/Instance.pm  2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver 
Test2::Formatter/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/API/Stack.pm 
new/Test-Simple-1.302086/lib/Test2/API/Stack.pm
--- old/Test-Simple-1.302085/lib/Test2/API/Stack.pm     2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/API/Stack.pm     2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test2::Hub();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/API.pm 
new/Test-Simple-1.302086/lib/Test2/API.pm
--- old/Test-Simple-1.302085/lib/Test2/API.pm   2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2/API.pm   2017-06-20 19:43:15.000000000 
+0200
@@ -7,7 +7,7 @@
     $ENV{TEST2_ACTIVE} = 1;
 }
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 my $INST;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Bail.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Bail.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Bail.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Bail.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Diag.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Diag.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Diag.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Diag.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Encoding.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Encoding.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Encoding.pm        2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Encoding.pm        2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
 use Test2::Util::HashBase qw/encoding/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Exception.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Exception.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Exception.pm       2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Exception.pm       2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Generic.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Generic.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Generic.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Generic.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -5,7 +5,7 @@
 use Carp qw/croak/;
 use Scalar::Util qw/reftype/;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 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.302085/lib/Test2/Event/Note.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Note.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Note.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Note.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Ok.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Ok.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Ok.pm      2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Ok.pm      2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Plan.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Plan.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Plan.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Plan.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Skip.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Skip.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Skip.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Skip.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 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.302085/lib/Test2/Event/Subtest.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Subtest.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Subtest.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Subtest.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 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.302085/lib/Test2/Event/TAP/Version.pm 
new/Test-Simple-1.302086/lib/Test2/Event/TAP/Version.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/TAP/Version.pm     2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/TAP/Version.pm     2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
 use Test2::Util::HashBase qw/version/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event/Waiting.pm 
new/Test-Simple-1.302086/lib/Test2/Event/Waiting.pm
--- old/Test-Simple-1.302085/lib/Test2/Event/Waiting.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Event/Waiting.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Event.pm 
new/Test-Simple-1.302086/lib/Test2/Event.pm
--- old/Test-Simple-1.302085/lib/Test2/Event.pm 2017-05-02 04:24:39.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2/Event.pm 2017-06-20 19:43:15.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Test2::Util::HashBase qw/trace nested in_subtest subtest_id/;
 use Test2::Util::ExternalMeta qw/meta get_meta set_meta delete_meta/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Formatter/TAP.pm 
new/Test-Simple-1.302086/lib/Test2/Formatter/TAP.pm
--- old/Test-Simple-1.302085/lib/Test2/Formatter/TAP.pm 2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Formatter/TAP.pm 2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use Test2::Util qw/clone_io/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Formatter.pm 
new/Test-Simple-1.302086/lib/Test2/Formatter.pm
--- old/Test-Simple-1.302085/lib/Test2/Formatter.pm     2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Formatter.pm     2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 my %ADDED;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Test-Simple-1.302085/lib/Test2/Hub/Interceptor/Terminator.pm 
new/Test-Simple-1.302086/lib/Test2/Hub/Interceptor/Terminator.pm
--- old/Test-Simple-1.302085/lib/Test2/Hub/Interceptor/Terminator.pm    
2017-05-02 04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Hub/Interceptor/Terminator.pm    
2017-06-20 19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Hub/Interceptor.pm 
new/Test-Simple-1.302086/lib/Test2/Hub/Interceptor.pm
--- old/Test-Simple-1.302085/lib/Test2/Hub/Interceptor.pm       2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Hub/Interceptor.pm       2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test2::Hub::Interceptor::Terminator();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Hub/Subtest.pm 
new/Test-Simple-1.302086/lib/Test2/Hub/Subtest.pm
--- old/Test-Simple-1.302085/lib/Test2/Hub/Subtest.pm   2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Hub/Subtest.pm   2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Hub.pm 
new/Test-Simple-1.302086/lib/Test2/Hub.pm
--- old/Test-Simple-1.302085/lib/Test2/Hub.pm   2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2/Hub.pm   2017-06-20 19:43:15.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Carp qw/carp croak confess/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/IPC/Driver/Files.pm 
new/Test-Simple-1.302086/lib/Test2/IPC/Driver/Files.pm
--- old/Test-Simple-1.302085/lib/Test2/IPC/Driver/Files.pm      2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/IPC/Driver/Files.pm      2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 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.302085/lib/Test2/IPC/Driver.pm 
new/Test-Simple-1.302086/lib/Test2/IPC/Driver.pm
--- old/Test-Simple-1.302085/lib/Test2/IPC/Driver.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/IPC/Driver.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Carp qw/confess longmess/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/IPC.pm 
new/Test-Simple-1.302086/lib/Test2/IPC.pm
--- old/Test-Simple-1.302085/lib/Test2/IPC.pm   2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2/IPC.pm   2017-06-20 19:43:15.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test2::API::Instance;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Tools/Tiny.pm 
new/Test-Simple-1.302086/lib/Test2/Tools/Tiny.pm
--- old/Test-Simple-1.302085/lib/Test2/Tools/Tiny.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Tools/Tiny.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -10,7 +10,7 @@
 use Test2::Hub::Interceptor();
 use Test2::Hub::Interceptor::Terminator();
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 BEGIN { require Exporter; our @ISA = qw(Exporter) }
 our @EXPORT = qw{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Util/ExternalMeta.pm 
new/Test-Simple-1.302086/lib/Test2/Util/ExternalMeta.pm
--- old/Test-Simple-1.302085/lib/Test2/Util/ExternalMeta.pm     2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Util/ExternalMeta.pm     2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Carp qw/croak/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Util/Trace.pm 
new/Test-Simple-1.302086/lib/Test2/Util/Trace.pm
--- old/Test-Simple-1.302085/lib/Test2/Util/Trace.pm    2017-05-02 
04:24:39.000000000 +0200
+++ new/Test-Simple-1.302086/lib/Test2/Util/Trace.pm    2017-06-20 
19:43:15.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Test2::Util qw/get_tid pkg_to_file/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2/Util.pm 
new/Test-Simple-1.302086/lib/Test2/Util.pm
--- old/Test-Simple-1.302085/lib/Test2/Util.pm  2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2/Util.pm  2017-06-20 19:43:15.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 use Config qw/%Config/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/Test2.pm 
new/Test-Simple-1.302086/lib/Test2.pm
--- old/Test-Simple-1.302085/lib/Test2.pm       2017-05-02 04:24:38.000000000 
+0200
+++ new/Test-Simple-1.302086/lib/Test2.pm       2017-06-20 19:43:15.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/lib/ok.pm 
new/Test-Simple-1.302086/lib/ok.pm
--- old/Test-Simple-1.302085/lib/ok.pm  2017-05-02 04:24:38.000000000 +0200
+++ new/Test-Simple-1.302086/lib/ok.pm  2017-06-20 19:43:15.000000000 +0200
@@ -1,5 +1,5 @@
 package ok;
-our $VERSION = '1.302085';
+our $VERSION = '1.302086';
 
 use strict;
 use Test::More ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302085/t/Legacy/no_log_results.t 
new/Test-Simple-1.302086/t/Legacy/no_log_results.t
--- old/Test-Simple-1.302085/t/Legacy/no_log_results.t  1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Simple-1.302086/t/Legacy/no_log_results.t  2017-06-20 
19:43:15.000000000 +0200
@@ -0,0 +1,19 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+sub it {
+    my $tb = Test::Builder->new;
+    $tb->no_log_results;
+
+    ok(1, "sample");
+    ok(2, "sample");
+
+    is_deeply([$tb->details], [], "no details were logged");
+}
+
+it();
+subtest it => \&it;
+
+done_testing;


Reply via email to