updated perl_find_unused_cpan_modules.sh

pull/2/head
Hari Sekhon 5 years ago
parent 425a29de60
commit 984753e9e0

@ -19,7 +19,7 @@ set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(dirname "$0")"
# shellcheck disable=SC1090
# shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh"
# shellcheck disable=SC2034

Loading…
Cancel
Save