Skip to content

Commit c091be3

Browse files
authored
Makefile.PL: specify Test::More in TEST_REQUIRES
1 parent fe4f083 commit c091be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ my %makeArgs = (
142142
},
143143
TEST_REQUIRES => {
144144
'Test::Deep' => 0,
145+
'Test::More' => 0,
145146
},
146147
);
147148

0 commit comments

Comments
 (0)