[Jifty-commit] jifty branch, master, updated. 2d4a432a543bfc64d9b0333d4d0758e6bf6da663

Jifty commits jifty-commit at lists.jifty.org
Wed Mar 17 23:08:54 EDT 2010


The branch, master has been updated
       via  2d4a432a543bfc64d9b0333d4d0758e6bf6da663 (commit)
      from  3bcea064e7087e6f3cd9c54bcaa25613376064cc (commit)

Summary of changes:
 Makefile.PL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 2d4a432a543bfc64d9b0333d4d0758e6bf6da663
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Thu Mar 18 11:08:44 2010 +0800

    Add additional fastcgi support prereq.

diff --git a/Makefile.PL b/Makefile.PL
index 9a3c76b..93129bc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -110,6 +110,11 @@ else {
     requires('YAML' => 0.35) unless can_use('YAML::Syck' => 0.71);
 }
 
+feature "FastCGI support" =>
+    -default => 0,
+    recommends('FCGI::ProcManager' => 0.19),
+    ;
+
 feature "Memcached support for serving compressed CSS and JS from Jifty's CAS" =>
     -default => 1,
     recommends('Cache::Memcached' => 1.25),

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list