From 826e305c121e97f2805978bb1fece36c68f57daa Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 8 Mar 2010 12:21:20 +0100 Subject: [PATCH] Fix comments about @INC ordering --- perl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.c b/perl.c index 04184be..dfb549d 100644 --- a/perl.c +++ b/perl.c @@ -4103,7 +4103,7 @@ S_init_perllib(pTHX) (and not the architecture specific directories from $ENV{PERL5LIB}) */ /* Use the ~-expanded versions of APPLLIB (undocumented), - ARCHLIB PRIVLIB SITEARCH SITELIB VENDORARCH and VENDORLIB + SITEARCH, SITELIB, VENDORARCH, VENDORLIB, ARCHLIB and PRIVLIB */ #ifdef APPLLIB_EXP S_incpush_use_sep(aTHX_ STR_WITH_LEN(APPLLIB_EXP), @@ -4207,7 +4207,7 @@ S_init_perllib(pTHX) } /* Use the ~-expanded versions of APPLLIB (undocumented), - ARCHLIB PRIVLIB SITEARCH SITELIB VENDORARCH and VENDORLIB + SITELIB and VENDORLIB for older versions */ #ifdef APPLLIB_EXP S_incpush_use_sep(aTHX_ STR_WITH_LEN(APPLLIB_EXP), INCPUSH_ADD_OLD_VERS -- 2.7.4