Fix bug in counting in tempfile().
authorNicholas Clark <nick@ccl4.org>
Thu, 7 Aug 2008 10:12:09 +0000 (10:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 7 Aug 2008 10:12:09 +0000 (10:12 +0000)
commit748a4b20dad489edbf351cfb9cf18f6da44f79f5
treeaf679a4b5113705e933d237589e4b12d112dacea
parentc1ddc35c47e1b3519bfe90eecd67145f73c0f30a
Fix bug in counting in tempfile().
Also we need to note file names we give out, as some callers don't
create them before calling us a second time.
Add a regexp that matches the tempfile() names, for tests that want to
munge output.

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