Skip to content

Commit

Permalink
Add missing direct Perl dependency TimeDate for command genhtml (#…
Browse files Browse the repository at this point in the history
…375)

* README: Fix list indentation that changed halfway in the list

* 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).

* run_test_suite.yml: Treat CPAN TimeDate as a direct dependency

Signed-off-by: Sebastian Pipping <[email protected]>
  • Loading branch information
hartwork authored Jan 7, 2025
1 parent 8b31052 commit ecec956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ 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
- TimeDate

If your system is missing any of these, then you may be able to install them
via:
Expand Down

0 comments on commit ecec956

Please sign in to comment.