about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-21 10:03:15 +0000
committerEric Wong <e@80x24.org>2021-04-21 23:51:58 +0000
commitba0c73ae03214e57004af4192b57141c1a0fff9f (patch)
tree87d2208d1ab98810e7058f6d95917054e55b626d /Makefile.PL
parent6b3ba59d4bfdf20507fd890df6ff1454a93435e4 (diff)
downloadpublic-inbox-ba0c73ae03214e57004af4192b57141c1a0fff9f.tar.gz
lei itself is a somewhat weird design, but lei/store is
a fairly normal hybrid of extindex with v2-style storage.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 129b082d..85b18e7d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ $v->{-m1} = [ map {
         lei-tag lei-p2q lei-q)];
 $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
                 public-inbox-v2-format public-inbox-extindex-format
-                lei-mail-formats
+                lei-mail-formats lei-store-format
                 ) ];
 $v->{-m7} = [ qw(lei-overview public-inbox-overview public-inbox-tuning
                 public-inbox-glossary) ];