summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Hub.pm
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2019-12-04 09:36:07 -0500
committerJames E Keenan <jkeenan@cpan.org>2019-12-04 09:42:19 -0500
commit62fc08893a06fdb5633e7656e3c783d705682fd1 (patch)
treed6e0e04e67e0bc2a4b3dd764531532d35bcb04a3 /cpan/Test-Simple/lib/Test2/Hub.pm
parent521a1e96b2bd650b883cb84491fbc27e2e2646ba (diff)
downloadperl-62fc08893a06fdb5633e7656e3c783d705682fd1.tar.gz
Update Test-Simple to CPAN version 1.302170
From Changes: 1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles - Fix unwanted END phase event (#840)
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 580ba83d16..d377806d43 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.302169';
+our $VERSION = '1.302170';
use Carp qw/carp croak confess/;