X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e5a8c9660b3c0aa1e3ab2ac8159d3f2f4eef2904;hb=5af07d69e53872ebe1bdea02e0e880141eacd862;hp=ebf53b2a5f1db7a85d364826d37b31fa38f99e3f;hpb=f9820db46d0f218a474cecf50aea06daf8a4a266;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index ebf53b2..e5a8c96 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,6 +21,7 @@ my %PREREQ_PM = ( 'File::Spec' => 0, 'IPC::Cmd' => 0, 'Parse::CPAN::Meta' => 0, + 'Scalar::Util' => 0, 'base' => 0, ); @@ -60,3 +61,12 @@ WriteMakefile( FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" }, ); + +package MY; + +sub postamble { + <