X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FMdirReader.pm;h=db5f4545125f051510ae3b6df2a0db923b014602;hb=refs%2Fheads%2Fmaster;hp=dbb74d6d9772f85afb5b9b0fc4b4b07e1b61ac60;hpb=9c3009655a0d365154f1119803465afc11713e79;p=public-inbox.git diff --git a/lib/PublicInbox/MdirReader.pm b/lib/PublicInbox/MdirReader.pm index dbb74d6d..db5f4545 100644 --- a/lib/PublicInbox/MdirReader.pm +++ b/lib/PublicInbox/MdirReader.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ # Maildirs for now, MH eventually @@ -8,7 +8,7 @@ package PublicInbox::MdirReader; use strict; use v5.10.1; use PublicInbox::InboxWritable qw(eml_from_path); -use Digest::SHA qw(sha256_hex); +use PublicInbox::SHA qw(sha256_hex); # returns Maildir flags from a basename ('' for no flags, undef for invalid) sub maildir_basename_flags {