Skip to content

Commit

Permalink
Merge pull request #119 from JRaspass/master
Browse files Browse the repository at this point in the history
Use the cpanfile in GitHub Actions
  • Loading branch information
Tux authored Aug 14, 2024
2 parents 6249f40 + 58c8c39 commit 961df72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

- run: perl -V

# TODO It would be nice if we had a cpanfile.
- run: cpanm --notest --skip-satisfied Test::Simple~0.90
- run: cpanm --installdeps --notest --skip-satisfied .

- run: perl Makefile.PL

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ on "build" => sub {
};

on "test" => sub {
requires "Test::More";
requires "Test::More" => "0.90"; # For done_testing()
};

0 comments on commit 961df72

Please sign in to comment.