From c7b5fa366a3c59ef842b88dd8d234c7222cdf5bb Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Wed, 11 Feb 2009 09:23:27 +0000 Subject: [PATCH] Added Params::Validate to testEnvironment.pl --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index eceb5be74..3323b8a8a 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -120,6 +120,7 @@ checkModule("List::MoreUtils", "0.22" ); checkModule("File::Path", "2.04" ); checkModule("Module::Find", "0.06" ); checkModule("Class::C3", "0.19" ); +checkModule("Params::Validate", "0.81" ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;