From 759497562c36f600d01f326a1b20fda206947b33 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sun, 14 Jan 2024 17:25:23 +0000 Subject: [PATCH] t/inline-with.t really needs Parse::RecDescent to operate, skip without --- t/inline-with.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/inline-with.t b/t/inline-with.t index 2ce24e290..ddf174f3a 100644 --- a/t/inline-with.t +++ b/t/inline-with.t @@ -17,6 +17,7 @@ BEGIN { eval { require Inline; require Inline::C; + require Parse::RecDescent; # As of 2024, GHA is caching locallib without this but only on 5.10. Inline::C is broken without it Inline->import (Config => DIRECTORY => $inline_test_dir , FORCE_BUILD => 1); # Inline->import ('NOCLEAN'); 1;