From: Rafael Garcia-Suarez Date: Mon, 8 Mar 2010 11:21:20 +0000 (+0100) Subject: Fix comments about @INC ordering X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=826e305c121e97f2805978bb1fece36c68f57daa;p=p5sagit%2Fp5-mst-13.2.git Fix comments about @INC ordering --- 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