[Jifty-commit] r3732 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jul 29 16:16:07 EDT 2007


Author: sterling
Date: Sun Jul 29 16:16:07 2007
New Revision: 3732

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

Log:
 r8200 at dynpc145:  andrew | 2007-07-29 15:15:21 -0500
 Added the Chart::Base recommendation for the Chart plugin.


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sun Jul 29 16:16:07 2007
@@ -144,7 +144,11 @@
     ],
     'Jifty console' => [
         -default => 0,
-        recommends('Devel::EvalContext')
+        recommends('Devel::EvalContext'),
+    ],
+    'Chart Plugin' => [
+        -default => 0,
+        recommends('Chart::Base'),
     ],
 );
 


More information about the Jifty-commit mailing list