about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchThread.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-10 01:09:47 +0000
committerEric Wong <e@80x24.org>2016-12-10 03:23:45 +0000
commit274c7932e1dda688eb4b31e04db34992f0a0eedc (patch)
tree08126099d55391293272b9d600d65b712c103ab8 /lib/PublicInbox/SearchThread.pm
parent275dc15b848eb3f51f10eb62fdec2d3ac8404e15 (diff)
downloadpublic-inbox-274c7932e1dda688eb4b31e04db34992f0a0eedc.tar.gz
Mail::Thread is UNavailable on many distros, meaning ordinary
users will have to rely on CPAN, a Perl-specific packaging tool.
Diffstat (limited to 'lib/PublicInbox/SearchThread.pm')
-rw-r--r--lib/PublicInbox/SearchThread.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchThread.pm b/lib/PublicInbox/SearchThread.pm
index fe70406b..5774a956 100644
--- a/lib/PublicInbox/SearchThread.pm
+++ b/lib/PublicInbox/SearchThread.pm
@@ -4,7 +4,7 @@
 # This license differs from the rest of public-inbox
 #
 # Our own jwz-style threading class based on Mail::Thread from CPAN.
-# Mail::Thread is unmaintained and available on some distros.
+# Mail::Thread is unmaintained and unavailable on some distros.
 # We also do not want pruning or subject grouping, since we want
 # to encourage strict threading and hopefully encourage people
 # to use proper In-Reply-To.