Open carandraug opened 5 years ago
module_name
is used by Module::Build
to discover the dist_name
and dist_version
. However both of those are specified explicitly so module_name
is ignored. It's now removed with d233e11dc6755d
Seems that module_name
may actually be used for something else. I get errors about being required for config_data
but I don't see that anywhere.
Reopening for someone more familiar with bioperl-run releases to fix.
The
Build.PL
script makes reference to aBio::Run
module that does not exist. This is themodule_name
forModule::Build