cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
+cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
cpan/Test-Simple/lib/Test2/Formatter.pm
cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
},
'Test::Simple' => {
- 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302120.tar.gz',
+ 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302122.tar.gz',
'FILES' => q[cpan/Test-Simple],
'EXCLUDED' => [
qr{^examples/},
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN {
if( $] < 5.008 ) {
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
=head1 NAME
package Test::Builder::Tester;
use strict;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test::Builder;
use Symbol;
package Test::Builder::Tester::Color;
use strict;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
require Test::Builder::Tester;
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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);
use strict;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test::Builder::Module;
our @ISA = qw(Test::Builder::Module);
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 );
package Test::Tester::Capture;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test::Builder;
package Test::Tester::CaptureRunner;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test::Tester::Capture;
package Test::Tester::Delegate;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Scalar::Util();
package Test::use::ok;
use 5.005;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
__END__
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
1;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
$ENV{TEST2_ACTIVE} = 1;
}
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
my $INST;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::Util qw/pkg_to_file/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/confess croak/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::Hub();
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/croak/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::EventFacet::Info;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::EventFacet::Info;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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};
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/croak/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::Util::HashBase qw/-details/;
use Carp qw/croak/;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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 };
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
sub is_list { 1 }
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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 };
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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 };
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
sub facet_key { 'errors' }
sub is_list { 1 }
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
sub is_list { 1 }
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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/;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/confess/;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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 };
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
--- /dev/null
+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>exodist@cpan.orgE<gt>
+
+=back
+
+=head1 AUTHORS
+
+=over 4
+
+=item Chad Granum E<lt>exodist@cpan.orgE<gt>
+
+=back
+
+=head1 COPYRIGHT
+
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<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
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
my %ADDED;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::Util qw/clone_io/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/carp croak confess/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::Hub::Interceptor::Terminator();
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
1;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Test2::API::Instance;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/confess/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) }
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
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{
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use POSIX();
use Config qw/%Config/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/croak/;
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use Carp qw/croak confess/;
use Scalar::Util qw/blessed/;
use strict;
use warnings;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
#################################################################
# #
=head1 COPYRIGHT
-Copyright 2017 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
require Test2::EventFacet::Trace;
@ISA = ('Test2::EventFacet::Trace');
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
1;
=head1 COPYRIGHT
-Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
package ok;
-our $VERSION = '1.302120';
+our $VERSION = '1.302122';
use strict;
use Test::More ();