-
Notifications
You must be signed in to change notification settings - Fork 4
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
CONTRIBUTING.md is misleading as to prerequisites #36
Comments
I next used
Most of these modules installed successfully, but, once again, no version 0.023 of CPAN::Testers::Schema could be found or installed. (0.022 is the highest version listed on metacpan.org.) I then called dzil-test-failures-20180813-02.txt Please advise. Thank you very much. |
I've release CPAN-Testers-Schema v0.023. It was on the git repo only. The test failures that you're seeing look to be related to the new features added in that version. I'm not sure why You should be able to install CPAN::Testers::Schema v0.023 from CPAN in a few minutes, once the mirrors are synced up. Otherwise, you could install it from the git repo using either |
Thanks for looking into this. The CPAN release of CPAN::Testers::Schema v0.023 enabled me to call However, that doesn't clear up this issue completely. There's still the question as to why
Does anyone have insight into that? Thank you very much. |
I'm not sure why cpanm Dist::Zilla
dzil authordeps --missing | cpanm
dzil listdeps --missing | cpanm |
According to
CONTRIBUTING.md
,I followed these instructions. After doing
dzil listdeps --author --missing | cpanm
, I followed the terminal instruction to invoke:dzil authordeps --missing | cpanm
.While that installed many CPAN modules, I suspected it was not complete. So, prompted by the
README.md
and some issues, I also invoked:I figured that at that point I was ready, per
CONTRIBUTING.md
, to rundzil test
. However, when I did so, I got massive test failures. (See attachment 'dzil-test-failures-20180813.txt'.)dzil-test-failures-20180813.txt
Apart from the fact that
dzil
apparently didn't know to install these:... what is really puzzling is this:
... given that I just used
cpanm
to install CPAN::Testers::Schema!Please advise as to how I should proceed.
Thank you very much.
Jim Keenan
The text was updated successfully, but these errors were encountered: