http://www.perlmonks.org?node_id=897040


in reply to Calling the correct perl binary

Note: I didn't write this post to start a flame war or to discredit anyone. What i like to see is some active discussion on the topic

Have you sought out previous discussions?

The trouble is: While the distribution-supplied scripts correctly call /usr/bin/perl, most of the code that i download from the interwebs does so too - and start breaking because of "missing" modules

So change the shebang? This is done automatically when you do

perl Makefile.PL make install