This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Commit 26337c1
committed
ExtUtils-Install: Update to 2.14
cperl: not customized anymore
- Fix tests for when perl path contains a space
- Fix win32 check
- 'make -s' support: set $INSTALL_QUIET automatically
- Optimisations:
* use our instead of vars
* lazy load modules
* make OS variables into constants
* move some calculations out of a loop
- Removed instructions using Build.PL from README
- Load Win32API::File for _move_file_at_boot only when needed
- Allow disabling autosplit by omitting autosplit dir
Porting: excempt MakeMaker::Test::Setup::BFD, as the others1 parent 0cf9926 commit 26337c1
File tree
12 files changed
+164
-98
lines changed- Porting
- cpan/ExtUtils-Install
- lib/ExtUtils
- t
- lib/MakeMaker/Test/Setup
- dist/Module-CoreList/lib/Module
- pod
- t/porting
12 files changed
+164
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
655 | | - | |
656 | 654 | | |
657 | 655 | | |
658 | 656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments