Re: Adding script_files during... install
Alberto Simões <[email protected]> Tue, 15 Jun 2010 09:13:32 +0100
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Organization | Departamento de Informática - Universida de do Minho |
| Message-ID | <[email protected]> |
Hello On 14/06/2010 00:53, David Golden wrote: > 2010/6/13 Alberto Simões <[email protected]>: >> For windows, I need to create the .bat files, and I hope Module::Build >> does that automatically for script files. > > It happens in make_executable which is called by process_script_files, > which is ultimately called by ACTION_code (I think). Solved the problem calling make_executable directly. It is not the best solution (as make_executable is not in public API) but it works for now :) Cheers Alberto -- Alberto Simões