[Jifty-commit] r4139 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Sep 19 13:34:29 EDT 2007


Author: sartak
Date: Wed Sep 19 13:34:29 2007
New Revision: 4139

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

Log:
 r42805 at onn:  sartak | 2007-09-19 10:51:27 -0400
 Move memleak deps into its own Makefile.PL section


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Wed Sep 19 13:34:29 2007
@@ -108,7 +108,6 @@
         recommends('Test::MockModule' => '0.05'),
         recommends('Test::MockObject' => '1.07'),
         recommends('Module::Refresh' => '0.09'),
-        recommends('Devel::Events' => '0.02'),
     ],
     'Development of the jifty framework' => [
         -default => 0,
@@ -156,6 +155,12 @@
         recommends('XML::Simple'),
         recommends('Image::Info'), # for testing
     ],
+    'Memory Leak Plugin' => [
+        -default => 0,
+        recommends('Devel::Events' => '0.02'),
+        recommends('Devel::Events::Handler::ObjectTracker'),
+        recommends('Devel::Size'),
+    ],
 );
 
 


More information about the Jifty-commit mailing list