diff options
author | Chad Granum <exodist7@gmail.com> | 2022-03-08 01:22:22 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2022-03-08 01:22:22 +0000 |
commit | f70b3f77e0c82e8e1b599de1542ef342631cb4f5 (patch) | |
tree | 30011744ca1b50cd44bf0bec18e686918db921f2 /cpan/Test-Simple/lib/Test2/Event/Fail.pm | |
parent | 7198711574449e8459f29865017678de700d0d1c (diff) | |
download | perl-f70b3f77e0c82e8e1b599de1542ef342631cb4f5.tar.gz |
cpan/Test-Simple: sync with CPAN Test-Simple-1.302190
From Changes: Fix subtest times to be hi-res; Fix #890, #891.
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Fail.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Event/Fail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Fail.pm b/cpan/Test-Simple/lib/Test2/Event/Fail.pm index 241209c8cb..398dd9906a 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Fail.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Fail.pm @@ -2,7 +2,7 @@ package Test2::Event::Fail; use strict; use warnings; -our $VERSION = '1.302188'; +our $VERSION = '1.302190'; use Test2::EventFacet::Info; |