mason/.perl-lib/TrivGal.pm (Image::scale): Put `-' in temporary file name.
[tgal] / mason / .perl-lib / TrivGal.pm
index eb82db2..9b05723 100644 (file)
@@ -252,7 +252,7 @@ package TrivGal::Image {
 
     $scaled->image_set_format($ty->imlibfmt);
     $scaled->set_quality(90);
-    my $new = "$TMP/t${$}$ext";
+    my $new = "$TMP/t$$-$ext";
     make_path $TMP;
     $scaled->save($new);
     make_path $dir;