[Jifty-commit] jifty branch, master, updated. b515628921d922fecb2ab066903c2268107a0af3

Jifty commits jifty-commit at lists.jifty.org
Wed Mar 10 08:18:52 EST 2010


The branch, master has been updated
       via  b515628921d922fecb2ab066903c2268107a0af3 (commit)
      from  f14c8b53591413e7b20168758c89aef0121e52b3 (commit)

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

- Log -----------------------------------------------------------------
commit b515628921d922fecb2ab066903c2268107a0af3
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Wed Mar 10 21:18:46 2010 +0800

    Requires newer CGI::Emulate::PSGI

diff --git a/Makefile.PL b/Makefile.PL
index 52e0bfb..9a3c76b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,7 +14,7 @@ requires('Class::Trigger' => '0.13');
 requires('Clone' => '0.27');
 requires('CGI' => '3.30');
 requires('CGI::Cookie::Splitter');
-requires('CGI::Emulate::PSGI');
+requires('CGI::Emulate::PSGI' => 0.06);
 requires('Class::Inspector' => 1.20); # For File::ShareDir on Win32
 requires('Crypt::CBC');
 requires('Crypt::Rijndael');

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


More information about the Jifty-commit mailing list