Change 34902 by [EMAIL PROTECTED] on 2008/11/24 09:37:04
Subject: Respecting inc_version_list while processing
PERL_VENDORLIB_STEM
From: "Mandalemula, Rajesh" <[EMAIL PROTECTED]>
Date: Tue, 18 Nov 2008 14:55:03 +0530
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/perl.c#888 edit
Differences ...
==== //depot/perl/perl.c#888 (text) ====
Index: perl/perl.c
--- perl/perl.c#887~34896~ 2008-11-20 07:04:08.000000000 -0800
+++ perl/perl.c 2008-11-24 01:37:04.000000000 -0800
@@ -4833,7 +4833,8 @@
# 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
End of Patch.