Re: [Module::Build] Document install_base_relpaths
Status: Beta
Brought to you by:
kwilliams
From: David W. <da...@ki...> - 2006-04-08 02:33:08
|
On Apr 7, 2006, at 18:47, Randy W. Sims wrote: > Yes, since prefix and install_base are different path layouts, it > makes sense to require them to be set separately so that the author > thinks about the different layouts. Okay. > Right. See in my previous example[1] how I checked for those > settings and issued a warning to the user when none were supplied. Right, I see that, now. Maybe that example should be added to the cookbook, then? My module currently requires install_base, so I don't need to worry about prefix_relpaths. Thanks, Randy, this is great! Best, David |