This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_incpush, unixify libdir earlier.
authorCraig A. Berry <craigberry@mac.com>
Fri, 4 Mar 2011 22:44:24 +0000 (16:44 -0600)
committerCraig A. Berry <craigberry@mac.com>
Fri, 4 Mar 2011 22:44:24 +0000 (16:44 -0600)
commit816005240f1a3b9989c940e630e829048597537c
tree1986a2aa532036d57500583a84e3ba39f58dd211
parent3185893b8dec1062defd5763c6bb63e945f2a5a4
In S_incpush, unixify libdir earlier.

This allows, for example, -I[.lib] to have Unix format appendages
added, such as "/buildcustomize.pl", "/sitecustomize.pl", etc.

It was previously only being converted to Unix syntax to allow the addition
of subdirectories, but the number of things that want to glue pieces onto
lib/ have multiplied over the years.
perl.c