From 0f69d4fdf0572f02fc22fb9da0900b1edd9da5fe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 30 Apr 2010 11:01:36 -0700 Subject: [PATCH] Install Cache::FastMmap first before CHI so it will run the tests on it. --- sbin/testEnvironment.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 4eeb20f7e..4d76ceee7 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -140,8 +140,8 @@ checkModule("Business::PayPal::API", "0.62" ); checkModule("Locales", "0.10" ); checkModule("Test::Harness", "3.17" ); checkModule("DateTime::Event::ICal", "0.10" ); -checkModule("CHI", "0.34" ); checkModule("Cache::FastMmap", "1.35" ); +checkModule("CHI", "0.34" ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;