bioperl-run
bioperl-run copied to clipboard
Build.PL mentions `Bio::Run` that does not exist
trafficstars
The Build.PL script makes reference to a Bio::Run module that does not exist. This is the module_name for Module::Build
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.