From 88645f747bd43c7fc374d8bfb908dab4e6028825 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 May 2020 21:05:51 +0000 Subject: EmlContentFoo: Email::MIME::ContentType replacement Since we're getting rid of Email::MIME, get rid of Email::MIME::ContentType, too; since we may introduce speedups down the line specific to our codebase. --- lib/PublicInbox/WwwAttach.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/WwwAttach.pm') diff --git a/lib/PublicInbox/WwwAttach.pm b/lib/PublicInbox/WwwAttach.pm index 5b2914b3..754da13f 100644 --- a/lib/PublicInbox/WwwAttach.pm +++ b/lib/PublicInbox/WwwAttach.pm @@ -6,7 +6,7 @@ package PublicInbox::WwwAttach; # internal package use strict; use warnings; use bytes (); # only for bytes::length -use Email::MIME::ContentType qw(parse_content_type); +use PublicInbox::EmlContentFoo qw(parse_content_type); use PublicInbox::Eml; sub get_attach_i { # ->each_part callback -- cgit v1.2.3-24-ge0c7