diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index f11ed105c..ce67985df 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -61,7 +61,6 @@ if ($] >= 5.008009) { ##Doing this as a global is not nice, but it works my $missingModule = 0; -checkModule("String::Random", 0.22 ); # used by the WRE checkModule("LWP", 5.833 ); checkModule("HTML::Form", 5.800, 2 ); checkModule("Net::DNS", 0.66, );