Skip Menu |

This queue is for tickets about the System-InitD CPAN distribution.

Report information
The Basics
Id: 98377
Status: resolved
Priority: 0/
Queue: System-InitD

People
Owner: JUSTNOXX [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Shebang line in share/*.tpl should use $^X
Currently (version 1.18 and earlier) the System-InitD system creates init files where the shebang is hardcoded to "/usr/bin/env perl". This works usually only if the System-InitD modules are installed for the system perl, but it fails if the modules are installed for a custom perl which is not in the default PATH. Probably it's better to use $^X here. This is also the reason why tests are failing on most cpan testers systems.