Skip to content

Commit 2ae1c89

Browse files
authored
Merge pull request #81 from Perl/old-perl-new-test-fatal
cpanfile: fix version of Test::Fatal on ancient perls
2 parents 24fa376 + ac86da7 commit 2ae1c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpanfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ requires_by_perl 'Module::Build',
202202

203203
requires_by_perl 'Perl::Critic',
204204
prior 5.010 => '==1.140', # v.142 - failing test t/20_policies.t
205-
otherwise '>= 1.144',
205+
otherwise '>= 1.144',
206206
;
207207

208208
requires_by_perl 'Perl::Tidy', '>= 20220217',
@@ -289,6 +289,7 @@ requires_by_perl 'Test::EOL',
289289
;
290290

291291
requires_by_perl 'Test::Fatal',
292+
prior 5.012 => '==0.017',
292293
;
293294

294295
requires_by_perl 'Test::MinimumVersion',

0 commit comments

Comments
 (0)