Merge pull request #130 from shawniverson/121617cpanmforce

Add force for perl SA cpanm
This commit is contained in:
Shawn Iverson 2017-12-25 09:28:27 -05:00 committed by GitHub
commit c14472c7fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
debian/install.sh vendored
View file

@ -566,7 +566,7 @@ if [ ${CPANOPTION} == 1 ]; then
if [ $AUTOCPAN -eq 0 ]; then
perl -MCPAN -e "CPAN::Shell->force(qw(install ${MODSA} ));"
else
cpanm --no-interactive ${MODSA}
cpanm --no-interactive --force ${MODSA}
fi
fi