[email protected] wrote:
>Can't locate Module/Build.pm in @INC (@INC contains:
DateTime uses Module::Build in its build process, but you don't have
it installed. The quick fix is to manually tell CPAN to install
Module::Build first.
I'm a bit surprised that this is happening, though. DateTime properly
declares its requirement for Module::Build (in META.{yml,json}), and you
apparently have the latest version of the CPAN module, which is meant
to process that declaration. Did you specially configure CPAN to not
follow prerequisites, or something like that?
-zefram