summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Hub.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-01-29 20:02:22 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-01-29 20:02:22 +0000
commit33951b79329d4486fe6ad260a4842e69dfa98462 (patch)
tree4021c5f88fcc183a469a1ea68f150447c8692de8 /cpan/Test-Simple/lib/Test2/Hub.pm
parent1d1c7c15be5d21c01f7483ff9e85d8711198f1f1 (diff)
downloadperl-33951b79329d4486fe6ad260a4842e69dfa98462.tar.gz
Update Test-Simple to CPAN version 1.302161
[DELTA] 1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE) - Remove SHM Optimization
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Hub.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Hub.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Hub.pm b/cpan/Test-Simple/lib/Test2/Hub.pm
index 623dd81ef9..f259c977dc 100644
--- a/cpan/Test-Simple/lib/Test2/Hub.pm
+++ b/cpan/Test-Simple/lib/Test2/Hub.pm
@@ -2,7 +2,7 @@ package Test2::Hub;
use strict;
use warnings;
-our $VERSION = '1.302160';
+our $VERSION = '1.302161'; # TRIAL
use Carp qw/carp croak confess/;