You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(edit: my thought process was "maybe the Module::Build script isn't being properly executed, so the build object is not being populated properly. the below is likely garbage, but ...)
Note the line in the test report:
Output from '/usr/bin/make test':
I wonder if we need in Build.PL
...,
build_requires => {
'Module::Build' => 0,
'Test::Warn' => 0 },
configure_requires => {
'Module::Build' => 0
}
This is using Dist::Zilla. I thought it was Module::Build but it's not, the error also happens with perl 5.20, Seems to be relegated to Bio::SeqFeature::Annotation.
cjfields
changed the title
Posssible problems with older Module::Build
Possible problems with older Module::Build
Sep 3, 2014
Possibly seeing problems with versions of Module::Build packaged with older versions of perl:
http://www.cpantesters.org/cpan/report/748624a6-32e5-11e4-a623-e0a6dfbfc7aa
The text was updated successfully, but these errors were encountered: