summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-11-14 10:02:19 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-11-14 10:02:19 +0000
commit2cd163274121ba332c8fb8648d0926fe8bb35144 (patch)
treea541680a9422d4efddbf20be7378ed7f97293e70 /cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
parent4c032c4685c1990604f7a27376b28db5d7d204dd (diff)
downloadperl-2cd163274121ba332c8fb8648d0926fe8bb35144.tar.gz
Update Test-Simple to CPAN version 1.302183
[DELTA] 1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles - avoid closing over scalar in BEGIN block in cmp_ok eval
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/API/InterceptResult.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/API/InterceptResult.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm b/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
index fdf8662588..a679ac4806 100644
--- a/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
+++ b/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
@@ -2,7 +2,7 @@ package Test2::API::InterceptResult;
use strict;
use warnings;
-our $VERSION = '1.302182';
+our $VERSION = '1.302183';
use Scalar::Util qw/blessed/;
use Test2::Util qw/pkg_to_file/;