[Module-build-general] PATCH: prompt() and y_n() docs
Status: Beta
Brought to you by:
kwilliams
|
From: Dave R. <au...@ur...> - 2003-04-11 00:01:51
|
Here's a doc patch that specifies that these methods may be called as class methods. This is important since they are often needed _before_ making the Module::Build object. /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ --- Build.pm.~1.59.~ 2003-04-10 11:07:53.000000000 -0500 +++ Build.pm 2003-04-10 19:00:11.000000000 -0500 @@ -597,6 +597,8 @@ something, not terminals), we'll just use the default without letting the user provide an answer. +This method may be called as a class or object method. + =item y_n() Asks the user a yes/no question using C<prompt()> and returns true or @@ -612,6 +614,8 @@ about this for a while and this seemed like the most useful way to do it. +This method may be called as a class or object method. + =item script_files() Returns an array reference specifying the perl script files to be |