Closed miyagawa closed 11 years ago
Issue should be solved with ExtUtils::Helpers 0.019
Confirmed.
Is it possible to get a new Module::Build::Tiny with the dep on the latest EU::Helpers, so that downstream don't need to have configure/build requires for EU::Helpers 0.019 manually?
Yeah, I was planning to release that in the near future anyway (put some speed improvements in). Released :-)
when you install bin scripts with MakeMaker or Module::Build, the installed scripts have a shebang like:
but with Module::Build::Tiny, you get the original shebang, which can be
#!perl
or#!/usr/bin/perl
, which causes running the script with a wrong perl, and eventually errors loading perl modules.