[TestBot] lib: The Digest::SHA package has superseded Digest::SHA1.

Francois Gouget fgouget at codeweavers.com
Mon Aug 27 04:50:18 CDT 2012


---
 testbot/lib/WineTestBot/Users.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
1.7.10.4




More information about the wine-patches mailing list