Skip to content

Commit

Permalink
Do not try to reinstall modules that were installed manually
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Oct 28, 2022
1 parent b1a5500 commit 026c138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build.PL
Expand Up @@ -131,6 +131,10 @@ EOF
push @cmd, '--notest'
if $module =~ /^(?:OpenGL|Math::PlanePath|Test::Harness|IO::Scalar)$/;

# do not try to reinstall modules that were already
# installed manually
push @cmd, '--skip-satisfied';

push @cmd, "$module~$version";
my $res = system @cmd;
if ($res != 0) {
Expand Down

0 comments on commit 026c138

Please sign in to comment.