Re: Please provide me with COMAINT on https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromModule
[email protected] (Dan Book)
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <CABMkAVUao7cAYxWsjTapE+zJOVkBwkSMGifgr2G4RKYBU=TV4g@mail.gmail.com> |
On Fri, Nov 11, 2016 at 5:03 AM, Shlomi Fish <[email protected]> wrote: > > > Thanks for the tip, Karen! [RewriteVersion] seems nice and I started the > switch > to it. Now the "install_deps" stage of my CI-testing script succeeds but > not > I'm getting a failure in the test stage: > > https://travis-ci.org/thewml/latemp/builds/175020627 > > Oh well - progress! > > Regards, > > Shlomi Fish Your earlier 'cpanm' commands are being run with sudo, but when it ends up running this command to install the dzil authordeps, cpanm is not run with sudo and you can see the warning that it gives. https://github.com/thewml/latemp/blob/master/CI-testing/continuous-integration-testing.pl#L38 -Dan