[Jifty-commit] jifty branch, master, updated. 1.10518-144-g6f211b4

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 19 02:11:59 EDT 2013


The branch, master has been updated
       via  6f211b4ce6792ad95f5b5410bc10979f8cbb8036 (commit)
      from  6015ebc25e67b4b33f322df5b0c5313f91d0269e (commit)

Summary of changes:
 Makefile.PL | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 6f211b4ce6792ad95f5b5410bc10979f8cbb8036
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Aug 19 02:10:50 2013 -0400

    Drop Clientside sessions, which have never had any tests to an optional feature.
    
    (They depend on CGI::Cookie::Splitter whose tests broke with has randomization and hasn't been touched since 2007)

diff --git a/Makefile.PL b/Makefile.PL
index 3c4f92f..9dc6b8d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,6 @@ requires('Class::Data::Inheritable');
 requires('Class::Trigger' => '0.13');
 requires('Clone' => '0.27');
 requires('CGI' => '3.30');
-requires('CGI::Cookie::Splitter');
 requires('CGI::Emulate::PSGI' => 0.06);
 requires('Class::Inspector' => 1.20); # For File::ShareDir on Win32
 requires('Crypt::CBC');
@@ -120,6 +119,10 @@ feature "Event-based publish/subscribe framework" =>
     recommends('Web::Hippie'), # AnyMQ Web::Hippie::App::JSFiles
     ;
 
+feature "Client-side session cookies (untested)" =>
+    -default => 0,
+    recommends("CGI::Cookie::Splitter");
+
 feature "RPC support using AMQP" =>
     -default => 0,
     recommends('Web::Hippie'), # AnyMQ Web::Hippie::App::JSFiles

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


More information about the Jifty-commit mailing list