agree with joey
authorbremner <bremner@web>
Thu, 28 Aug 2008 23:51:31 +0000 (19:51 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 28 Aug 2008 23:51:31 +0000 (19:51 -0400)
doc/todo/unified_temporary_file__47__directory_handling.mdwn

index 1e39d067111a67603e6a8a8580a8a3c3b1e341f6..d4c209782ed24b519982dc2f4b2a9a821c808907 100644 (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]]