Skip to content

Commit fb23c1b

Browse files
committed
added Test::Fatal to TEST_REQUIRES
1 parent ef844f4 commit fb23c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.PL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ WriteMakefile(
2121
PREREQ_PM => {
2222
'Inline' => '0.80',
2323
'Inline::C' => '0.75',
24+
},
25+
TEST_REQUIRES => {
26+
'Test::Fatal' => '0.014',
2427
}
2528
);

0 commit comments

Comments
 (0)