Skip Menu |

This queue is for tickets about the ExtUtils-Helpers CPAN distribution.

Report information
The Basics
Id: 123172
Status: new
Priority: 0/
Queue: ExtUtils-Helpers

People
Owner: Nobody in particular
Requestors: smallville7123 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unix.pm make_executable and $Config{startperl} (line 20)
Date: Mon, 2 Oct 2017 12:39:31 +1000
To: bug-ExtUtils-Helpers [...] rt.cpan.org
From: Clark Kent <smallville7123 [...] gmail.com>
could u possibly change $Config{startperl} to $^X if $Config{startperl} contains a relative path, for example startperl='#!./perl/bin/perl' , as changing it to $^X inserts the correct shebang/hashbang for the make_executable to succeed even if the perl is set up to be relocatable unless a hardcoded path is explicitly set as startperl, for example startperl='#!/UPM/Code/Files/perl/bin/perl'