perlpilot / p6-File-Temp

Simple implementation of File::Temp for creating temporary files
9 stars 16 forks source link

Use Windows temp directory #1

Closed dagurval closed 11 years ago

labster commented 11 years ago

Actually, if you use File::Spec.tmpdir instead (or just $*TMPDIR in Rakudo), the code will be even more portable.