Skip Menu |

This queue is for tickets about the App-PMUtils CPAN distribution.

Report information
The Basics
Id: 96884
Status: resolved
Priority: 0/
Queue: App-PMUtils

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Shebang issue
The shebang in the scripts (at least in pmpath) is "#!/usr/bin/env perl" which means that it's unfortunately not replaced by the current perl path when installing. Probably you should change it to "#!perl" or so.
On Wed Jul 02 07:27:31 2014, SREZIC wrote: Show quoted text
> The shebang in the scripts (at least in pmpath) is "#!/usr/bin/env > perl" which means that it's unfortunately not replaced by the current > perl path when installing. Probably you should change it to "#!perl" > or so.
Fixed, thanks. (I also did this in a couple of other dists, fixing that also). Regards, Steven