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