Skip to content

Commit

Permalink
no need to pin Module::Build::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Sep 23, 2024
1 parent e2aa196 commit d9abd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
if: matrix.perl-version != '5.8-buster'
- name: Install Dependencies
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure --resolver Fixed,CPAN::Meta::[email protected],Module::Build::[email protected]
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure --resolver Fixed,CPAN::Meta::[email protected]
if: matrix.perl-version == '5.8-buster'
- name: Run Tests
run: prove -lr --timer t xt
Expand Down
2 changes: 1 addition & 1 deletion xt/lib/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sub cpm_install {
my $home = $_HOME || tempdir DIR => $TEMPDIR;
if ($] < 5.010) {
unshift @argv, "--resolver",
'Fixed,CPAN::Meta::[email protected],Module::Build::[email protected]';
'Fixed,CPAN::Meta::[email protected]';
}
my ($out, $err, $exit) = capture {
local %ENV = %ENV;
Expand Down

0 comments on commit d9abd9b

Please sign in to comment.