Add all other perl modules too

This commit is contained in:
Dirk Wetter
2026-08-31 22:04:07 +02:00
parent a2027d527f
commit 23129834b9
+3
View File
@@ -22,6 +22,9 @@ jobs:
perl-version: '5.38'
- name: Install dev modules
run: cpanm --notest Perl::Critic Perl::Tidy CPAN::Audit
- name: Install dev modules
# add all perl modules from other modules tool, otherwise the next run fails
run: cpanm --notest Data::Dumper IPC::Run3 JSON Test::More Text::Diff
- name: Syntax check all test files
run: |
find t -name '*.t' -o -name '*.pm' | while read -r f; do