add String::Random which is used by the WRE

This commit is contained in:
Scott Walters 2012-11-28 19:09:37 -05:00
parent 21f9af32d2
commit a1c7db7388

View file

@ -61,6 +61,7 @@ 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, );