summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-10-08 18:40:08 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-10-08 18:41:32 -0500
commit9e50822c393d02411dd8d7c21b34222eb226c488 (patch)
tree126b63c3bb42c840ac0b731bb8658ab28c33f92d /cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
parentf204f8ac3d8cbbd10eafba2593e808144f1661f0 (diff)
downloadperl-9e50822c393d02411dd8d7c21b34222eb226c488.tar.gz
Update Test-Simple to CPAN version 1.302181
[DELTA] 1.302182 2020-10-05 22:02:28-07:00 America/Los_Angeles - Fix 5.6 support - Fix fragile %INC handling in a test
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 c22e877b2f..fdf8662588 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.302181';
+our $VERSION = '1.302182';
use Scalar::Util qw/blessed/;
use Test2::Util qw/pkg_to_file/;