summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Hub.pm
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-14 13:44:28 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 00:48:36 +0800
commit9c8c3ea487563d931db8bd7f4cc70345eb4e59f1 (patch)
treeb20f7c2ad5b0a0ce02eb657104394da916b3d3b8 /cpan/Test-Simple/lib/Test2/Hub.pm
parent716f215064b47fc7e5cd32f4f328618825957758 (diff)
downloadperl-9c8c3ea487563d931db8bd7f4cc70345eb4e59f1.tar.gz
cpan/Test-Simple - Update to version 1.302194
1.302194 2023-03-13 20:06:57-07:00 America/Los_Angeles - Fix failing test on 5.10
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 7f6f160bf1..5ee50809bf 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.302193';
+our $VERSION = '1.302194';
use Carp qw/carp croak confess/;