Hi Alberto, # from Alberto Simões # on Tuesday 02 March 2010 13:55:
>Some users of my Text::BibTeX module requested me to include some >modules that are only required for the build process into the inc/ >directory. Why? Are they having trouble satisfying configure_requires or build_requires? If you bundle things, you have to rebundle them. >As I am not experienced on that, some questions arose: > >- what are the politics? can I include any module? >- what structure I should use? substitute the lib/Module by inc/Module > ? - how to make MB aware of these modules? You might want to try inc::latest, which allows you to fall back onto the bundled copy only if a newer one isn't already on the machine. If you want to do something more manual, any "use lib '...'" in the Build.PL should appear wherever you need it to throughout the build process. Make sure the modules don't show up in 'provides' in your META.yml. --Eric -- software: a hypothetical exercise which happens to compile. --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------