Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2018-02-12 10:07:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 Feb 12 10:07:57 2018 rev:11 rq:573948 version:1.302122 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes 2017-12-12 21:19:32.432359618 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2018-02-12 10:07:59.361129074 +0100 @@ -1,0 +2,15 @@ +Wed Feb 7 17:24:45 UTC 2018 - [email protected] + +- updated to 1.302122 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles + + - Add 'mode' ro render facet + + 1.302121 2018-02-04 13:27:41-08:00 America/Los_Angeles + + - Update Copyright + - Add 'render' facet + +------------------------------------------------------------------- Old: ---- Test-Simple-1.302120.tar.gz New: ---- Test-Simple-1.302122.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Simple.spec ++++++ --- /var/tmp/diff_new_pack.qRLPfh/_old 2018-02-12 10:08:01.081067087 +0100 +++ /var/tmp/diff_new_pack.qRLPfh/_new 2018-02-12 10:08:01.085066944 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Simple # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Test-Simple -Version: 1.302120 +Version: 1.302122 Release: 0 %define cpan_name Test-Simple Summary: Basic utilities for writing tests ++++++ Test-Simple-1.302120.tar.gz -> Test-Simple-1.302122.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/Changes new/Test-Simple-1.302122/Changes --- old/Test-Simple-1.302120/Changes 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/Changes 2018-02-05 17:13:58.000000000 +0100 @@ -1,3 +1,12 @@ +1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles + + - Add 'mode' ro render facet + +1.302121 2018-02-04 13:27:41-08:00 America/Los_Angeles + + - Update Copyright + - Add 'render' facet + 1.302120 2017-11-29 18:49:15-08:00 America/Los_Angeles - No Changes since last trial diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/LICENSE new/Test-Simple-1.302122/LICENSE --- old/Test-Simple-1.302120/LICENSE 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/LICENSE 2018-02-05 17:13:58.000000000 +0100 @@ -1,4 +1,4 @@ -This software is copyright (c) 2017 by Chad Granum. +This software is copyright (c) 2018 by Chad Granum. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2017 by Chad Granum. +This software is Copyright (c) 2018 by Chad Granum. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2017 by Chad Granum. +This software is Copyright (c) 2018 by Chad Granum. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/MANIFEST new/Test-Simple-1.302122/MANIFEST --- old/Test-Simple-1.302120/MANIFEST 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/MANIFEST 2018-02-05 17:13:58.000000000 +0100 @@ -60,6 +60,7 @@ lib/Test2/EventFacet/Meta.pm lib/Test2/EventFacet/Parent.pm lib/Test2/EventFacet/Plan.pm +lib/Test2/EventFacet/Render.pm lib/Test2/EventFacet/Trace.pm lib/Test2/Formatter.pm lib/Test2/Formatter/TAP.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/META.json new/Test-Simple-1.302122/META.json --- old/Test-Simple-1.302120/META.json 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/META.json 2018-02-05 17:13:58.000000000 +0100 @@ -47,7 +47,7 @@ "url" : "http://github.com/Test-More/test-more/" } }, - "version" : "1.302120", + "version" : "1.302122", "x_breaks" : { "Log::Dispatch::Config::TestLog" : "<= 0.02", "Net::BitTorrent" : "<= 0.052", @@ -71,6 +71,6 @@ "Test::UseAllModules" : ">= 0.12, <= 0.14", "Test::Wrapper" : "<= v0.3.0" }, - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239" + "x_serialization_backend" : "Cpanel::JSON::XS version 4.00" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/META.yml new/Test-Simple-1.302122/META.yml --- old/Test-Simple-1.302120/META.yml 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/META.yml 2018-02-05 17:13:58.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.302120' +version: '1.302122' 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.302120/Makefile.PL new/Test-Simple-1.302122/Makefile.PL --- old/Test-Simple-1.302120/Makefile.PL 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/Makefile.PL 2018-02-05 17:13:58.000000000 +0100 @@ -23,7 +23,7 @@ "Storable" => 0, "utf8" => 0 }, - "VERSION" => "1.302120", + "VERSION" => "1.302122", "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.302120/README new/Test-Simple-1.302122/README --- old/Test-Simple-1.302120/README 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/README 2018-02-05 17:13:58.000000000 +0100 @@ -182,7 +182,7 @@ COPYRIGHT - Copyright 2017 Chad Granum <[email protected]>. + Copyright 2018 Chad Granum <[email protected]>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/README.md new/Test-Simple-1.302122/README.md --- old/Test-Simple-1.302120/README.md 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/README.md 2018-02-05 17:13:58.000000000 +0100 @@ -176,7 +176,7 @@ # COPYRIGHT -Copyright 2017 Chad Granum <[email protected]>. +Copyright 2018 Chad Granum <[email protected]>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder/Formatter.pm new/Test-Simple-1.302122/lib/Test/Builder/Formatter.pm --- old/Test-Simple-1.302120/lib/Test/Builder/Formatter.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder/Formatter.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) } @@ -95,7 +95,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder/Module.pm new/Test-Simple-1.302122/lib/Test/Builder/Module.pm --- old/Test-Simple-1.302120/lib/Test/Builder/Module.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder/Module.pm 2018-02-05 17:13:58.000000000 +0100 @@ -7,7 +7,7 @@ require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder/Tester/Color.pm new/Test-Simple-1.302122/lib/Test/Builder/Tester/Color.pm --- old/Test-Simple-1.302120/lib/Test/Builder/Tester/Color.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder/Tester/Color.pm 2018-02-05 17:13:58.000000000 +0100 @@ -1,7 +1,7 @@ package Test::Builder::Tester::Color; use strict; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; require Test::Builder::Tester; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder/Tester.pm new/Test-Simple-1.302122/lib/Test/Builder/Tester.pm --- old/Test-Simple-1.302120/lib/Test/Builder/Tester.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder/Tester.pm 2018-02-05 17:13:58.000000000 +0100 @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test::Builder; use Symbol; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder/TodoDiag.pm new/Test-Simple-1.302122/lib/Test/Builder/TodoDiag.pm --- old/Test-Simple-1.302120/lib/Test/Builder/TodoDiag.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder/TodoDiag.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } @@ -58,7 +58,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Builder.pm new/Test-Simple-1.302122/lib/Test/Builder.pm --- old/Test-Simple-1.302120/lib/Test/Builder.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Builder.pm 2018-02-05 17:13:58.000000000 +0100 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { if( $] < 5.008 ) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/More.pm new/Test-Simple-1.302122/lib/Test/More.pm --- old/Test-Simple-1.302120/lib/Test/More.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/More.pm 2018-02-05 17:13:58.000000000 +0100 @@ -17,7 +17,7 @@ return warn @_, " at $file line $line\n"; } -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Simple.pm new/Test-Simple-1.302122/lib/Test/Simple.pm --- old/Test-Simple-1.302120/lib/Test/Simple.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Simple.pm 2018-02-05 17:13:58.000000000 +0100 @@ -4,7 +4,7 @@ use strict; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Tester/Capture.pm new/Test-Simple-1.302122/lib/Test/Tester/Capture.pm --- old/Test-Simple-1.302120/lib/Test/Tester/Capture.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Tester/Capture.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ package Test::Tester::Capture; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test::Builder; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Tester/CaptureRunner.pm new/Test-Simple-1.302122/lib/Test/Tester/CaptureRunner.pm --- old/Test-Simple-1.302120/lib/Test/Tester/CaptureRunner.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Tester/CaptureRunner.pm 2018-02-05 17:13:58.000000000 +0100 @@ -3,7 +3,7 @@ package Test::Tester::CaptureRunner; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test::Tester::Capture; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Tester/Delegate.pm new/Test-Simple-1.302122/lib/Test/Tester/Delegate.pm --- old/Test-Simple-1.302120/lib/Test/Tester/Delegate.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Tester/Delegate.pm 2018-02-05 17:13:58.000000000 +0100 @@ -3,7 +3,7 @@ package Test::Tester::Delegate; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Scalar::Util(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test/Tester.pm new/Test-Simple-1.302122/lib/Test/Tester.pm --- old/Test-Simple-1.302120/lib/Test/Tester.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/Tester.pm 2018-02-05 17:13:58.000000000 +0100 @@ -18,7 +18,7 @@ use vars qw( @ISA @EXPORT ); -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; @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.302120/lib/Test/use/ok.pm new/Test-Simple-1.302122/lib/Test/use/ok.pm --- old/Test-Simple-1.302120/lib/Test/use/ok.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test/use/ok.pm 2018-02-05 17:13:58.000000000 +0100 @@ -1,7 +1,7 @@ package Test::use::ok; use 5.005; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; __END__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/API/Breakage.pm new/Test-Simple-1.302122/lib/Test2/API/Breakage.pm --- old/Test-Simple-1.302120/lib/Test2/API/Breakage.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/API/Breakage.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Util qw/pkg_to_file/; @@ -168,7 +168,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/API/Context.pm new/Test-Simple-1.302122/lib/Test2/API/Context.pm --- old/Test-Simple-1.302120/lib/Test2/API/Context.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/API/Context.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/confess croak/; @@ -883,7 +883,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/API/Instance.pm new/Test-Simple-1.302122/lib/Test2/API/Instance.pm --- old/Test-Simple-1.302120/lib/Test2/API/Instance.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/API/Instance.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; @@ -863,7 +863,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/API/Stack.pm new/Test-Simple-1.302122/lib/Test2/API/Stack.pm --- old/Test-Simple-1.302120/lib/Test2/API/Stack.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/API/Stack.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Hub(); @@ -210,7 +210,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/API.pm new/Test-Simple-1.302122/lib/Test2/API.pm --- old/Test-Simple-1.302120/lib/Test2/API.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/API.pm 2018-02-05 17:13:58.000000000 +0100 @@ -9,7 +9,7 @@ $ENV{TEST2_ACTIVE} = 1; } -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; my $INST; @@ -1514,7 +1514,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Bail.pm new/Test-Simple-1.302122/lib/Test2/Event/Bail.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Bail.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Bail.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -99,7 +99,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Diag.pm new/Test-Simple-1.302122/lib/Test2/Event/Diag.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Diag.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Diag.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -89,7 +89,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Encoding.pm new/Test-Simple-1.302122/lib/Test2/Event/Encoding.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Encoding.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Encoding.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/croak/; @@ -87,7 +87,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Exception.pm new/Test-Simple-1.302122/lib/Test2/Event/Exception.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Exception.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Exception.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -103,7 +103,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Fail.pm new/Test-Simple-1.302122/lib/Test2/Event/Fail.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Fail.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Fail.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::EventFacet::Info; @@ -108,7 +108,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Generic.pm new/Test-Simple-1.302122/lib/Test2/Event/Generic.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Generic.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Generic.pm 2018-02-05 17:13:58.000000000 +0100 @@ -5,7 +5,7 @@ use Carp qw/croak/; use Scalar::Util qw/reftype/; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase; @@ -270,7 +270,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Note.pm new/Test-Simple-1.302122/lib/Test2/Event/Note.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Note.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Note.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -87,7 +87,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Ok.pm new/Test-Simple-1.302122/lib/Test2/Event/Ok.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Ok.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Ok.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -152,7 +152,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Pass.pm new/Test-Simple-1.302122/lib/Test2/Event/Pass.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Pass.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Pass.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::EventFacet::Info; @@ -104,7 +104,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Plan.pm new/Test-Simple-1.302122/lib/Test2/Event/Plan.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Plan.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Plan.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -159,7 +159,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Skip.pm new/Test-Simple-1.302122/lib/Test2/Event/Skip.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Skip.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Skip.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } @@ -117,7 +117,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Subtest.pm new/Test-Simple-1.302122/lib/Test2/Event/Subtest.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Subtest.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Subtest.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{subevents buffered subtest_id}; @@ -150,7 +150,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/TAP/Version.pm new/Test-Simple-1.302122/lib/Test2/Event/TAP/Version.pm --- old/Test-Simple-1.302120/lib/Test2/Event/TAP/Version.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/TAP/Version.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/croak/; @@ -91,7 +91,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event/Waiting.pm new/Test-Simple-1.302122/lib/Test2/Event/Waiting.pm --- old/Test-Simple-1.302120/lib/Test2/Event/Waiting.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event/Waiting.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } @@ -66,7 +66,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Event.pm new/Test-Simple-1.302122/lib/Test2/Event.pm --- old/Test-Simple-1.302120/lib/Test2/Event.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Event.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Util::HashBase qw/trace -amnesty/; use Test2::Util::ExternalMeta qw/meta get_meta set_meta delete_meta/; @@ -581,7 +581,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/About.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/About.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/About.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/About.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -package -no_display }; @@ -70,7 +70,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Amnesty.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Amnesty.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Amnesty.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Amnesty.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; sub is_list { 1 } @@ -81,7 +81,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Assert.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Assert.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Assert.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Assert.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no_debug -number }; @@ -83,7 +83,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Control.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Control.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Control.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Control.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding }; @@ -90,7 +90,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Error.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Error.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Error.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Error.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; sub facet_key { 'errors' } sub is_list { 1 } @@ -83,7 +83,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Info.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Info.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Info.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Info.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; sub is_list { 1 } @@ -92,7 +92,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Meta.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Meta.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Meta.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Meta.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use vars qw/$AUTOLOAD/; @@ -94,7 +94,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Parent.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Parent.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Parent.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Parent.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/confess/; @@ -88,7 +88,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Plan.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Plan.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Plan.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Plan.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -skip -none }; @@ -84,7 +84,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Render.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Render.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Render.pm 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Render.pm 2018-02-05 17:13:58.000000000 +0100 @@ -0,0 +1,106 @@ +package Test2::EventFacet::Render; +use strict; +use warnings; + +our $VERSION = '1.302122'; + +sub is_list { 1 } + +BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } +use Test2::Util::HashBase qw{ -tag -facet -mode }; + +1; + +__END__ + +=pod + +=encoding UTF-8 + +=head1 NAME + +Test2::EventFacet::Render - Facet that dictates how to render an event. + +=head1 DESCRIPTION + +This facet is used to dictate how the event should be rendered by the standard +test2 rendering tools. If this facet is present then ONLY what is specified by +it will be rendered. It is assumed that anything important or note-worthy will +be present here, no other facets will be considered for rendering/display. + +This facet is a list type, you can add as many items as needed. + +=head1 FIELDS + +=over 4 + +=item $string = $render->[#]->{details} + +=item $string = $render->[#]->details() + +Human readable text for display. + +=item $string = $render->[#]->{tag} + +=item $string = $render->[#]->tag() + +Tag that should prefix/identify the main text. + +=item $string = $render->[#]->{facet} + +=item $string = $render->[#]->facet() + +Optional, if the display text was generated from another facet this should +state what facet it was. + +=item $mode = $render->[#]->mode{} + +=item $mode = $render->[#]->mode() + +=over 4 + +=item calculated + +Calculated means the facet was generated from another facet. Calculated facets +may be cleared and regenerated whenever the event state changes. + +=item replace + +Replace means the facet is intended to replace the normal rendering of the +event. + +=back + +=back + +=head1 SOURCE + +The source code repository for Test2 can be found at +F<http://github.com/Test-More/test-more/>. + +=head1 MAINTAINERS + +=over 4 + +=item Chad Granum E<lt>[email protected]<gt> + +=back + +=head1 AUTHORS + +=over 4 + +=item Chad Granum E<lt>[email protected]<gt> + +=back + +=head1 COPYRIGHT + +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +See F<http://dev.perl.org/licenses/> + +=cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet/Trace.pm new/Test-Simple-1.302122/lib/Test2/EventFacet/Trace.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet/Trace.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet/Trace.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } @@ -239,7 +239,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/EventFacet.pm new/Test-Simple-1.302122/lib/Test2/EventFacet.pm --- old/Test-Simple-1.302120/lib/Test2/EventFacet.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/EventFacet.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Util::HashBase qw/-details/; use Carp qw/croak/; @@ -83,7 +83,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Formatter/TAP.pm new/Test-Simple-1.302122/lib/Test2/Formatter/TAP.pm --- old/Test-Simple-1.302120/lib/Test2/Formatter/TAP.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Formatter/TAP.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Util qw/clone_io/; @@ -477,7 +477,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Formatter.pm new/Test-Simple-1.302122/lib/Test2/Formatter.pm --- old/Test-Simple-1.302120/lib/Test2/Formatter.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Formatter.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; my %ADDED; @@ -135,7 +135,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Hub/Interceptor/Terminator.pm new/Test-Simple-1.302122/lib/Test2/Hub/Interceptor/Terminator.pm --- old/Test-Simple-1.302120/lib/Test2/Hub/Interceptor/Terminator.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Hub/Interceptor/Terminator.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; 1; @@ -41,7 +41,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Hub/Interceptor.pm new/Test-Simple-1.302122/lib/Test2/Hub/Interceptor.pm --- old/Test-Simple-1.302120/lib/Test2/Hub/Interceptor.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Hub/Interceptor.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::Hub::Interceptor::Terminator(); @@ -78,7 +78,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Hub/Subtest.pm new/Test-Simple-1.302122/lib/Test2/Hub/Subtest.pm --- old/Test-Simple-1.302120/lib/Test2/Hub/Subtest.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Hub/Subtest.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase qw/nested exit_code manual_skip_all/; @@ -126,7 +126,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Hub.pm new/Test-Simple-1.302122/lib/Test2/Hub.pm --- old/Test-Simple-1.302120/lib/Test2/Hub.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Hub.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/carp croak confess/; @@ -871,7 +871,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/IPC/Driver/Files.pm new/Test-Simple-1.302122/lib/Test2/IPC/Driver/Files.pm --- old/Test-Simple-1.302120/lib/Test2/IPC/Driver/Files.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/IPC/Driver/Files.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } @@ -473,7 +473,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/IPC/Driver.pm new/Test-Simple-1.302122/lib/Test2/IPC/Driver.pm --- old/Test-Simple-1.302120/lib/Test2/IPC/Driver.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/IPC/Driver.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/confess/; @@ -292,7 +292,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/IPC.pm new/Test-Simple-1.302122/lib/Test2/IPC.pm --- old/Test-Simple-1.302120/lib/Test2/IPC.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/IPC.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Test2::API::Instance; @@ -131,7 +131,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Tools/Tiny.pm new/Test-Simple-1.302122/lib/Test2/Tools/Tiny.pm --- old/Test-Simple-1.302120/lib/Test2/Tools/Tiny.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Tools/Tiny.pm 2018-02-05 17:13:58.000000000 +0100 @@ -16,7 +16,7 @@ use Test2::Hub::Interceptor(); use Test2::Hub::Interceptor::Terminator(); -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; BEGIN { require Exporter; our @ISA = qw(Exporter) } our @EXPORT = qw{ @@ -425,7 +425,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Transition.pod new/Test-Simple-1.302122/lib/Test2/Transition.pod --- old/Test-Simple-1.302120/lib/Test2/Transition.pod 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Transition.pod 2018-02-05 17:13:58.000000000 +0100 @@ -502,7 +502,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Util/ExternalMeta.pm new/Test-Simple-1.302122/lib/Test2/Util/ExternalMeta.pm --- old/Test-Simple-1.302120/lib/Test2/Util/ExternalMeta.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Util/ExternalMeta.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/croak/; @@ -172,7 +172,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Util/Facets2Legacy.pm new/Test-Simple-1.302122/lib/Test2/Util/Facets2Legacy.pm --- old/Test-Simple-1.302120/lib/Test2/Util/Facets2Legacy.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Util/Facets2Legacy.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Util/HashBase.pm new/Test-Simple-1.302122/lib/Test2/Util/HashBase.pm --- old/Test-Simple-1.302120/lib/Test2/Util/HashBase.pm 2017-11-30 03:49:17.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Util/HashBase.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; ################################################################# # # @@ -425,7 +425,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Util/Trace.pm new/Test-Simple-1.302122/lib/Test2/Util/Trace.pm --- old/Test-Simple-1.302120/lib/Test2/Util/Trace.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Util/Trace.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ require Test2::EventFacet::Trace; @ISA = ('Test2::EventFacet::Trace'); -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; 1; @@ -44,7 +44,7 @@ =head1 COPYRIGHT -Copyright 2016 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2/Util.pm new/Test-Simple-1.302122/lib/Test2/Util.pm --- old/Test-Simple-1.302120/lib/Test2/Util.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2/Util.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use POSIX(); use Config qw/%Config/; @@ -409,7 +409,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/Test2.pm new/Test-Simple-1.302122/lib/Test2.pm --- old/Test-Simple-1.302120/lib/Test2.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/Test2.pm 2018-02-05 17:13:58.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; 1; @@ -203,7 +203,7 @@ =head1 COPYRIGHT -Copyright 2017 Chad Granum E<lt>[email protected]<gt>. +Copyright 2018 Chad Granum E<lt>[email protected]<gt>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Simple-1.302120/lib/ok.pm new/Test-Simple-1.302122/lib/ok.pm --- old/Test-Simple-1.302120/lib/ok.pm 2017-11-30 03:49:16.000000000 +0100 +++ new/Test-Simple-1.302122/lib/ok.pm 2018-02-05 17:13:58.000000000 +0100 @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302120'; +our $VERSION = '1.302122'; use strict; use Test::More ();
