Francois Gouget : testbot: lib: The Digest:: SHA package has superseded Digest::SHA1.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 14:15:22 CDT 2012


Module: tools
Branch: master
Commit: f544bd4ca8406e4ae88b8bfc3bb70668e4982816
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=f544bd4ca8406e4ae88b8bfc3bb70668e4982816

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Aug 27 11:50:18 2012 +0200

testbot: lib: The Digest::SHA package has superseded Digest::SHA1.

---

 testbot/lib/WineTestBot/Users.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testbot/lib/WineTestBot/Users.pm b/testbot/lib/WineTestBot/Users.pm
index 66a570c..32b0d3f 100644
--- a/testbot/lib/WineTestBot/Users.pm
+++ b/testbot/lib/WineTestBot/Users.pm
@@ -26,7 +26,7 @@ WineTestBot::Users - User collection
 
 package WineTestBot::User;
 
-use Digest::SHA1 qw(sha1_hex);
+use Digest::SHA qw(sha1_hex);
 use URI::Escape;
 use WineTestBot::Config;
 use WineTestBot::Roles;




More information about the wine-cvs mailing list