Skip to content

Commit 39f1943

Browse files
committed
Use requires_by_perl - Test::Deep
1 parent 33bf816 commit 39f1943

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cpanfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,17 @@ requires_by_perl 'Test2::Harness::Renderer::JUnit',
119119
prior 5.014 => '==1.000005',
120120
;
121121

122+
requires_by_perl 'Test::Deep',
123+
prior 5.012 => '==1.130',
124+
otherwise skip
125+
;
126+
122127
requires_by_perl 'Test::MockModule',
123128
prior 5.012 => '==0.178',
124129
;
125130

126131
# Last versions which install on < 5.12
127132
if ( "$]" < 5.012 ) {
128-
requires 'Test::Deep', '==1.130';
129133
}
130134
else {
131135
requires 'Plack::Test';

0 commit comments

Comments
 (0)