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.
2 parents ba0cfb2 + c49d3d2 commit 4ed10b4Copy full SHA for 4ed10b4
bin/cpan-install-build-deps
@@ -5,7 +5,7 @@ set -eux
5
if [[ -e dist.ini ]]; then
6
# Don't return false positives if deps have all been satisfied
7
dzil authordeps | xargs cpm install -g --show-build-log-on-failure || true
8
- dzil stale | grep -v Dist::Zilla::Plugin::OALDERS::TidyAll | xargs cpm install -g --show-build-log-on-failure || true
+ dzil stale | xargs cpm install -g --show-build-log-on-failure || true
9
fi
10
11
exit 0
0 commit comments