]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/V2Writable.pm
use PublicInbox::MIME consistently
[public-inbox.git] / lib / PublicInbox / V2Writable.pm
index 3451261e4ee1f902dddce340a4a38780cfae3795..5e819da48459e02829c80f8999a12fda3d8b04c9 100644 (file)
@@ -11,8 +11,6 @@ use PublicInbox::SearchIdxThread;
 use PublicInbox::MIME;
 use PublicInbox::Git;
 use PublicInbox::Import;
-use Email::MIME::ContentType;
-$Email::MIME::ContentType::STRICT_PARAMS = 0;
 
 # an estimate of the post-packed size to the raw uncompressed size
 my $PACKING_FACTOR = 0.4;