From 9b7cddf98ae14a6778d65dd8a816c3f4ff448849 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 3 Sep 2026 16:17:46 +0200 Subject: [PATCH] Add modules --- .github/workflows/perl-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perl-quality.yml b/.github/workflows/perl-quality.yml index a08e215..5cbbc94 100644 --- a/.github/workflows/perl-quality.yml +++ b/.github/workflows/perl-quality.yml @@ -25,7 +25,7 @@ jobs: 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 + run: cpanm --notest Data::Dumper IPC::Run3 IO::Socket::INET JSON Test::More Text::Diff File::Temp File::Basename - name: 'Syntax check #1 w Perl::Tidy' run: |