aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbremner <bremner@web>2008-08-28 19:51:31 -0400
committerJoey Hess <joey@kitenet.net>2008-08-28 19:51:31 -0400
commit09dcd82cc59cd17e9aa194c46c4ca6941de5db25 (patch)
treeb7bd9d7202b69224feaff4e4bfbad34e7bd6ab38
parent7de578934f29887d5488a6219ed2a2809d95d4c5 (diff)
downloadikiwiki-09dcd82cc59cd17e9aa194c46c4ca6941de5db25.tar
ikiwiki-09dcd82cc59cd17e9aa194c46c4ca6941de5db25.tar.gz
agree with joey
-rw-r--r--doc/todo/unified_temporary_file__47__directory_handling.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/unified_temporary_file__47__directory_handling.mdwn b/doc/todo/unified_temporary_file__47__directory_handling.mdwn
index 1e39d0671..d4c209782 100644
--- a/doc/todo/unified_temporary_file__47__directory_handling.mdwn
+++ b/doc/todo/unified_temporary_file__47__directory_handling.mdwn
@@ -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]]