git-svn: just use Digest::MD5 instead of requiring it
commit90c1b15da303fa40457e0a9e5c11a57adbfa1879
authorEric Wong <normalperson@yhbt.net>
Tue, 30 Jan 2007 00:27:08 +0000 (29 16:27 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (23 00:57 -0800)
tree53fc6e819eb50d599b00aa7a6c392d2874b10f59
parent24e22aa8a5762b11a8025c6ad82c945828667d0f
git-svn: just use Digest::MD5 instead of requiring it

Historically, git-svn did not always use Digest::MD5 because
it did not use the SVN::Delta::Editor interfaces.  Nowadays
it does, and the requires make strace more noisy.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl