Subject: | Can't locate Pod/Readme.pm (5.64) |
It seems that Pod::Readme needs to be specified as a configure_requires prerequisite, otherwise the Build.PL call fails:
...
Output from '/bbbike/perl-5.26.0t/bin/perl Build.PL':
Can't locate Pod/Readme.pm in @INC (you may need to install the Pod::Readme module) (@INC contains: /tmpfs/.cpan-build-cpansand/2017071818/Evented-Object-5.64-15/_build/lib /var/tmp/cpansmoker-1023/2017071818/CPAN-Reporter-lib-grxr /opt/perl-5.26.0t/lib/site_perl/5.26.0/x86_64-linux-thread-multi /opt/perl-5.26.0t/lib/site_perl/5.26.0 /opt/perl-5.26.0t/lib/5.26.0/x86_64-linux-thread-multi /opt/perl-5.26.0t/lib/5.26.0 .) at /tmpfs/.cpan-build-cpansand/2017071818/Evented-Object-5.64-15/_build/lib/Evented/Object/Builder.pm line 6.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017071818/Evented-Object-5.64-15/_build/lib/Evented/Object/Builder.pm line 6.
Compilation failed in require at (eval 12) line 1.
BEGIN failed--compilation aborted at (eval 12) line 1.
...