Re: [Module::Build] Change install_base
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-18 04:52:25
|
On Feb 16, 2006, at 6:57 PM, David Wheeler wrote: > Hi All, > > Is there any way to change the install_base after constructing a > Module::Build object? I'm working on a subclass, and I'd like to > change the install_base in the subclass constructor, depending on > other properties that might be set (such as the location of a config > file that contains the install path in it). Sure, $self->install_base($new_val) should work. -Ken |