]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Import.pm
rename "ContentId" to "ContentHash"
[public-inbox.git] / lib / PublicInbox / Import.pm
index 07d1859920003ea820c8ccd70cb536acee9e2f74..fc61d06207cddfaa21ecdd08dae79a4bf225b093 100644 (file)
@@ -13,7 +13,7 @@ use PublicInbox::Spawn qw(spawn popen_rd);
 use PublicInbox::MID qw(mids mid2path);
 use PublicInbox::Address;
 use PublicInbox::MsgTime qw(msg_timestamp msg_datestamp);
-use PublicInbox::ContentId qw(content_digest);
+use PublicInbox::ContentHash qw(content_digest);
 use PublicInbox::MDA;
 use PublicInbox::Eml;
 use POSIX qw(strftime);