Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 26337c1

Browse files
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 others
1 parent 0cf9926 commit 26337c1

File tree

12 files changed

+164
-98
lines changed

12 files changed

+164
-98
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ package Maintainers;
640640
},
641641

642642
'ExtUtils::Install' => {
643-
'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-2.04.tar.gz',
643+
'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-2.14.tar.gz',
644644
'FILES' => q[cpan/ExtUtils-Install],
645645
'EXCLUDED' => [
646646
qw( t/lib/Test/Builder.pm
@@ -651,8 +651,6 @@ package Maintainers;
651651
t/pod.t
652652
),
653653
],
654-
# support make -s => PERL_INSTALL_QUIET
655-
'CUSTOMIZED' => [ qw( lib/ExtUtils/Install.pm ) ],
656654
},
657655

658656
'ExtUtils::MakeMaker' => {

Porting/cmpVERSION.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ BEGIN
8686
@skip{
8787
'dist/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module
8888
'dist/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm', # just a test module
89+
'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module
8990
'cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm', # just a test module
9091
'cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm', # just a test module
9192
'cpan/Math-BigInt/t/Math/BigInt/Scalar.pm', # just a test module

0 commit comments

Comments
 (0)