[Jifty-commit] r2882 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Mar 2 22:39:00 EST 2007


Author: trs
Date: Fri Mar  2 22:39:00 2007
New Revision: 2882

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

Log:
 r19864 at zot:  tom | 2007-03-02 22:38:49 -0500
 Add Apache2::Const as an optional dep for the ModPerl2 handler


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Mar  2 22:39:00 2007
@@ -84,7 +84,7 @@
     'Administrative Interface (web)' => [ 
         -default => 1,
        requires( 'Pod::Simple') # Pod::Simple::Text Pod::Simple::HTML
-   ],
+    ],
     'Development of a jifty application' => [
         -default => 1,
         recommends('DBD::SQLite' => 1.11 ),
@@ -112,6 +112,10 @@
         -default => 0,
         recommends('Net::Server::Fork'),
     ],
+    'Apache2/ModPerl2 handler' => [
+        -default => 0,
+        recommends('Apache2::Const'),
+    ],
     'Experimental features' => [
         -default => 0,
         recommends('PAR::Dist::FromCPAN'),


More information about the Jifty-commit mailing list