Skip Menu |

This queue is for tickets about the DBIx-Password CPAN distribution.

Report information
The Basics
Id: 32009
Status: new
Priority: 0/
Queue: DBIx-Password

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

Bug Information
Severity: Unimportant
Broken in: (no value)
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. So I suggest either to turn on autoflush ($|=1) or change all prints to use STDERR instead of STDOUT. Regards, Slaven