[Jifty-commit] r3752 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 31 22:33:32 EDT 2007


Author: sterling
Date: Tue Jul 31 22:33:32 2007
New Revision: 3752

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

Log:
 r8272 at dynpc145:  andrew | 2007-07-31 21:31:41 -0500
 Updated the module recommendations for the Chart plugin.


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Jul 31 22:33:32 2007
@@ -146,9 +146,10 @@
         -default => 0,
         recommends('Devel::EvalContext'),
     ],
-    'Chart Plugin' => [
+    'Chart Plugin (none of these must be installed for Charts to work)' => [
         -default => 0,
         recommends('Chart::Base'),
+        recommends('GD::Graph'),
         recommends('Image::Info'), # for testing
     ],
 );


More information about the Jifty-commit mailing list