[Jifty-commit] r6362 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 20 00:11:06 EST 2009


Author: alexmv
Date: Fri Feb 20 00:11:04 2009
New Revision: 6362

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

Log:
 r42331 at kohr-ah:  chmrr | 2009-02-20 00:10:47 -0500
  * Dependency bump for non-broken Test::HTTP::Server::Simple


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Feb 20 00:11:04 2009
@@ -111,7 +111,7 @@
         recommends('DBD::SQLite' => 1.11 ),
         recommends('Test::Base' => 0.44 ),            # Test::Base::Filter
         recommends('Module::Install::Admin' => '0.50'),
-        ($^O ne 'MSWin32' ? recommends('Test::HTTP::Server::Simple' => '0.02' ) : ()),
+        recommends('Test::HTTP::Server::Simple' => '0.10' ),
         recommends('Test::HTML::Lint'),
         recommends('Test::MockModule' => '0.05'),
         recommends('Test::MockObject' => '1.07'),


More information about the Jifty-commit mailing list