Skip Menu |

This queue is for tickets about the Chart-Graph CPAN distribution.

Report information
The Basics
Id: 33541
Status: new
Priority: 0/
Queue: Chart-Graph

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

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



Subject: Turn on autoflush in Makefile.PL
Unter some circumstances it can happen that the questions in the Makefile.PL appear after readline is called. I suggest either to turn on autoflush ($|=1) or change all prints to use STDERR instead of STDOUT. Thanks,