Yes it is....

ha, ok:)

Because its configured that way, Config, installstyle, installprivlib, installvendorlib, installsitelib, ExtUtils::MakeMaker#INSTALLDIRS, https://metacpan.org/module/RJBS/perl-5.18.1/INSTALL
http://p3rl.org/INSTALL#Installation-Directories
http://p3rl.org/INSTALL#Relocatable-INC
https://metacpan.org/module/INSTALL#Coexistence-with-earlier-versions-of-perl-5

Me, I use the easy way these days , unarched, unversioned

$ perl "-V:install.*" installarchlib='C:\citrusperl\lib'; installbin='C:\citrusperl\bin'; installhtml1dir=''; installhtml3dir=''; installhtmldir='C:\citrusperl\html'; installhtmlhelpdir=''; installman1dir=''; installman3dir=''; installprefix='C:\citrusperl'; installprefixexp='C:\citrusperl'; installprivlib='C:\citrusperl\lib'; installscript='C:\citrusperl\bin'; installsitearch='C:\citrusperl\site\lib'; installsitebin='C:\citrusperl\site\bin'; installsitehtml1dir=''; installsitehtml3dir=''; installsitelib='C:\citrusperl\site\lib'; installsiteman1dir=''; installsiteman3dir=''; installsitescript='C:\citrusperl\site\bin'; installstyle='lib'; installusrbinperl='undef'; installvendorarch='C:\citrusperl\vendor\lib'; installvendorbin='C:\citrusperl\vendor\bin'; installvendorhtml1dir=''; installvendorhtml3dir=''; installvendorlib='C:\citrusperl\vendor\lib'; installvendorman1dir=''; installvendorman3dir=''; installvendorscript='C:\citrusperl\vendor\bin';

Compare to the (simple) versioned/arched style

$ C:\perl\5.14.1\bin\MSWin32-x86-multi-thread\perl.EXE "-V:install.* +" installarchlib='c:\perl\5.14.1\lib\MSWin32-x86-multi-thread'; installbin='c:\perl\5.14.1\bin\MSWin32-x86-multi-thread'; installhtml1dir=''; installhtml3dir=''; installhtmldir=''; installhtmlhelpdir=''; installman1dir=''; installman3dir=''; installprefix='c:\perl\5.14.1'; installprefixexp='c:\perl\5.14.1'; installprivlib='c:\perl\5.14.1\lib'; installscript='c:\perl\5.14.1\bin'; installsitearch='c:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread'; installsitebin='c:\perl\5.14.1\bin\MSWin32-x86-multi-thread'; installsitehtml1dir=''; installsitehtml3dir=''; installsitelib='c:\perl\site\5.14.1\lib'; installsiteman1dir=''; installsiteman3dir=''; installsitescript='c:\perl\site\5.14.1\bin'; installstyle='lib'; installusrbinperl='undef'; installvendorarch=''; installvendorbin=''; installvendorhtml1dir=''; installvendorhtml3dir=''; installvendorlib=''; installvendorman1dir=''; installvendorman3dir=''; installvendorscript='';

In reply to Re^7: Why does PERL5LIB need to be so verbose? (installstyle sitelib installlib vendorlib INST_ARCH INST_VER userelocatableinc @INC) by Anonymous Monk
in thread Why does PERL5LIB need to be so verbose? by kiz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.