From 3666077fb1ac889aa6dd7255b9df91c3e3be03a6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 21 Mar 2013 16:14:37 -0700 Subject: [PATCH] WRE dependencies are tracked in the WRE itself, not in WebGUI. This reverts commit a1c7db7388c9dc2e5236cd6cf6c638f8e7332942. --- sbin/testEnvironment.pl | 1 - 1 file changed, 1 deletion(-) 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, );