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.
1 parent ba0cfb2 commit c49d3d2Copy full SHA for c49d3d2
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