about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-09 01:59:06 +0000
committerEric Wong <e@80x24.org>2014-04-09 01:59:06 +0000
commit7a42c9451400e20dcc6fbef21f88a68da16aa708 (patch)
tree11295e5802469be3fe277298f232ada21a403c16 /Makefile.PL
parent84030f441bc072d64745d6df49e56e603194fe95 (diff)
downloadpublic-inbox-7a42c9451400e20dcc6fbef21f88a68da16aa708.tar.gz
Using JWZ threading might work decently for this.
Haven't checked in lynx, yet.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7dac4924..3e4f64d3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,6 +17,7 @@ WriteMakefile(
                 'Email::MIME::ContentType' => 0,
                 'Email::Filter' => 0,
                 'Email::Address' => 0,
+                'Mail::Thread' => '2.5', # 2.5+ needed for Email::Simple compat
                 'Date::Parse' => 0,
                 'Encode::MIME::Header' => 0,
                 'XML::Atom::SimpleFeed' => 0,