[Module-build-general] scripts inconsistency with EU:MM
Status: Beta
Brought to you by:
kwilliams
|
From: Richard C. <ric...@un...> - 2003-03-15 21:07:28
|
I've discovered an inconsistency between Module::Build and EU::MM. When I declare a script via the scripts property Module::Build isn't rewriting the shebang line to match that of the perl it's installing against, so when I later run the script it fails in the require of it's companion module. MakeMaker uses ExtUtils::MM->fixin($script) to do it, if that helps any. -- Richard Clamp <ric...@un...> |