about summary refs log tree commit homepage
path: root/xt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-07-23 04:41:55 +0000
committerEric Wong <e@80x24.org>2022-07-23 14:22:34 +0000
commit23af251dd607c4e75ab1e68063f2c885c48cc035 (patch)
treea34def1fda7d3e5741dd05301032dd62908579be /xt
parent9b0c238f887475d920a8589b492ec15c63770152 (diff)
downloadpublic-inbox-23af251dd607c4e75ab1e68063f2c885c48cc035.tar.gz
Their code was nearly identical to begin with, so save some
memory in -netd and disk space for all of our tarball/distro
users, at least.

And I seem to have used multiple inheritance successfully, here,
maybe...
Diffstat (limited to 'xt')
-rw-r--r--xt/mem-imapd-tls.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/mem-imapd-tls.t b/xt/mem-imapd-tls.t
index 8992a6fc..d728ce32 100644
--- a/xt/mem-imapd-tls.t
+++ b/xt/mem-imapd-tls.t
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # Idle client memory usage test, particularly after EXAMINE when
 # Message Sequence Numbers are loaded
@@ -221,7 +221,7 @@ package IMAPCdeflate;
 use strict;
 our @ISA;
 use Compress::Raw::Zlib;
-use PublicInbox::IMAPdeflate;
+use PublicInbox::IMAP;
 my %ZIN_OPT;
 BEGIN {
         @ISA = qw(IMAPC);