Subject: | Can't locate YAML/Node.pm |
The configure step fails if YAML::Node is not yet installed:
...
Output from '/usr/local/bin/perl Makefile.PL':
Can't locate YAML/Node.pm in @INC (you may need to install the YAML::Node module) (@INC contains: /var/tmp/cpansmoker-1023/2020101110/CPAN-Reporter-lib-i1bq /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at Makefile.PL line 12.
BEGIN failed--compilation aborted at Makefile.PL line 12.
...
Looking at Makefile.PL, it's probably best to move the "use YAML::Node" into the eval{} for loading YAML (and turn the "use" into a "require"). Or maybe, with modern toolchain, there's no need at all to overwrite the META.* file creation.