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

--create_packlist #8

Open
Leont opened this issue Oct 29, 2013 · 2 comments
Open

--create_packlist #8

Leont opened this issue Oct 29, 2013 · 2 comments

Comments

@Leont
Copy link
Member

Leont commented Oct 29, 2013

Module::Build and Module::Build::Tiny has a create_packlist option that defaults to true. This allows vendors to skip on the packlist, which a lot of packagers prefer to do.

Should we support that in the spec? Should we have something more high level? Do we even know what we need here?

@karenetheridge
Copy link
Member

This allows vendors to skip on the packlist

What does that mean? They skip creating the .packlist file?

(My next question is: is it documented what this is to contain and why it
exists? because I'm not entirely sure.)

@Leont
Copy link
Member Author

Leont commented Oct 30, 2013

What does that mean? They skip creating the .packlist file?

Yes. Debian even patches their MakeMaker not to write it for INSTALLDIRS=vendors|perl.

(My next question is: is it documented what this is to contain and why it exists? because I'm not entirely sure.)

Barely. There are ExtUtils::Installed and ExtUtils::Packlist, but they are only API's. The file format is not documented , this might be a feature.

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

No branches or pull requests

2 participants