Subject: | Incorrect dependency on Module::Build |
This distribution reports a dependency on Module::Build, which is being set here:
https://metacpan.org/source/LZE/MySQL-Admin-0.93/Build.PL#L304
This is incorrect, as Module::Build is only used for configuration of the distribution, and not at runtime. In fact, Module::Build adds itself to configure_requires, as seen here:
https://metacpan.org/source/LZE/MySQL-Admin-0.93/META.json#L20
so no manual dependency on it is necessary.