[Jifty-commit] r1463 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 3 19:36:31 EDT 2006


Author: kevinr
Date: Mon Jul  3 19:36:29 2006
New Revision: 1463

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

Log:
 r14320 at sad-girl-in-snow:  kevinr | 2006-07-03 19:29:51 -0400
 * Bumped the HTTP::Server::Simple dep to catch the SIGPIPE-die bug


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon Jul  3 19:36:29 2006
@@ -29,7 +29,7 @@
 requires('HTML::Mason::Plugin');
 requires('HTTP::Cookies');
 requires('HTTP::Date');
-requires('HTTP::Server::Simple' => '0.10');  # HTTP::Server::Simple::CGI
+requires('HTTP::Server::Simple' => '0.20');  # HTTP::Server::Simple::CGI
 requires('HTTP::Server::Simple::Recorder');
 requires('Hash::Merge');
 requires('Hook::LexWrap');


More information about the Jifty-commit mailing list