]> git.ipfire.org Git - thirdparty/git.git/blobdiff - perl/Git.pm
Merge branch 'hb/git-pm-tempfile'
[thirdparty/git.git] / perl / Git.pm
index dc48159ccab1cf2f888a6169460c5fc60d0d1bab..7a252ef872c92213c8dcd2144a84cdcf787e586a 100644 (file)
@@ -1265,7 +1265,7 @@ sub _temp_cache {
                        $tmpdir = $self->repo_path();
                }
 
-               ($$temp_fd, $fname) = File::Temp->tempfile(
+               ($$temp_fd, $fname) = File::Temp::tempfile(
                        'Git_XXXXXX', UNLINK => 1, DIR => $tmpdir,
                        ) or throw Error::Simple("couldn't open new temp file");