From a1c7db7388c9dc2e5236cd6cf6c638f8e7332942 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 28 Nov 2012 19:09:37 -0500 Subject: [PATCH] add String::Random which is used by the WRE --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index ce67985df..f11ed105c 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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, );