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

declare building dependencies in Makefile.PL #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joenio
Copy link

@joenio joenio commented Feb 22, 2015

Module::Install::TestBase and Module::Install::Repository are both
building dependencies of Module::Setup dist, would be nice if
Makefile.PL warns about it.

Otherwise Makefile.PL will fail as you can see below:

$ perl Makefile.PL
Bareword "use_test_base" not allowed while "strict subs" ...
Bareword "auto_set_repository" not allowed while "strict subs" ...
Execution of Makefile.PL aborted due to compilation errors.

Module::Install::TestBase and Module::Install::Repository are both
building dependencies of Module::Setup dist, would be nice if
Makefile.PL warns about it.

Otherwise `Makefile.PL` will fail as you can see below:

$ perl Makefile.PL
Bareword "use_test_base" not allowed while "strict subs" ...
Bareword "auto_set_repository" not allowed while "strict subs" ...
Execution of Makefile.PL aborted due to compilation errors.
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

Successfully merging this pull request may close these issues.

None yet

1 participant