Subject: | test failures under strawberry perl |
Date: | Wed, 13 Jun 2012 20:12:33 +0100 |
To: | bug-IPC-DirQueue [...] rt.cpan.org |
From: | Tycho Bickerstaff <work.tycho [...] gmail.com> |
the module fails test 40enq_fh.t on the windows filesystem because it
assumes in can create a file in the /tmp/ directory at line 14. This is an
invalid file path on windows. The attached patch fixes this by first
checking the the TMP, TEMP and TEMPDIR enviromental variables to see if
they have a value and uses them instead if them exist.
- tycho
Message body is not shown because sender requested not to inline it.