[Jifty-commit] r5908 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Thu Oct 9 19:01:15 EDT 2008


Author: alexmv
Date: Thu Oct  9 19:01:14 2008
New Revision: 5908

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

Log:
 r38082 at kohr-ah:  chmrr | 2008-10-09 19:00:49 -0400
  * For user, group, and host control, we need HTTP::Server::Simple 0.35 or higher


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Thu Oct  9 19:01:14 2008
@@ -45,7 +45,7 @@
 requires('HTML::Mason::Plugin');
 requires('HTTP::Cookies');
 requires('HTTP::Date');
-requires('HTTP::Server::Simple' => '0.28');  # HTTP::Server::Simple::CGI
+requires('HTTP::Server::Simple' => '0.35');  # HTTP::Server::Simple::CGI
 requires('HTTP::Server::Simple::Recorder');
 requires('Hash::Merge');
 requires('Hook::LexWrap');


More information about the Jifty-commit mailing list