[Jifty-commit] r3736 - jifty/trunk

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


Author: sterling
Date: Sun Jul 29 22:16:30 2007
New Revision: 3736

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

Log:
 r8204 at dynpc145:  andrew | 2007-07-29 21:13:35 -0500
 Adding Image::Info dependency used during testing of Jifty::Plugin::Chart


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sun Jul 29 22:16:30 2007
@@ -149,6 +149,7 @@
     'Chart Plugin' => [
         -default => 0,
         recommends('Chart::Base'),
+        recommends('Image::Info'), # for testing
     ],
 );
 


More information about the Jifty-commit mailing list