From 10d1228d85de64daf854b41a6a61ece1a8c75061 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Sun, 17 May 2009 22:46:35 +0000 Subject: [PATCH] removed testing module --- sbin/testEnvironment.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index cb7ec1254..e6490ade9 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -131,7 +131,6 @@ checkModule('Business::Tax::VAT::Validation', '0.20' ); checkModule('Crypt::SSLeay', '0.57' ); checkModule('Scope::Guard', '0.03' ); checkModule('Digest::SHA', '5.47' ); -checkModule('Catalyst', ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;