Code

Merge branch 'maint-1.6.0' into maint
[git.git] / perl / Git.pm
index 8392a68333cd57b899962ef6a7a9ca80dd5d583d..e9f8c9c048f3e9b7c0e3e492078c1d30a2044d78 100644 (file)
@@ -1010,8 +1010,8 @@ sub _temp_cache {
        my $temp_fd = \$TEMP_FILEMAP{$name};
        if (defined $$temp_fd and $$temp_fd->opened) {
                if ($TEMP_FILES{$$temp_fd}{locked}) {
-                       throw Error::Simple("Temp file with moniker '",
-                               $name, "' already in use");
+                       throw Error::Simple("Temp file with moniker '" .
+                               $name . "' already in use");
                }
        } else {
                if (defined $$temp_fd) {