changed the tmpfile name (not using a .XXXXXX anymore)
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 01 Aug 2011 10:41:15 +0200
changeset 49 37e863785ccc
parent 47 9a717ec183a2
child 50 3a61c4dd7b0a
changed the tmpfile name (not using a .XXXXXX anymore)
bin/imager.save
--- a/bin/imager.save	Mon Aug 01 00:02:32 2011 +0200
+++ b/bin/imager.save	Mon Aug 01 10:41:15 2011 +0200
@@ -162,7 +162,7 @@
         {
             mkpath dirname("$data/$file");
             my $out = File::Temp->new(
-                TEMPLATE => ".XXXXXXX",
+                TEMPLATE => "tmp-XXXXXXX",
                 DIR      => dirname("$data/$file")
             );