From 9c8c3ea487563d931db8bd7f4cc70345eb4e59f1 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Tue, 14 Mar 2023 13:44:28 +0100 Subject: 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 --- cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm') diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm index e7d0fc5404..de22be4717 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Plan; use strict; use warnings; -our $VERSION = '1.302193'; +our $VERSION = '1.302194'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -skip -none }; -- cgit v1.2.1