X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=b3ac59be32eed944cca46c0d9e6f40c5e17a2d2f;hp=348a343d7fa7a22dbc364d63976947035879b554;hb=8377d44046ade5becb21f71e4d1d68dd6ae2bbf0;hpb=325fbe26c3e7731eb53bea7f2ce2627c8828e0d8 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 {