From: Karen Etheridge Date: Fri, 1 May 2020 15:42:15 +0000 (-0700) Subject: mark when dynamic prereqs begin X-Git-Tag: v1.004001~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f650aa9fc4452b4c39684608e49b12c667b69cb;p=p5sagit%2FJSON-MaybeXS.git mark when dynamic prereqs begin --- diff --git a/Makefile.PL b/Makefile.PL index 37a8e07..3dcae79 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,8 @@ my %META = ( my %MM_ARGS = (); +## DYNAMIC PREREQS ########################################################### + if (! parse_args()->{PUREPERL_ONLY}) { # we require Cpanel::JSON::XS whenever a compiler is available. # (we also always recommend Cpanel::JSON::XS, just to make sure.)