Add note about prompts from Makefile.PL

This commit is contained in:
YellowJacketLinux 2023-04-29 07:56:27 -07:00
parent 80cb1573c3
commit ca6737cc90

View File

@ -656,6 +656,20 @@ specified license) can then be conditionally included in `%files`:
%doc %{name}-make.test.log %doc %{name}-make.test.log
Disabling Makefile.PL Prompts
-----------------------------
Sometimes a Makefile.PL script will want user interaction. To just
accept the defaults, add the line:
PERL_MM_USE_DEFAULT=1 \
directly above the `perl Makefile.PL` line.
See the `ExtUtils::MakeMaker` documentation for more information.
End Notes End Notes
--------- ---------