]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
doc: add lei-security(7) manpage
[public-inbox.git] / Makefile.PL
index bfabb171502a0bf5814ea6529f9acd80ab72970a..f56445ae422df1ce64d3afddd1dbb01676ebaf2a 100644 (file)
@@ -54,7 +54,8 @@ $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
                public-inbox-v2-format public-inbox-extindex-format
                lei-mail-formats lei-store-format
                ) ];
-$v->{-m7} = [ qw(lei-overview public-inbox-overview public-inbox-tuning
+$v->{-m7} = [ qw(lei-overview lei-security
+               public-inbox-overview public-inbox-tuning
                public-inbox-glossary) ];
 $v->{-m8} = [ qw(public-inbox-daemon) ];
 my @sections = (1, 5, 7, 8);
@@ -168,7 +169,7 @@ WriteMakefile(
                # Plack is needed for public-inbox-httpd and PublicInbox::WWW
                # 'Plack' => 0,
 
-               'URI::Escape' => 0,
+               'URI' => 0,
 
                # We have more test dependencies, but do not force
                # users to install them.  See INSTALL