Make an explicit dependency on HTML::Form for testing only.

This commit is contained in:
Colin Kuskie 2011-04-05 11:05:17 -07:00
parent faad97a7e4
commit 85f52c2499

View file

@ -62,6 +62,7 @@ if ($] >= 5.008009) {
my $missingModule = 0;
checkModule("LWP", 5.833 );
checkModule("HTML::Form", 5.800, 2 );
checkModule("Net::DNS", 0.66, );
checkModule("Try::Tiny", 0.07, );
checkModule("HTTP::Request", 1.40 );