From 85f52c24997cc78e8a2a1c458cb5a0c93d9b1d99 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 5 Apr 2011 11:05:17 -0700 Subject: [PATCH] Make an explicit dependency on HTML::Form for testing only. --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) 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 );