http://qs321.pair.com?node_id=11111398

fdesar has asked for the wisdom of the Perl Monks concerning the following question:

Dear wise Monks,

A silly little question :

I'm "playing" with Perldist_Strawberry with a lot of success, but have a little question still unsolved :

the build zip file I get has an architecture like (forgetting about c, site and vendor) :

.\perl\bin\<binaries and .dll> .\perl\lib|<various modules>

But I would better like to get something like :

.\<binaries and .dll> .\perl5-lib\<various modules>

with perl.exe beeing aware of where to find its modules relative to it (I mean @INC).

This is for a very special local use of Perl and is not vital but it would allow me not to alter the PATH environment variable in this case while installing...

Hum, and I, halas, have no way to add any switch to the command line, perl not being called be me so I cannot interact !</p

Any idea on how to achieve this result ?

Any suggestion's welcome and thanks for your time

François

Replies are listed 'Best First'.
Re: Directory hierarchy for Strawberry Perl build
by Anonymous Monk on Jan 14, 2020 at 12:26 UTC
    Edit makefile :)