Re: [Module::Build] codebase? paths in .tar.gz?
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-12-19 08:53:22
|
On 12/19/2003 3:36 AM, Dave Rolsky wrote: > On Fri, 19 Dec 2003, Glenn Linderman wrote: > > For some reason I can't recall, I coded it so that codebase can only be > given from the command line via: > > ./Build ppd codebase=. > > However, I'm pretty sure a codebase on "." will not work, but I won't > swear to it. > > A patch to make codebase settable via the new() method is probably good > thing, right Ken? I think you did the Right Thing. No one but the person executing the ppd target knows what the codebase should be, so it must be supplied by the user on the command line. Randy. |