Subject: | A::C doesn't build w/o Module::Build |
The Makefile.PL won't install Array::Compare. It installs a copy of
Module::Build and then fails without actually installing Makefile.PL.
This means Array::Compare won't install from the CPAN shell without
manual intervention.
Just dropping the use of Build.PL would correct the problem. There's
nothing going on in this module to justify using Module::Build. Please
correct this or let me upload a patched version of this module.
Array::Compare is in the pre-req chain for a module I'm supporting so
I'd really like it to work correctly out of the box.