summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Hub
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-10-13 08:18:23 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-10-13 08:18:23 +0100
commitf08d6ff9b6bebfe69f7f3fbdb7953783d6e8848d (patch)
tree2bc7c6bd6884ee9507b09439e05ef4c07ccc3723 /cpan/Test-Simple/lib/Test2/Hub
parentd939098ccc7209faf586b0a2cca8b202f4c297f1 (diff)
downloadperl-f08d6ff9b6bebfe69f7f3fbdb7953783d6e8848d.tar.gz
Upgrade Test-Simple from version 1.302100 to 1.302101
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Hub')
-rw-r--r--cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm2
-rw-r--r--cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm2
-rw-r--r--cpan/Test-Simple/lib/Test2/Hub/Subtest.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm b/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
index d26303c66d..ed19d53061 100644
--- a/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
+++ b/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
@@ -2,7 +2,7 @@ package Test2::Hub::Interceptor;
use strict;
use warnings;
-our $VERSION = '1.302100';
+our $VERSION = '1.302101';
use Test2::Hub::Interceptor::Terminator();
diff --git a/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm b/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
index d5551db47f..93fbf657b3 100644
--- a/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
+++ b/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
@@ -2,7 +2,7 @@ package Test2::Hub::Interceptor::Terminator;
use strict;
use warnings;
-our $VERSION = '1.302100';
+our $VERSION = '1.302101';
1;
diff --git a/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm b/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
index 03f983fe60..b675c014d4 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.302100';
+our $VERSION = '1.302101';
BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
use Test2::Util::HashBase qw/nested exit_code manual_skip_all/;