Steve Hay <[EMAIL PROTECTED]> writes: > But the while() loop in S_incpush() would also suggest that SITELIB_EXP > could potentially contain >1 directory, appropriately separated, so just > removing a leading PERLLIB_SEP won't be good enough. > > Perhaps the above chunk of code needs to do a bit more work to split up > SITELIB_EXP on PERLLIB_SEP and then just use the first directory?
Seems like it. The description of sitelib in config.h or INSTALL.pod seems to assume it is a single directory though. I'll address this within a day or two if nobody else feels like it. Regards, Gisle
