Skip to content

Commit 4ed10b4

Browse files
authored
Merge pull request #9 from perl-actions/oalders/build-deps
No longer need to filter out Dist::Zilla::Plugin::OALDERS::TidyAll
2 parents ba0cfb2 + c49d3d2 commit 4ed10b4

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)