Subject: | could not run dzil test on cloned repo |
Date: | Sat, 7 Nov 2020 23:08:09 +0200 |
To: | bug-Alien-XPA [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
I am not very familiar with Dist Zilla so I might be doing something wrong:
I cloned the repository from https://gitlab.com/djerius/Alien-XPA.git
and then ran
dzil authordeps --missing | cpanm
then tried:
dzil listdeps --author --missing | cpanm
and I got this error:
Pod::Weaver::Section::BugsAndLimitations (for section BugsAndLimitations)
does not appear to be installed
with a long trace.
After manually installing that module I ran
dzil listdeps
again. This time I got
Pod::Weaver::Section::SeeAlso (for section SeeAlso) does not appear to be
installed
After installing that too I was already fine.
Then I tried:
$ dzil test
and got:
[DZ] building distribution under .build/clpDu3F4gK for installation
[DZ] beginning to build Alien-XPA
[DZ] guessing dist's main_module is lib/Alien/XPA.pm
[DZ] writing Alien-XPA in .build/clpDu3F4gK
[ReadmeAnyFromPod] overriding README.mkdn in root
[EnsurePrereqsInstalled] dynamic_config is set: make sure you put all
possible prereqs into develop prereqs so your tests are complete!
[EnsurePrereqsInstalled] Unsatisfied prerequisites:
[EnsurePrereqsInstalled] Module 'Action::Retry' is not installed
[EnsurePrereqsInstalled] Module 'Child' is not installed
[EnsurePrereqsInstalled] To remedy, do: cpanm Action::Retry Child
[EnsurePrereqsInstalled] Unsatisfied prerequisites:
[EnsurePrereqsInstalled] Module 'Action::Retry' is not installed
[EnsurePrereqsInstalled] Module 'Child' is not installed
[EnsurePrereqsInstalled] To remedy, do: cpanm Action::Retry Child at
inline delegation in Dist::Zilla::Plugin::EnsurePrereqsInstalled for
logger->log_fatal (attribute declared in
/home/gabor/perl5/lib/perl5/Dist/Zilla/Role/Plugin.pm at line 59) line 18.
I wonder, is there a dzil command I should run to install all of these
dependencies?
Message body is not shown because it is too large.