Skip to content

Commit c49d3d2

Browse files
committed
No longer need to filter out Dist::Zilla::Plugin::OALDERS::TidyAll
1 parent ba0cfb2 commit c49d3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cpan-install-build-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
if [[ -e dist.ini ]]; then
66
# Don't return false positives if deps have all been satisfied
77
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
8+
dzil stale | xargs cpm install -g --show-build-log-on-failure || true
99
fi
1010

1111
exit 0

0 commit comments

Comments
 (0)