On Fri, Nov 11, 2016 at 5:03 AM, Shlomi Fish <shlo...@shlomifish.org> 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