Skip Menu |

This queue is for tickets about the Net-SSH-Expect CPAN distribution.

Report information
The Basics
Id: 35589
Status: new
Priority: 0/
Queue: Net-SSH-Expect

People
Owner: Nobody in particular
Requestors: BNEGRAO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: (no value)



Subject: define what peek() and eat() will return if the input stream is empty
peek() doesn't define what is returned if the input stream contains no data. does it return undef? empty string? eat() returns empty string when there is nothing in the input stream. should it be undef? peek() eat() must return the same thing when input stream is empty.