On Jun 22 2020, brian m. carlson wrote: > diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl > index fc00d5946a..6483d792d3 100755 > --- a/git-cvsexportcommit.perl > +++ b/git-cvsexportcommit.perl > @@ -22,6 +22,10 @@ > my $repo = Git->repository(); > $opt_w = $repo->config('cvsexportcommit.cvsdir') unless defined $opt_w; > > +my $tmpdir = File::Temp->newdir; File::Temp in perl 5.10 doesn't have the newdir method. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."