Skip to content

Commit

Permalink
Change module test to avoid a problem for File::AddInc
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoba committed Dec 5, 2023
1 parent d06ee74 commit 25cdc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/runtests.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function plenv_install_missings {
fi
local m
for m in $wants; do
plenv exec perl -M$m -e0 >&/dev/null || missings+=($m)
plenv exec perldoc -ml $m >&/dev/null || missings+=($m)
done
if (($#missings)); then
confirm "Following modules are not yet installed for plenv:\n----\n${(F)missings}\n----\n$c_em[1]Install (with plenv exec cpanm) now? "\
Expand Down

0 comments on commit 25cdc00

Please sign in to comment.