This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils-Install to CPAN version 2.14
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 5 Jun 2017 13:13:36 +0000 (14:13 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 5 Jun 2017 14:57:12 +0000 (15:57 +0100)
commit9de35bb263b4599827a76615d5e6ef08fb7e32c6
tree3b398d0de0aa0216f4e682e393d65f3bbcae5f1c
parent8514fcfe19dd1f0b8c39f9607592a853ac68913f
Update ExtUtils-Install to CPAN version 2.14

  [DELTA]

2.14

- Fix tests for when perl path contains a space

2.12

- Fix win32 check

2.10

- 'make -s' support: set $INSTALL_QUIET automatically

2.08

- Optimisations:

  * use our instead of vars
  * lazy load modules
  * make OS variables into constants
  * move some calculations out of a loop

2.06

- 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/Maintainers.pl
Porting/cmpVERSION.pl
cpan/ExtUtils-Install/lib/ExtUtils/Install.pm
cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm
cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm
cpan/ExtUtils-Install/t/Install.t
cpan/ExtUtils-Install/t/InstallWithMM.t
cpan/ExtUtils-Install/t/Installed.t
cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm