Skip to content

Commit

Permalink
Makefile.PL: mention all requirements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Nov 30, 2012
1 parent e2050cf commit 56ad44a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ check_nmake; # check and download nmake.exe for Win32
requires 'Convert::ASN1' => 0.20;

test_requires 'Test::More';
test_requires 'File::Basename';
test_requires 'File::Compare';
test_requires 'File::Path';
test_requires 'IO::File';

features
'IPv6 support' => [
Expand Down

0 comments on commit 56ad44a

Please sign in to comment.