X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=b3ac59be32eed944cca46c0d9e6f40c5e17a2d2f;hb=6e0ac7612095397ef3b9e019f772d724c62eac5b;hp=348a343d7fa7a22dbc364d63976947035879b554;hpb=9d72cc3f876e3d2bd1ecb2fc0f33c43a9a72b933;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 348a343d..b3ac59be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 {