[Jifty-commit] jifty branch, master, updated. 1.10518-145-g9f66bac

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


The branch, master has been updated
       via  9f66bac127c3704b53022f8f54b718d790f31add (commit)
      from  6f211b4ce6792ad95f5b5410bc10979f8cbb8036 (commit)

Summary of changes:
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9f66bac127c3704b53022f8f54b718d790f31add
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Aug 19 02:32:00 2013 -0400

    used the wrong quotes. broke the regex.

diff --git a/Makefile.PL b/Makefile.PL
index 9dc6b8d..3e1820c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -121,7 +121,7 @@ feature "Event-based publish/subscribe framework" =>
 
 feature "Client-side session cookies (untested)" =>
     -default => 0,
-    recommends("CGI::Cookie::Splitter");
+    recommends('CGI::Cookie::Splitter');
 
 feature "RPC support using AMQP" =>
     -default => 0,

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


More information about the Jifty-commit mailing list