From: Eric Wong Date: Tue, 30 Jan 2007 00:27:08 +0000 (-0800) Subject: git-svn: just use Digest::MD5 instead of requiring it X-Git-Tag: v1.5.1-rc1~211 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/90c1b15da303fa40457e0a9e5c11a57adbfa1879?ds=inline;hp=90c1b15da303fa40457e0a9e5c11a57adbfa1879 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 ---