Skip Menu |

This queue is for tickets about the Distributed-Process CPAN distribution.

Report information
The Basics
Id: 14433
Status: new
Priority: 0/
Queue: Distributed-Process

People
Owner: cbouvi [...] cpan.org
Requestors: cbouvi [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Distributed::Process server expects CR+LF
Distributed::Process expects all the network traffic to send newlines as CR+LF sequences. This includes the traffic that comes from stdin (the server console itself). Unfortunately, regular Un*x terminals only send LF. The server should be more tolerant in what it considers a new line.