[Module-build-general] Re: [PATCH] Build handles .PL files in bin/
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-03-24 14:51:22
|
On Sunday, March 23, 2003, at 03:24 PM, Casey West wrote: > I'm in need of having Module::Build handle .PL files in bin/. So the > patch below allows this, but we should probably be able to give a list > of directories under which .PL files will be built. But as for > defaults, lib/ and bin/ are most logical. At this point, there is nothing special about a bin/ directory. Are you using that as a directory of scripts? I think it's a good idea to have an argument to specify where .PL files are located, but I'd probably want the default to be just lib/ . What is the MakeMaker procedure on this? -Ken |