[Jifty-commit] r1851 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 23 21:40:26 EDT 2006


Author: bartb
Date: Wed Aug 23 21:40:22 2006
New Revision: 1851

Modified:
   jifty/trunk/Makefile.PL

Log:
make each recommended module have its own recommended line

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Wed Aug 23 21:40:22 2006
@@ -89,15 +89,12 @@
     ],
     'Development of the jifty framework' => [
         -default => 0,
-        recommends('DBD::SQLite',
-    
-            'Class::Accessor::Named',
-            'Devel::Cover',
-            'Module::CoreList',
-            'Module::Install::Admin' => '0.50'
-    
-        ),
-    ],
+        recommends('DBD::SQLite'),
+        recommends('Class::Accessor::Named'),
+        recommends('Devel::Cover'),
+        recommends('Module::CoreList'),
+        recommends('Module::Install::Admin' => '0.50')
+     ],
     'Experimental features' => [
         -default => 0,
         recommends('PAR::Dist::FromCPAN'),


More information about the Jifty-commit mailing list