summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/API/Context.pm
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2020-04-28 12:59:23 -0400
committerJames E Keenan <jkeenan@cpan.org>2020-04-28 12:59:23 -0400
commit6c61bcd83d9766534af5c5c23e6c1ebcbc1276ff (patch)
tree4839f2df7f2e886169800c8bec0743a05ff6f232 /cpan/Test-Simple/lib/Test2/API/Context.pm
parentc0d05305c156c83e4f9f3a207451b3175fbb7f24 (diff)
downloadperl-6c61bcd83d9766534af5c5c23e6c1ebcbc1276ff.tar.gz
Sync Test-Simple with CPAN version 1.302175
Okayed as code freeze exception per discussion with pumpking.
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 2c783ffa6b..177d9c4072 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.302173';
+our $VERSION = '1.302175';
use Carp qw/confess croak/;