How to add a --prefix to a Perl compilation ?


ekianjo

Hardcore Member
Joined
May 7, 2012
Messages
8,261
Location
神戸市、日本 (Japan)
I have really no experience compiling programs in perl. 

My main issue is that I cannot find any way to apply a --prefix kind of instruction when compiling a perl program:

perl Makefile.PL
make

make install

So one has to modify the Makefile or something ? Any idea if there is something else possible ? 
 
Back
Top