X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-corner.t;h=7600c2b955f27b067d29328d3843832920b56506;hb=402234aa4eaf4732e5e1636099115465ec6e5c15;hp=88820270d4f97100cd3f66f931529ccdee88e446;hpb=cf4cbaac260b5c24ed7173c39e0e18c0f0deb89f;p=public-inbox.git diff --git a/t/httpd-corner.t b/t/httpd-corner.t index 88820270..7600c2b9 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -7,7 +7,7 @@ use strict; use v5.10.1; use PublicInbox::TestCommon; use Time::HiRes qw(gettimeofday tv_interval); use PublicInbox::Spawn qw(spawn popen_rd); require_mods(qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)); -use Digest::SHA qw(sha1_hex); +use PublicInbox::SHA qw(sha1_hex); use IO::Handle (); use IO::Socket::UNIX; use Fcntl qw(:seek);