From 23129834b9f5a93ee2e99a34a614df2d87d5b111 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 31 Aug 2026 21:26:16 +0200 Subject: [PATCH] Add all other perl modules too --- .github/workflows/perl-quality.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/perl-quality.yml b/.github/workflows/perl-quality.yml index 90c38ac..79de397 100644 --- a/.github/workflows/perl-quality.yml +++ b/.github/workflows/perl-quality.yml @@ -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