X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8b5c210067c47ea79b6cae82a66c119853966fa9..9ac5eb64d274bdbd879ebb568a13f392d2a50575:/ext/Time/HiRes/Makefile.PL?ds=inline diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL index 6e0ba43..aed03d9 100644 --- a/ext/Time/HiRes/Makefile.PL +++ b/ext/Time/HiRes/Makefile.PL @@ -408,6 +408,10 @@ sub doMakefile { realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); + if ($ENV{PERL_CORE}) { + push @makefileopts, MAN3PODS => {}; + } + WriteMakefile(@makefileopts); }