]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
Makefile.PL: drop generated lib/PublicInbox.pm in blib/
[public-inbox.git] / Makefile.PL
index 348a343d7fa7a22dbc364d63976947035879b554..b3ac59be32eed944cca46c0d9e6f40c5e17a2d2f 100644 (file)
@@ -190,6 +190,16 @@ WriteMakefile(
                FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox '.
                        't/data-gen/*'
        },
+       PM => {
+               map {
+                       s[^lib/][]s;
+                       +('lib/' . $_ => '$(INST_LIB)/' . $_);
+               } grep {
+                       # Will include *.pod and an *.h file, but so
+                       # would ExtUtils::MakeMaker.
+                       m[^lib/];
+               } @manifest
+       },
 );
 
 sub MY::postamble {