summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-09-15 21:23:31 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-09-15 23:42:34 -0500
commit18c72c399196d35c6fc14d5bae4f312deceb8359 (patch)
tree0d62983c705b00b56a1edc1b0166b6179c2bb500 /cpan/Test-Simple/lib/Test2/Event/Waiting.pm
parent544e14500f76f6a28da0d5b423ccc23f22723777 (diff)
downloadperl-18c72c399196d35c6fc14d5bae4f312deceb8359.tar.gz
Update Test-Simple to CPAN version 1.302181
[DELTA] 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles - put try_sig_mask back where it goes (And add test to prevent this in the future) - Drop new List::Util requirement back down 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles - No changes since last trial 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum List::Util version (for uniq) 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE) - Move try_sig_mask to the only module that uses it. - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for interept {} and what it returns 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (#862)
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Waiting.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Event/Waiting.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
index dbd1448584..ce28a8583b 100644
--- a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
+++ b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
@@ -2,7 +2,7 @@ package Test2::Event::Waiting;
use strict;
use warnings;
-our $VERSION = '1.302175';
+our $VERSION = '1.302181';
BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
@@ -66,7 +66,7 @@ F<http://github.com/Test-More/test-more/>.
=head1 COPYRIGHT
-Copyright 2019 Chad Granum E<lt>exodist@cpan.orgE<gt>.
+Copyright 2020 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.