summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/API/Context.pm
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2018-08-17 20:02:40 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-08-17 20:04:51 -0400
commit56191551147fe888e34f15ef84f08013f4fbb5aa (patch)
treebbe82af2b1e75413984c40bb86b1c4391ba8fb37 /cpan/Test-Simple/lib/Test2/API/Context.pm
parent4a1d964056983f26f5646fdb7aadb4b5e7b5235f (diff)
downloadperl-56191551147fe888e34f15ef84f08013f4fbb5aa.tar.gz
Synch with CPAN Test-Simple 1.302140.
Addressing RT 133382.
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/API/Context.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/API/Context.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/API/Context.pm b/cpan/Test-Simple/lib/Test2/API/Context.pm
index f42256c059..e18cdd46b2 100644
--- a/cpan/Test-Simple/lib/Test2/API/Context.pm
+++ b/cpan/Test-Simple/lib/Test2/API/Context.pm
@@ -2,7 +2,7 @@ package Test2::API::Context;
use strict;
use warnings;
-our $VERSION = '1.302138';
+our $VERSION = '1.302140';
use Carp qw/confess croak/;