summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-Install
Commit message (Collapse)AuthorAgeFilesLines
* Update ExtUtils-Install to CPAN version 2.22Chris 'BinGOs' Williams2022-12-255-9/+24
| | | | | | | | | [DELTA] 2.22 - Explicitly use File::Compare in Installapi2.t - Use a private directory for tests
* Update ExtUtils-Install to CPAN version 2.20Chris 'BinGOs' Williams2020-12-184-98/+62
| | | | | | | | | | | | [DELTA] 2.20 - Exercise _is_prefix() method more in tests - Optimisations for file comparisons - Optimisations for directory creation - Typo fix in POD - Optimisations for tree traversal
* Update ExtUtils-Install to CPAN version 2.18Todd Rinaldo2020-09-1511-22/+23
| | | | | | | | | | | | | [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
* ExtUtils-Install: sync with cpan version 2.16Chris 'BinGOs' Williams2020-09-024-254/+265
| | | | Committer updated VERSION in initial POD section in Install.pm.
* Update ExtUtils-Install to CPAN version 2.14Chris 'BinGOs' Williams2017-06-057-90/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* Update ExtUtils-Install to CPAN version 2.04Chris 'BinGOs' Williams2014-09-163-4/+4
| | | | | | | | | | | | | | | | | | [DELTA] 2.04 - Cosmetic change as forgot to update version information in POD on last two releases 2.02 - Reverted change to pm_to_blib that causes write-only directory paths to be created 2.00 - Formal release to change META information and synchronise versioning
* Remove IGNORABLE files from ExtUtils-Install as per 8db6555210Steve Hay2014-09-161-352/+0
| | | | (now that it's under cpan/, rather than dist/, since d393d7e5ec)
* Move ExtUtils-Install to cpan/Chris 'BinGOs' Williams2014-08-0813-0/+4334
The Perl Toolchain Gang has agreed to maintain this.