From 378054e6d6bc3a669bcb222443ec486297f48523 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 7 Jan 2025 01:55:33 +0100 Subject: [PATCH 1/3] README: Fix list indentation that changed halfway in the list Signed-off-by: Sebastian Pipping --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 976399be..d936ddf2 100644 --- a/README +++ b/README @@ -138,10 +138,10 @@ These perl packages include: - Cpanel::JSON::XS - JSON::PP - JSON - - Memory::Process - - Module::Load::Conditional - - Scalar::Util - - Time::HiRes + - Memory::Process + - Module::Load::Conditional + - Scalar::Util + - Time::HiRes If your system is missing any of these, then you may be able to install them via: From 8df29d21028e2218514bc02f721966b7545cac00 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 7 Jan 2025 01:56:15 +0100 Subject: [PATCH 2/3] README: Add missing Perl dependency TimeDate for Date::Parse .. for command genhtml. Not to be mixed up with DateTime, which is also needed (but already documented). Signed-off-by: Sebastian Pipping --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index d936ddf2..2f00e2d3 100644 --- a/README +++ b/README @@ -142,6 +142,7 @@ These perl packages include: - Module::Load::Conditional - Scalar::Util - Time::HiRes + - TimeDate If your system is missing any of these, then you may be able to install them via: From 55d9438781bc050d82a59f154621308622de4b1f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 7 Jan 2025 01:59:41 +0100 Subject: [PATCH 3/3] run_test_suite.yml: Treat CPAN TimeDate as a direct dependency Signed-off-by: Sebastian Pipping --- .github/workflows/run_test_suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_test_suite.yml b/.github/workflows/run_test_suite.yml index b06099cb..eb0e98be 100644 --- a/.github/workflows/run_test_suite.yml +++ b/.github/workflows/run_test_suite.yml @@ -69,6 +69,7 @@ jobs: # CPAN Module::Load::Conditional libscalar-list-utils-perl # CPAN Scalar::Util # CPAN Time::HiRes + libtimedate-perl # CPAN TimeDate # Non-Perl runtime dependencies as documented in README llvm # for command "llvm-profdata"