>>>>> On Fri, 2 Mar 2007 16:40:00 +0000, Nicholas Clark <[EMAIL PROTECTED]> 
>>>>> said:

  > On Fri, Mar 02, 2007 at 12:10:15PM +0100, Andreas J. Koenig wrote:
 >> I hope somebody else can explain the full story. My complaint was only
 >> that eof(STDIN) never returns on an open terminal STDIN filehandle.
 >> Just try:
 >> 
 >> perl -e 'print eof(STDIN)'
 >> 
 >> and wait.

  > Which perl version? It does return for me on 5.8.8 on FreeBSD after I type
  > control-D. I believe that there was a bug related to this that was fix.

As Eric already answered, we have a different issue here that is not a
bug in perl. Module::Build 0.2806 recently fixed an issue in SVN where
eof(STDIN) was called before any prompt was printed like in the
example above.

To the best of my kowledge this bug is fixed now in the Module::Build
repository.

-- 
andreas

Reply via email to