[Jifty-commit] r4713 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 16 16:54:03 EST 2007


Author: sartak
Date: Sun Dec 16 16:54:03 2007
New Revision: 4713

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

Log:
 r49137 at onn:  sartak | 2007-12-16 16:53:55 -0500
 Add Devel::Gladiator to Makefile.PL, other little fixes in here


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sun Dec 16 16:54:03 2007
@@ -160,12 +160,11 @@
         recommends('XML::Simple'),
         recommends('Image::Info'), # for testing
     ],
-    'Memory Leak Plugin' => [
+    'Memory Leak Plugins' => [
         -default => 0,
-        recommends('Devel::Events' => '0.02'),
-        recommends('Devel::Events::Handler::ObjectTracker'),
-        recommends('Devel::Events::Generator::Objects'),
+        recommends('Devel::Events' => '0.02'), # Devel::Events::Handler::ObjectTracker Devel:Events::Generator::Objects
         recommends('Devel::Size'),
+        recommends('Devel::Gladiator'),
         recommends('Proc::ProcessTable'),
     ],
     'OAuth Plugin' => [


More information about the Jifty-commit mailing list