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

Develop & Test requirements in cpanfile are not ignored #2

Closed
djerius opened this issue Jun 23, 2017 · 2 comments
Closed

Develop & Test requirements in cpanfile are not ignored #2

djerius opened this issue Jun 23, 2017 · 2 comments
Assignees
Labels

Comments

@djerius
Copy link

djerius commented Jun 23, 2017

If cpanfile has develop or test sections, those modules are included. I expected them to be ignored. The following cpanfile illustrates this.

on runtime => sub {
    requires 'Acme::Xyzzy';
};

on test => sub {
    requires 'Acme::Homer';
};

on develop => sub {
    requires 'Acme::Laugh';
};

Here's the output:

% \rm -f make-world.im && implode src/make-world  make-world.im
Building application in /tmp/9JwX99me4e
Successfully installed Acme-Laugh-v0.0.5
Successfully installed Acme-Homer-0.0.2
Successfully installed Acme-Xyzzy-0.001
3 distributions installed
Generating make-world.im with embedded bzip archive...
[...]


@jhthorsen
Copy link
Owner

"Implode" was mostly an experiment, which I don't really maintain. Do you want to contribute take over?

I tried to clean up and push a new branch "bundle-tar-files", but I wasn't able to figure out the state of the branch.

@jhthorsen
Copy link
Owner

Closing this because of lack of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants