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

Add authordep for DAGOLDEN Pod::Weaver plugin bundle #5

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

Conversation

paultcochrane
Copy link

This plugin bundle is required for the dzil listdeps step to work
correctly on a fresh Perl installation; indirect prereqs (such as is
often the case with Pod::Weaver plugins) need to be added to the
dist.ini as in this patch so that they can be found by dzil authordeps and hence can be installed prior to installing the remaining
dependencies.

See also the section on declaring author prereqs in the Dist::Zilla prereqs docs.

This patch is submitted in the hope that it is useful. If you want anything changed, please just let me know and I'll update and resubmit as necessary.

This plugin bundle is required for the `dzil listdeps` step to work
correctly on a fresh Perl installation; indirect prereqs (such as is
often the case with Pod::Weaver plugins) need to be added to the
`dist.ini` as in this patch so that they can be found by `dzil
authordeps` and hence can be installed prior to installing the remaining
dependencies.
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.

1 participant