summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Fail.pm
diff options
context:
space:
mode:
authorChad Granum <chad.granum@dreamhost.com>2023-02-05 14:17:46 +0000
committerJames E Keenan <jkeenan@cpan.org>2023-02-05 14:17:46 +0000
commit2d51effbcbd1f6edbafa5974996a9d244353dd25 (patch)
tree69d64c5f1b85f5f875328850981ac0989eb2d1c4 /cpan/Test-Simple/lib/Test2/Event/Fail.pm
parent93688065283a7ee7f0914a6448f7ea9209342f00 (diff)
downloadperl-2d51effbcbd1f6edbafa5974996a9d244353dd25.tar.gz
Test::Simple: sync with CPAN 1.302192
From Changes: Silence deprecation warning when testing smartmatch
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 06d4b70479..e490656de2 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.302191';
+our $VERSION = '1.302192';
use Test2::EventFacet::Info;