[Jifty-commit] r5770 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Sat Aug 30 04:36:09 EDT 2008


Author: falcone
Date: Sat Aug 30 04:36:08 2008
New Revision: 5770

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r36411 at 70-9-196-144:  falcone | 2008-07-30 14:26:48 -0400
 * give a more accurate reason for killing plan


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Sat Aug 30 04:36:08 2008
@@ -121,8 +121,8 @@
     $class->setup($args);
     Test::More->export_to_level(2);
 
-    # Now, clobber Test::Builder::plan (if we got given a plan) so we
-    # don't try to spit one out *again* later
+    # Now, clobber Test::Builder::plan (if we were given a plan) so 
+    # Test::Builder::Module doesn't plan for us
     if ($class->builder->has_plan) {
         no warnings 'redefine';
         *Test::Builder::plan = sub {};


More information about the Jifty-commit mailing list