Skip to content

Commit 1ed606d

Browse files
committed
Force a minimum version of Test::More
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.
1 parent bd7b4d5 commit 1ed606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ our %prereq_pm = (
5454
'String::CamelCase' => 0,
5555
'Template' => 3.004,
5656
'Test::MockTime' => 0,
57-
'Test::More' => 0,
57+
'Test::More' => 1.302112,
5858
'Text::Autoformat' => 0,
5959
'Text::CSV::Encoded' => 0,
6060
'Tie::Cache' => 0,

0 commit comments

Comments
 (0)