summaryrefslogtreecommitdiff
path: root/cpan/AutoLoader
Commit message (Collapse)AuthorAgeFilesLines
* File::Find: fix "follow => 1" on WindowsA. Sinan Unur2022-08-021-1/+5
| | | | | | | | | | | | | | | | | | File::Find's code expects unix-style paths and it manipulates them using basic string operations. That code is very fragile, and ideally we should make it use File::Spec, but that would involve rewriting almost the whole module. Instead, we made it convert backslashes to slashes and handle drive letters. Note from xenu: this commit was adapted from the PR linked in this blogpost[1]. I have squashed it, written the commit message and slightly modified the code. [1] - https://www.nu42.com/2021/09/canonical-paths-file-find-way-forward.html Fixes #19995
* Update AutoLoader to CPAN version 5.74Chris 'BinGOs' Williams2013-10-251-2/+2
| | | | | | | [DELTA] 5.74 Fri Oct 25 19:08 2013 - Makefile.PL: Set installdirs to "site" on Perl >= 5.12
* cpan: Upgrade AutoLoader to 5.73Steffen Mueller2012-10-162-4/+45
| | | | Just syncing to CPAN release.
* Upgrade AutoLoader to 5.72Steffen Mueller2011-11-241-4/+4
| | | | Mostly just a FSF address update.
* 'Upgrade' to AutoLoader 5.71Steffen Mueller2010-11-201-1/+1
| | | | That release was a core => CPAN sync, so this is just a version bump.
* locked is deprecated, so use :lvalue instead.Nicholas Clark2009-10-161-4/+4
|
* Move AutoLoader from ext/ to cpan/Nicholas Clark2009-09-264-0/+1685