1package Test2::Util::Trace; 2require Test2::EventFacet::Trace; 3@ISA = ('Test2::EventFacet::Trace'); 4 5our $VERSION = '1.302162'; 6 71; 8 9__END__ 10 11=pod 12 13=encoding UTF-8 14 15=head1 NAME 16 17Test2::Util::Trace - Legacy wrapper fro L<Test2::EventFacet::Trace>. 18 19=head1 DESCRIPTION 20 21All the functionality for this class has been moved to 22L<Test2::EventFacet::Trace>. 23 24=head1 SOURCE 25 26The source code repository for Test2 can be found at 27F<http://github.com/Test-More/test-more/>. 28 29=head1 MAINTAINERS 30 31=over 4 32 33=item Chad Granum E<lt>exodist@cpan.orgE<gt> 34 35=back 36 37=head1 AUTHORS 38 39=over 4 40 41=item Chad Granum E<lt>exodist@cpan.orgE<gt> 42 43=back 44 45=head1 COPYRIGHT 46 47Copyright 2019 Chad Granum E<lt>exodist@cpan.orgE<gt>. 48 49This program is free software; you can redistribute it and/or 50modify it under the same terms as Perl itself. 51 52See F<http://dev.perl.org/licenses/> 53 54=cut 55