Re: [PATCH MakeMaker.pm] Add documentation for ExtUtils::MakeMaker::prompt()

2002-08-25 Thread Michael G Schwern
On Thu, Aug 22, 2002 at 06:55:46AM -0500, Dave Rolsky wrote: > > +If C detects that it is not running in interactively (say, > > +if it is running from a CPAN shell), or if the PERL_MM_USE_DEFAULT > > +environment variable is set to true, the $default will be used without > > +prompting. This pre

Re: [PATCH MakeMaker.pm] Add documentation for ExtUtils::MakeMaker::prompt()

2002-08-22 Thread Dave Rolsky
On Tue, 20 Aug 2002, Michael G Schwern wrote: > +=head2 Other Handy Functions > + > +=over 4 > + > +=item prompt > + > +my $value = prompt($message); > +my $value = prompt($message, $default); > + > +The C function provides an easy way to request user input > +used to write a makefile. I

Re: [PATCH MakeMaker.pm] Add documentation for ExtUtils::MakeMaker::prompt()

2002-08-20 Thread Michael G Schwern
On Sun, Aug 18, 2002 at 06:48:24PM -0700, chromatic wrote: > Here's a rough cut at documentation for the hitherto rumored prompt() > function. Suggestions welcome. Something like so. --- MakeMaker.pm18 Jul 2002 17:46:50 - 1.64 +++ MakeMaker.pm21 Aug 2002 05:39:38 -