Subject: | Module::Build dependency not declared |
This distribution uses both ExtUtils::MakeMaker and Module::Build, yet doesn't declare a configuration dependency on the latter. This will break on system that do not have Module::Build installed, but have a cpan client that is recent enough to prefer Build.PL over Makefile.PL. The about to be released perl 5.22 is exactly that, resulting in this distribution not being able to install out of the box on such a machine.
The easiest solution to this is to omit the Build.PL file entirely, there's no need to ship with two installers. The alternative is to declare that dependency in configure_requires.
Leon