summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-Install/t/lib/MakeMaker
Commit message (Collapse)AuthorAgeFilesLines
* Update ExtUtils-Install to CPAN version 2.22Chris 'BinGOs' Williams2022-12-251-5/+19
| | | | | | | | | [DELTA] 2.22 - Explicitly use File::Compare in Installapi2.t - Use a private directory for tests
* Update ExtUtils-Install to CPAN version 2.18Todd Rinaldo2020-09-152-4/+4
| | | | | | | | | | | | | [DELTA] 2.18 - Add descriptions for 3 tests lacking them - Removed bundled Test::More from t/lib - 'use strict' added to all files where missing - 'use vars' replaced with 'our' - Properly scope all variables - Minimal supported perl version is now v5.6.0
* Update ExtUtils-Install to CPAN version 2.14Chris 'BinGOs' Williams2017-06-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* Move ExtUtils-Install to cpan/Chris 'BinGOs' Williams2014-08-082-0/+576
The Perl Toolchain Gang has agreed to maintain this.