Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: perl-catalyst/catalyst-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10ea964968a73234f78eb79385d89b8581bd4683
Choose a base ref
..
head repository: perl-catalyst/catalyst-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6c6477cd6fcc6d13df893347e2764833e75723c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/test.yml
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
- run: cpanm --notest Test::WWW::Mechanize@1.50

# Both author deps & reverse deps:
- run: cpanm --skip-satisfied Catalyst::View::TT || ( cat ~/.cpanm/build.log; false )
- run: HARNESS_OPTIONS= cpanm --skip-satisfied Catalyst::View::TT || ( cat ~/.cpanm/build.log; false )
- run: cpanm --skip-satisfied Catalyst::Plugin::Authentication || ( cat ~/.cpanm/build.log; false )

# Pure reverse deps (call with --test-only):