commit | 1174768b460a5f24ef0323783ab69c578e5aa44a | [log] [tgz] |
---|---|---|
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | Sat May 08 16:40:41 2010 +0000 |
committer | Eric Wong <normalperson@yhbt.net> | Sun May 09 01:25:19 2010 -0700 |
tree | 40361d75d6bc2220979f6c3c05ce39a688dbeb2f | |
parent | cb82dbf8be199d114cd220713e4f57574b4636f8 [diff] |
git-svn: Remove unused use of File::Temp 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>