From 8126ae80e5e81391eb74e4db000f1279b2fea89d Mon Sep 17 00:00:00 2001 From: Perlover Date: Wed, 7 Dec 2011 03:46:16 +0500 Subject: [PATCH] The CHI:Driver:FastMmap uses the Cache::FastMmap but the last is missed in prereq. This patch fixes it --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index 08dc11f..3c3a9ed 100644 --- a/dist.ini +++ b/dist.ini @@ -55,6 +55,7 @@ Task::Weaken = 0 Time::Duration = 1.06 Time::Duration::Parse = 0.03 Try::Tiny = 0.05 +Cache::FastMmap = 0 [Prereqs / TestRequires] Date::Parse = 0