Skip Menu |

This queue is for tickets about the Image-Xbm CPAN distribution.

Report information
The Basics
Id: 97600
Status: resolved
Priority: 0/
Queue: Image-Xbm

People
Owner: Nobody in particular
Requestors: deven [...] ties.org
Cc:
AdminCc:

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



Subject: Module tests fail on Windows due to "/tmp" assumption
The module self-tests fail on Windows because they rely on a Unix-centric assumption that "/tmp" is a temporary directory. This is not a valid temporary directory under Windows.
On 2014-07-29 13:29:38, DEVEN wrote: Show quoted text
> The module self-tests fail on Windows because they rely on a Unix- > centric assumption that "/tmp" is a temporary directory. This is not > a valid temporary directory under Windows.
Fixed in 0.09 --- now using File::Temp.