Re: [Module-build-general] [PATCH] manifypods
Status: Beta
Brought to you by:
kwilliams
|
From: Steve P. <sp...@ep...> - 2003-07-18 18:24:54
|
On Friday, July 18, 2003, at 06:55 pm, Steve Purkis wrote: > However, there's one problem with this patch: > > % ./Build fakeinstall > ... > Can't figure out where to install things of type 'bindoc' at > /.../lib/Module/Build/Base.pm line 1551. > > I think it's a problem with which Config.pm vars we're using, but I'm > not sure. I'll post a follow-up on this in a sec. This also happens when you set 'install_dirs=vendor', but not 'core'. Config.pm is not setting 'installsiteman*dir' - at least not on my machines. I don't know if this is something I've done wrong when installing perl, but TBH I have fairly standard installs. More likely, we should be using one of the following for both 'site' and 'vendor': installman*dir man*dir man*direxp After reading the docs, I'd say use the first. Unfortunately I couldn't confirm this by looking through MakeMaker, and I'm outta time for today. Ideas? -Steve |