[Jifty-commit] r3781 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 3 17:31:51 EDT 2007


Author: sterling
Date: Fri Aug  3 17:31:50 2007
New Revision: 3781

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

Log:
 r8333 at riddle:  andrew | 2007-08-03 16:30:37 -0500
 Fix failing dependency test because Chart uses GD to fix testing.


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Aug  3 17:31:50 2007
@@ -149,6 +149,7 @@
     'Chart Plugin (none of these must be installed for Charts to work)' => [
         -default => 0,
         recommends('Chart::Base'),
+        recommends('GD'),          # for a testing hack
         recommends('GD::Graph'),
         recommends('Image::Info'), # for testing
     ],


More information about the Jifty-commit mailing list