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.