summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Fail.pm
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-23 13:01:59 +0200
committerMax Maischein <corion@corion.net>2021-05-23 13:01:59 +0200
commitefd7ab4f2a6ecf7e378de0a3a3cc2ac412671e3e (patch)
tree14a36fb6c8e03c7dd1592d5cb48017f33c683f2e /cpan/Test-Simple/lib/Test2/Event/Fail.pm
parentc69e4295bee6730ece365e0450b9a8c27a8cf10e (diff)
downloadperl-efd7ab4f2a6ecf7e378de0a3a3cc2ac412671e3e.tar.gz
Update Test::Simple from 1.302183 to 1.302185
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 7a1eaa94f2..4f1dcfbd16 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.302183';
+our $VERSION = '1.302185';
use Test2::EventFacet::Info;