We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4bb572f commit aa55f3aCopy full SHA for aa55f3a
.ci/travis/code_layout/before_install.sh
@@ -17,4 +17,4 @@ pip install autopep8 nose2 mock termcolor
17
18
export PERL_MM_USE_DEFAULT=1
19
export PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
20
-perl -MCPAN -e "CPAN::Shell->notest('install', 'App::Licensecheck')"
+cpanm --notest App::Licensecheck
.travis.yml
@@ -55,6 +55,7 @@ matrix:
55
- expect-dev # unbuffer
56
- coreutils
57
# dependencies for licensecheck
58
+ - cpanminus
59
- libyaml-tiny-perl
60
- libio-socket-ssl-perl
61
- libhttp-date-perl
0 commit comments