[Jifty-commit] jifty branch, cas-memcached, updated. 9196d3d0661490d6064ec8044f1e06ad8a72b950

Jifty commits jifty-commit at lists.jifty.org
Wed Jan 27 16:12:00 EST 2010


The branch, cas-memcached has been updated
       via  9196d3d0661490d6064ec8044f1e06ad8a72b950 (commit)
      from  5396e2e35b96b0aebc9f3086b0b90e12f57aeea8 (commit)

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

- Log -----------------------------------------------------------------
commit 9196d3d0661490d6064ec8044f1e06ad8a72b950
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Jan 27 16:11:43 2010 -0500

    Add Cache::Memcached to Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
index 758618e..aeab27e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -103,6 +103,11 @@ else {
     requires('YAML' => 0.35) unless can_use('YAML::Syck' => 0.71);
 }
 
+feature "Memcached support for serving compressed CSS and JS from Jifty's CAS" =>
+    -default => 1,
+    recommends('Cache::Memcached' => 1.25),
+    ;
+
 feature 'Administrative Interface (web)' =>
     -default => 1,
     recommends('Pod::Simple' => 0), # Pod::Simple::Text Pod::Simple::HTML

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


More information about the Jifty-commit mailing list