Skip to content

Commit

Permalink
Force a minimum version of Test::More
Browse files Browse the repository at this point in the history
I chose this minimum version arbitrarily, but it avoids problems such as
"use Test::More 'no_plan'; ...; done_testing();" encountered when
testing with perl-5.24.
  • Loading branch information
tomhukins committed Jan 23, 2020
1 parent f333859 commit 190482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ our %prereq_pm = (
'String::CamelCase' => 0,
'Template' => 3.004,
'Test::MockTime' => 0,
'Test::More' => 0,
'Test::More' => 1.302112,
'Text::Autoformat' => 0,
'Text::CSV::Encoded' => 0,
'Tie::Cache' => 0,
Expand Down

0 comments on commit 190482e

Please sign in to comment.