Subject: | test should not "# try to honor possible tempdirs" |
Replace
# try to honor possible tempdirs
$tmp = $ENV{'TMPDIR'} || $ENV{'TMP'} || $ENV{'TEMP'} || "/tmp";
with
$tmp = File::Spec->tmpdir();use File::Spec;
This queue is for tickets about the File-Slurp CPAN distribution.
The Basics
People
|
Bug Information
|