In perl.git, the branch sprout/115808 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/e413bca7e061af90e847f8b1e2b1a2d9ac7c5738?hp=0000000000000000000000000000000000000000>
at e413bca7e061af90e847f8b1e2b1a2d9ac7c5738 (commit)
- Log -----------------------------------------------------------------
commit e413bca7e061af90e847f8b1e2b1a2d9ac7c5738
Author: Father Chrysostomos <[email protected]>
Date: Mon Jul 4 08:48:57 2016 -0700
Fix XSLoader to recognize drive letters
Commit 08e3451d made XSLoader confirm that the file path it got
from (caller)[2] was in @INC if it looked like a relative path.
Not taking drive letters into account, it made that @INC search
mandatory on Windows. It still worked, but was slightly slower.
-----------------------------------------------------------------------
--
Perl5 Master Repository