updated perl_cpanm_install_if_absent.sh

pull/2/head
Hari Sekhon 6 years ago
parent 33a7cfdbad
commit c88444fabf

@ -16,7 +16,7 @@
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
echo "Installing any missing CPAN Modules listed in file(s): $@"
echo "Installing CPAN Modules listed in file(s): $@"
opts=""
if [ -n "${TRAVIS:-}" ]; then

Loading…
Cancel
Save