work around resume() bug?
Seth Daniel <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
Hi, I had been using Module::Build 0.2808. I decided to look at Module::Build 0.340201. Apparently ever since 0.30 was created there have been issues with setting up custom paths (using something like install_base_relpaths()). http://rt.cpan.org/Public/Bug/Display.html?id=43515 I have been bit by this bug. I use install_base_relpaths quite a bit in my build system and Module::Build overwrites all these paths when the 'Build' script calls resume(). I assume plenty of people use install_base_relpaths() or install_path(). How do you work around this issue? If possible I need a way to work around this issue that does not involve patching Module::Build. Thank you. -- seth /\ sethdaniel.org