Subject: | Mention configure_requires in PREREQ_FATAL documentation |
It would be nice if the PREREQ_FATAL entry in the ExtUtils::MakeMaker
documentation would mention the new META.yml field configure_requires.
A rough sketch how this might look like:
"... That's bad.
The only situation where it is appropriate is when you have dependencies
that are indispensible to actually write a Makefile. For example,
MakeMaker's Makefile.PL needs File::Spec. If its not available it cannot
write the Makefile. You should also specify such dependencies in the
META.yml field configure_requires, so installation tools may install
these dependencies before calling Makefile.PL.
Note: see Test::Harness ..."