Subject: | Can't locate Getopt/Long/Descriptive.pm |
Automatic build fails if Getopt::Long::Descriptive is not installed:
...
Output from '/opt/perl-5.28.2/bin/perl Makefile.PL':
Can't locate Getopt/Long/Descriptive.pm in @INC (you may need to install the Getopt::Long::Descriptive module) (@INC contains: ... .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
...
This can be fixed by specifying Getopt::Long::Descriptive as a configure_requires dependency.