Skip to content

Commit 9cec6ff

Browse files
committed
Refactor install path logic to separate module
Extract install path logic to ExtUtils::InstallPaths
1 parent 583cc85 commit 9cec6ff

File tree

4 files changed

+111
-365
lines changed

4 files changed

+111
-365
lines changed

Build.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ my $build = ModuleBuildBuilder->new(
5050
'ExtUtils::CBuilder' => 0.27, # major platform fixes
5151
'ExtUtils::Config' => 0.006,
5252
'ExtUtils::Install' => 0,
53+
'ExtUtils::InstallPaths'=> 0.003,
5354
'ExtUtils::Manifest' => 0,
5455
'ExtUtils::Mkbootstrap' => 0,
5556
'ExtUtils::ParseXS' => 2.21, # various bug fixes

0 commit comments

Comments
 (0)