Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

yath should let installer pick shebang line #178

Closed eilara closed 4 years ago

eilara commented 4 years ago

When set as #!/usr/bin/env perl the install process does not touch the shebang line in the yath script. But people expect the installer to replace it with the Perl used by the installer.

This tiny PR sets shebang on yath to #!/usr/bin/perl, which gets replaced by the installer with the correct perl.

https://github.com/Test-More/Test2-Harness/pull/177

exodist commented 4 years ago

Fixed, just uploaded a new release to cpan.