in reply to Setting values in Module::Build

I just tried calling prompt() as a class method, to great success. What happens if you prompt first, then create the object?

Replies are listed 'Best First'.
Re: Re: Setting values in Module::Build
by EvdB (Deacon) on Mar 19, 2004 at 11:57 UTC
    Yes - that would solve the problem nicely. Indeed the documentation even says it:
    This method (prompt) may be called as a class or object method.