[Jifty-commit] r2322 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Dec 4 23:36:21 EST 2006


Author: ishigaki
Date: Mon Dec  4 23:36:20 2006
New Revision: 2322

Modified:
   jifty/trunk/Makefile.PL

Log:
Makefile.PL: remove Test::HTTP::Server::Simple dependency when $^O eq 'MSWin32'

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Mon Dec  4 23:36:20 2006
@@ -85,7 +85,7 @@
         recommends('DBD::SQLite' => 1.11 ),
         recommends('Test::Base' => 0.44 ),            # Test::Base::Filter
         recommends('Module::Install::Admin' => '0.50'),
-        recommends('Test::HTTP::Server::Simple' => '0.02' ),
+        ($^O ne 'MSWin32' ? recommends('Test::HTTP::Server::Simple' => '0.02' ) : ()),
         recommends('Test::HTML::Lint'),
         recommends('Test::More' => 0.62 ),
         recommends('Test::MockModule' => '0.05'),


More information about the Jifty-commit mailing list