Hello I am preparing a package that has some C code that needs a full path compiled in.
I am using, during Build.PL first run,
$builder->install_destination("bin");
But, if the user issues a build install with a different installbase,
things will not work.
I have two options:
1) disable the installbase option to the Build install action
2) make the install action recompile everything again
What is the more cleaner approach?
TIA :)
--
Alberto Simões
