Skip to content

Commit 5292487

Browse files
committed
Refactor install path logic to separate module
Extract install path logic to ExtUtils::InstallPaths
1 parent bdf211f commit 5292487

File tree

3 files changed

+87
-350
lines changed

3 files changed

+87
-350
lines changed

Build.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ my $build = ModuleBuildBuilder->new(
4141
'File::Spec' => ($^O eq 'MSWin32' ? 3.30 : '0.82'), # rel2abs()
4242
'ExtUtils::CBuilder' => 0.27, # major platform fixes
4343
'ExtUtils::Install' => 0,
44+
'ExtUtils::InstallPaths'=> 0.003,
4445
'ExtUtils::Manifest' => 0,
4546
'ExtUtils::Mkbootstrap' => 0,
4647
'ExtUtils::ParseXS' => 2.21, # various bug fixes

0 commit comments

Comments
 (0)