Fri Nov 11 09:19:39 2016 jv [...] cpan.org - Ticket created
Subject: Unguarded open in saveas
PDF/API2.pm, line 949, routine saveas, the open, print and close are not checked for errors. This may lead to mysterious messages and loss of data.
A user of mine encountered this on Windows, where the program issued (for him) ununderstandable messages like:
binmode() on closed filehandle OUTF
printf on closed filehandle OUTF
The culprit was another program that kept the pdf file open so it could not be rewritten.
#
Fri Nov 11 09:20:29 2016 jv [...] cpan.org - Subject changed from 'Unguarded open in saveas' to 'Unguarded I/O in saveas'
#
Fri Nov 11 09:20:29 2016 jv [...] cpan.org - Broken in 2.030 added
#
Fri Nov 11 09:20:29 2016 jv [...] cpan.org - Fixed in 2.030 deleted