cpan-authors / IPC-Run

https://metacpan.org/pod/IPC::Run
Other
21 stars 38 forks source link

Normalize shebangs to /usr/bin/perl #163

Closed perlpunk closed 2 years ago

perlpunk commented 2 years ago

Unless there is a need for the special shebangs, they should be all pointing to the standard location.

We have a patch for this module in openSUSE: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run

Since I thought there might be no reason for having those special shebangs, I decided to create this PR, so maybe we can get rid of our patch :)

toddr commented 2 years ago

Yep. sounds right. this will enabled installers to set the right shebangs.