[Jifty-commit] r5070 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Thu Feb 7 15:47:20 EST 2008


Author: falcone
Date: Thu Feb  7 15:47:12 2008
New Revision: 5070

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/META.yml
   jifty/trunk/Makefile.PL

Log:
 r29315 at ketch:  falcone | 2008-02-07 15:45:16 -0500
 * t/TestApp/t/06-validator.t fails with an older HTTP::Server::Simple


Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Thu Feb  7 15:47:12 2008
@@ -101,7 +101,7 @@
   HTML::Mason::Plugin: 0
   HTTP::Cookies: 0
   HTTP::Date: 0
-  HTTP::Server::Simple: 0.26
+  HTTP::Server::Simple: 0.28
   HTTP::Server::Simple::Recorder: 0
   Hash::Merge: 0
   Hook::LexWrap: 0

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Thu Feb  7 15:47:12 2008
@@ -44,7 +44,7 @@
 requires('HTML::Mason::Plugin');
 requires('HTTP::Cookies');
 requires('HTTP::Date');
-requires('HTTP::Server::Simple' => '0.26');  # HTTP::Server::Simple::CGI
+requires('HTTP::Server::Simple' => '0.28');  # HTTP::Server::Simple::CGI
 requires('HTTP::Server::Simple::Recorder');
 requires('Hash::Merge');
 requires('Hook::LexWrap');


More information about the Jifty-commit mailing list