Re: [Module::Build] Document install_base_relpaths
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <ml...@th...> - 2006-04-06 17:54:56
|
David Wheeler wrote: > On Apr 6, 2006, at 03:54, Randy W. Sims wrote: > >> David, could you let me know if this provides a solid interim >> solution to the issues you've brought up. The repository has now >> moved to a subversion repository at <https://svn.perl.org/modules/ >> Module-Build/> if you want to check it out. > > > Yeah, looks great. I was able to patch my subclass thusly: Great. besides making the methods public and documenting them, the bigger change was one you don't see: During install it now knows to install the custom type whereas before it would not install them unless you specified an explicit --install-path or did some trickery under the hood. Eg. setting install_base_relpath and giving the --install-base option did nothing when installing. Thanks, Randy. |