[Jifty-commit] r520 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 21 04:22:29 EST 2006


Author: alexmv
Date: Sat Jan 21 04:22:28 2006
New Revision: 520

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Server.pm

Log:
 r8765 at zoq-fot-pik:  chmrr | 2006-01-21 04:21:28 -0500
  * Temporary workaround for Spiffy-activated 'require' order bug in
    HTTP::Server::Simple.  It's complicated.  Blame Canada.


Modified: jifty/trunk/lib/Jifty/Server.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Server.pm	(original)
+++ jifty/trunk/lib/Jifty/Server.pm	Sat Jan 21 04:22:28 2006
@@ -27,6 +27,7 @@
 use File::Spec;
 use Module::Refresh;
 use Log::Log4perl;
+use HTTP::Server::Simple;
 use HTTP::Server::Simple::Recorder;
 
 =head1 METHODS


More information about the Jifty-commit mailing list