about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-16 02:34:39 +0000
committerEric Wong <e@80x24.org>2019-11-16 11:05:02 +0000
commit4f0eed9d221a3e16da35145a17501798422f359e (patch)
treed9405573fa5f084e7cf80f8c5147fa1aedf3f03c /lib/PublicInbox/Mbox.pm
parentcbf748a8a038fd51a7ace57570c0267f8162999b (diff)
downloadpublic-inbox-4f0eed9d221a3e16da35145a17501798422f359e.tar.gz
IO::Compress::Gzip is a wrapper around Compress::Raw::Zlib,
anyways, and being able to easily detach buffers to return them
via ->getline is nice.  This results in a 1-2% performance
improvement when fetching giant mboxes.
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm
index 42ed8c5d..42cedd15 100644
--- a/lib/PublicInbox/Mbox.pm
+++ b/lib/PublicInbox/Mbox.pm
@@ -231,7 +231,7 @@ sub need_gzip {
         my $title = 'gzipped mbox not available';
         $fh->write(<<EOF);
 <html><head><title>$title</title><body><pre>$title
-The administrator needs to install the IO::Compress::Gzip Perl module
+The administrator needs to install the Compress::Raw::Zlib Perl module
 to support gzipped mboxes.
 <a href="../">Return to index</a></pre></body></html>
 EOF