WRE dependencies are tracked in the WRE itself, not in WebGUI.

This reverts commit a1c7db7388.
This commit is contained in:
Colin Kuskie 2013-03-21 16:14:37 -07:00
parent 92e6592df1
commit 3666077fb1

View file

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