summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-10-18 08:29:16 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-10-18 08:29:16 +0100
commit317b515c14bcc4830f53c56c444c43122589ebad (patch)
treeb5df5d1793d3280c950cd23c26bd852d5dc1b1dc /cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
parentd821073629ab373b60bfd679f9692eb95d526a4c (diff)
downloadperl-317b515c14bcc4830f53c56c444c43122589ebad.tar.gz
Upgrade Test-Simple from version 1.302101 to 1.302103
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Hub/Subtest.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Hub/Subtest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm b/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
index b675c014d4..f1532fe817 100644
--- a/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
+++ b/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
@@ -2,7 +2,7 @@ package Test2::Hub::Subtest;
use strict;
use warnings;
-our $VERSION = '1.302101';
+our $VERSION = '1.302103';
BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
use Test2::Util::HashBase qw/nested exit_code manual_skip_all/;