Is this a new expected standard? Is that desired?

There is no standard :) There are defaults, and they can be changed ... were they changed? Maybe, some years ago , history not that interesting :)

Everybody is free to configure an install of perl however their like

So your environments should use Config and they won't be surprised

$ 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';

In reply to Re: Installing to /usr/share ( Config ) by Anonymous Monk
in thread Installing to /usr/share by DanEllison

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.