Re: [Module::Build] Document install_base_relpaths
Status: Beta
Brought to you by:
kwilliams
From: David W. <da...@ki...> - 2006-04-08 01:07:33
|
On Apr 7, 2006, at 15:52, Randy W. Sims wrote: > If 'install_path' is set, elements will be installed to the set > location. Right, sure. > If 'install_base' is set, and the author provides a relpath via > install_base_relpath(), elements will be installed to install_base/ > relpath. Perfect. > If 'prefix' is set, and the author provides a relpath via > prefix_relpath(), elements will be installed to prefix/relpath. Oh, huh. So I need to specify both install_base_relpath *and* prefix_relpath? Why wouldn't both be covered by a single method call? > Otherwise it will not be installed. So as a module author, if I require that it be installed, I just need to make sure that both install_base_relpath and prefix_relpath are specified and that the user use either install_path, install_base, or prefix, right? > The changes I made allow the above to work without further > tinkering with the internals by authors. That's good. :-) > None of my changes affect the code above in any way. Although, as > written, I think the code above is redundant. IIRC, the default > processing does exactly what your process_www_files() does as long > as you supply the find_www_files. But, again, that has nothing to > do with any changes I've recently made. Oh, really? /me tries that...yep, sure enough. Thanks, Randy! Best, David |