Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible problems with older Module::Build #5

Open
cjfields opened this issue Sep 2, 2014 · 2 comments
Open

Possible problems with older Module::Build #5

cjfields opened this issue Sep 2, 2014 · 2 comments

Comments

@cjfields
Copy link
Member

cjfields commented Sep 2, 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

@majensen
Copy link
Member

majensen commented Sep 2, 2014

(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
}

or do

create_makefile_pl => 1

?

@cjfields
Copy link
Member Author

cjfields commented Sep 3, 2014

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 cjfields changed the title Posssible problems with older Module::Build Possible problems with older Module::Build Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants