This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better temporary file name generation. (Avoid using ++, avoid file
authorNicholas Clark <nick@ccl4.org>
Wed, 6 Aug 2008 16:04:49 +0000 (16:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 6 Aug 2008 16:04:49 +0000 (16:04 +0000)
commit7a7e49369367a634141dd279a31cb8e210734b24
tree23e68769305cb2f16d21def96967a3a14728fbb6
parent9a4933c3f3585f9f2bcf1f67d3162a6cfa64f264
Better temporary file name generation. (Avoid using ++, avoid file
names clashing between different scripts, which may now be executing
in parallel)

p4raw-id: //depot/perl@34173
t/test.pl