Makefile.PL | 10 ++++++++++ diff --git a/Makefile.PL b/Makefile.PL index 348a343d7fa7a22dbc364d63976947035879b554..b3ac59be32eed944cca46c0d9e6f40c5e17a2d2f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -190,6 +190,16 @@ clean => { 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 {