We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e6551 commit 9a9301fCopy full SHA for 9a9301f
generate.pl
@@ -341,7 +341,7 @@ =head1 DESCRIPTION
341
&& perl bin/cpanm . && cd /root \
342
&& curl -fLO '{{netssleay_dist_url}}' \
343
&& echo '{{netssleay_dist_sha256}} *{{netssleay_dist_name}}.tar.gz' | sha256sum --strict --check - \
344
- && cpanm --from $PWD {{netssleay_dist_name}}.tar.gz \
+ && cpanm --notest --from $PWD {{netssleay_dist_name}}.tar.gz \
345
&& curl -fLO '{{iosocketssl_dist_url}}' \
346
&& echo '{{iosocketssl_dist_sha256}} *{{iosocketssl_dist_name}}.tar.gz' | sha256sum --strict --check - \
347
&& SSL_CERT_DIR=/etc/ssl/certs cpanm --from $PWD {{iosocketssl_dist_name}}.tar.gz \
0 commit comments