Skip to content

Commit 33ab004

Browse files
committed
Use requires_by_perl - Pod::Coverage::TrustPod
1 parent cb13da7 commit 33ab004

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpanfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ requires_by_perl 'Plack::Test',
128128
prior 5.012 => skip
129129
;
130130

131+
requires_by_perl 'Pod::Coverage::TrustPod',
132+
prior 5.014 => skip,
133+
;
134+
131135
requires_by_perl 'Pod::Man',
132136
prior 5.010 => '==4.14',
133137
prior 5.012 => '==5.01',
@@ -201,10 +205,6 @@ requires 'Test::Synopsis';
201205
requires 'Test::Version';
202206
requires 'Test::Warnings';
203207

204-
if ( "$]" >= 5.012 ) {
205-
requires 'Pod::Coverage::TrustPod';
206-
}
207-
208208
if ( "$]" < 5.014 ) {
209209
requires 'IO::Socket::IP', '==0.41';
210210
}

0 commit comments

Comments
 (0)