Skip to content

Commit 930d126

Browse files
committed
Upgrade App::Prove
so we will common behaviour for each Perl version. For example, previously image 5.8 provided `prove` which didn't support option `--jobs`.
1 parent bb133cc commit 930d126

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpanfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ sub skip { undef }
7474
requires_by_perl 'App::cpanoutdated',
7575
;
7676

77+
requires_by_perl 'App::Prove', # Upgrade to newest version
78+
;
79+
7780
requires_by_perl 'Code::TidyAll::Plugin::SortLines::Naturally',
7881
prior 5.012 => skip
7982
;

0 commit comments

Comments
 (0)