aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/unified_temporary_file__47__directory_handling.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/unified_temporary_file__47__directory_handling.mdwn')
-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]]