Skip to content

Commit

Permalink
Refactor install path logic to separate module
Browse files Browse the repository at this point in the history
Extract install path logic to ExtUtils::InstallPaths
  • Loading branch information
Leont committed Apr 28, 2023
1 parent bdf211f commit 5292487
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 350 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ my $build = ModuleBuildBuilder->new(
'File::Spec' => ($^O eq 'MSWin32' ? 3.30 : '0.82'), # rel2abs()
'ExtUtils::CBuilder' => 0.27, # major platform fixes
'ExtUtils::Install' => 0,
'ExtUtils::InstallPaths'=> 0.003,
'ExtUtils::Manifest' => 0,
'ExtUtils::Mkbootstrap' => 0,
'ExtUtils::ParseXS' => 2.21, # various bug fixes
Expand Down
Loading

0 comments on commit 5292487

Please sign in to comment.