Skip to content

Commit

Permalink
load File::Slurp for black box test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed May 13, 2024
1 parent 0700642 commit 08fb76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
perl-version: ${{ matrix.perl }}
distribution: ${{ ( startsWith( matrix.runner, 'windows-' ) && 'strawberry' ) || 'default' }}
install-modules-with: cpanm
install-modules: Dist::Zilla Test::Pod Pod::Markdown IPC::Run
install-modules: Dist::Zilla Test::Pod Pod::Markdown IPC::Run File::Slurp
- name: Show Perl Version
run: |
perl -v
Expand Down

0 comments on commit 08fb76b

Please sign in to comment.