summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb82dbf)
raw | patch | inline | side by side (parent: cb82dbf)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 8 May 2010 16:40:41 +0000 (16:40 +0000) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sun, 9 May 2010 08:25:19 +0000 (01:25 -0700) |
The use line was added in ffe256f9. File::Temp calls were later moved
to Git.pm in 0b19138b, but that commit neglected to remove the
now-redundant import.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
to Git.pm in 0b19138b, but that commit neglected to remove the
now-redundant import.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index dc668034d0e3db11c41e8667db22205b95733421..74d86128ccb063d6aa7e6303a2c6c15739fde1e9 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
use strict;
use warnings;
use Carp qw/croak/;
-use File::Temp qw/tempfile/;
use IO::File qw//;
use vars qw/$_ignore_regex/;