Skip to content

Commit

Permalink
Add recommends and suggests tests dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
pali authored and mbeijen committed Feb 12, 2018
1 parent d28035f commit 5d6cf57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,17 @@ if (eval $ExtUtils::MakeMaker::VERSION >= 5.43) {
'zefram <[email protected]>',
'zentooo <[email protected]>',
],
prereqs => {
test => {
recommends => {
'Proc::ProcessTable' => 0,
},
suggests => {
'Test::Pod' => '1.00',
'Test::DistManifest' => 0,
},
},
},
},
TEST_REQUIRES => { 'Test::Simple' => '0.90',
'Test::Deep' => 0,
Expand Down

0 comments on commit 5d6cf57

Please sign in to comment.