Re: [Module::Build] Document install_base_relpaths
Status: Beta
Brought to you by:
kwilliams
|
From: Stephen A. <spa...@gm...> - 2006-03-07 03:34:22
|
Hi, This feature is one of the primary reasons I subclassed Module::Build and made App::Build (on CPAN). I am looking for the right way to contribute this feature to Module::Build itself because I think it belongs there. http://sourceforge.net/mailarchive/forum.php?thread_id=3D9741242&forum_id= =3D10905 http://search.cpan.org/~spadkins/App-Build/lib/App/Build.pm I guess I will wait until the topic comes up again after 0.28. Stephen On 3/6/06, Randy W. Sims <ml...@th...> wrote: ... > > I don't know. I assume that people generally know where they want stuff= , > > though. Maybe you have an etc dir, in which case, if you're installing > > to /usr/local, the files would be put into /usr/local/etc. > > > > Does that make sense? > > I think I see what you're wanting, and I can see several ways of doing > it fairly simply, but I'm reluctant to do it now. I'd rather wait until > 0.28 is out. add_build_element() can't be changed; it would change the > behavior of existing distros, and it was discussed some time back that > author defined build elements only get installed when supplied with > explicit paths. ... |