Fix comments about @INC ordering
authorRafael Garcia-Suarez <rgs@consttype.org>
Mon, 8 Mar 2010 11:21:20 +0000 (12:21 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 8 Mar 2010 11:22:00 +0000 (12:22 +0100)
perl.c

diff --git a/perl.c b/perl.c
index 04184be..dfb549d 100644 (file)
--- 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