From df293ebf02c859e646caa4218b50323201aae82a Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 19 Jul 2023 19:30:19 +0100 Subject: [PATCH] Fix up lib/croak.t skip following the version bump --- t/lib/croak/class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/croak/class b/t/lib/croak/class index e8684bcf90d4..d533590412d9 100644 --- a/t/lib/croak/class +++ b/t/lib/croak/class @@ -101,7 +101,7 @@ Execution of - aborted due to compilation errors. # This test is known to leak: see GH #20812. Skip it for now so that ASAN # smokes don't fail. Start failing again on the next development branch so # that the issue isn't forgotten -# SKIP ? $] < 5.039001 +# SKIP ? $] < 5.039002 use strict; no warnings 'experimental::class'; use feature 'class';