From: Mandalemula, Rajesh Date: Tue, 18 Nov 2008 14:55:03 +0000 (+0530) Subject: Respecting inc_version_list while processing PERL_VENDORLIB_STEM X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c901649534a136049c279b26c2c103a2802445a;p=p5sagit%2Fp5-mst-13.2.git Respecting inc_version_list while processing PERL_VENDORLIB_STEM From: "Mandalemula, Rajesh" Message-ID: p4raw-id: //depot/perl@34902 --- diff --git a/perl.c b/perl.c index f822011..a4710e6 100644 --- a/perl.c +++ b/perl.c @@ -4833,7 +4833,8 @@ S_init_perllib(pTHX) # endif #endif -#ifdef PERL_VENDORLIB_STEM /* Search for version-specific dirs below here */ +#if defined(PERL_VENDORLIB_STEM) && defined(PERL_INC_VERSION_LIST) + /* Search for version-specific dirs below here */ incpush(PERL_VENDORLIB_STEM, FALSE, TRUE, TRUE, TRUE); #endif