bioperl-run icon indicating copy to clipboard operation
bioperl-run copied to clipboard

Build.PL mentions `Bio::Run` that does not exist

Open carandraug opened this issue 6 years ago • 2 comments
trafficstars

The Build.PL script makes reference to a Bio::Run module that does not exist. This is the module_name for Module::Build

carandraug avatar Feb 05 '19 18:02 carandraug

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

carandraug avatar Feb 05 '19 18:02 carandraug

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.

carandraug avatar Feb 05 '19 18:02 carandraug