[Jifty-commit] r5260 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Sun Apr 6 03:33:03 EDT 2008


Author: sartak
Date: Sun Apr  6 03:32:56 2008
New Revision: 5260

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

Log:
 r53601 at onn:  sartak | 2008-04-06 03:31:50 -0400
 Use "recommends" instead of "requires" for optional dependencies.
 Comments requires Regexp::Common::Email::Address


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sun Apr  6 03:32:56 2008
@@ -102,7 +102,7 @@
 features(
     'Administrative Interface (web)' => [ 
         -default => 1,
-       requires( 'Pod::Simple') # Pod::Simple::Text Pod::Simple::HTML
+       recommends( 'Pod::Simple') # Pod::Simple::Text Pod::Simple::HTML
     ],
     'Development of a jifty application' => [
         -default => 1,
@@ -194,10 +194,10 @@
     ],
     'Comment Plugin' => [
         -default => 0,
-        requires('HTML::Scrubber'),
-        requires('MIME::Base64::URLSafe'),
+        recommends('HTML::Scrubber'),
+        recommends('MIME::Base64::URLSafe'),
         recommends('Net::Akismet'),
-        requires('Regexp::Common'),
+        recommends('Regexp::Common::Email::Address'),
     ],
 );
 


More information about the Jifty-commit mailing list