[Jifty-commit] r2443 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Dec 30 13:18:15 EST 2006


Author: audreyt
Date: Sat Dec 30 13:18:14 2006
New Revision: 2443

Modified:
   jifty/trunk/Makefile.PL

Log:
* hlb++ reported that we really want HTTP::Server::Simple 0.26+,
  not 0.20+, as 0.20 and 0.21's critical URI-path-processing
  bug makes us non utf8 friendly.

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sat Dec 30 13:18:14 2006
@@ -36,7 +36,7 @@
 requires('HTML::Mason::Plugin');
 requires('HTTP::Cookies');
 requires('HTTP::Date');
-requires('HTTP::Server::Simple' => '0.20');  # HTTP::Server::Simple::CGI
+requires('HTTP::Server::Simple' => '0.26');  # HTTP::Server::Simple::CGI
 requires('HTTP::Server::Simple::Recorder');
 requires('Hash::Merge');
 requires('Hook::LexWrap');


More information about the Jifty-commit mailing list