diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 58f9e92fe..c8510836c 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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 );