agree with joey

master
bremner 2008-08-28 19:51:31 -04:00 committed by Joey Hess
parent 7de578934f
commit 09dcd82cc5
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ Off to cut and paste :-) --[[DavidBremner]]
> unification. Using `File::Temp` (and avoiding the posibly insecure
> `mktemp`, `tmpname`, and `tempnam` functions) is probably as unified as
> can be managed. --[[Joey]]
>> OK, fair enough. Somehow the code in teximg made me think it was
>> all a bit complicated. But after I played with it a bit more (and used File::Temp)
>> I tend to agree, there is no real problem there to fix.
>> Feel free to mark done [[DavidBremner]]