summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Fail.pm
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2022-03-08 01:22:22 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-03-08 01:22:22 +0000
commitf70b3f77e0c82e8e1b599de1542ef342631cb4f5 (patch)
tree30011744ca1b50cd44bf0bec18e686918db921f2 /cpan/Test-Simple/lib/Test2/Event/Fail.pm
parent7198711574449e8459f29865017678de700d0d1c (diff)
downloadperl-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.pm2
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;