This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Test::Simple from version 1.302052 to 1.302056
[perl5.git] / cpan / Test-Simple / lib / Test2 / Event / Waiting.pm
CommitLineData
b4514920
CG
1package Test2::Event::Waiting;
2use strict;
3use warnings;
4
7aa7bbc7 5our $VERSION = '1.302056';
b4514920
CG
6
7
58818a66 8BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
b4514920
CG
9
10sub global { 1 };
11
12sub summary { "IPC is waiting for children to finish..." }
13
141;
15
16__END__
17
18=pod
19
20=encoding UTF-8
21
22=head1 NAME
23
24Test2::Event::Waiting - Tell all procs/threads it is time to be done
25
26=head1 DESCRIPTION
27
28This event has no data of its own. This event is sent out by the IPC system
29when the main process/thread is ready to end.
30
31=head1 SOURCE
32
33The source code repository for Test2 can be found at
34F<http://github.com/Test-More/test-more/>.
35
36=head1 MAINTAINERS
37
38=over 4
39
40=item Chad Granum E<lt>exodist@cpan.orgE<gt>
41
42=back
43
44=head1 AUTHORS
45
46=over 4
47
48=item Chad Granum E<lt>exodist@cpan.orgE<gt>
49
50=back
51
52=head1 COPYRIGHT
53
54Copyright 2016 Chad Granum E<lt>exodist@cpan.orgE<gt>.
55
56This program is free software; you can redistribute it and/or
57modify it under the same terms as Perl itself.
58
59See F<http://dev.perl.org/licenses/>
60
61=cut