[Jifty-commit] r3244 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu May 17 15:04:59 EDT 2007


Author: jesse
Date: Thu May 17 15:04:57 2007
New Revision: 3244

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/01-dependencies.t

Log:
 r56938 at pinglin:  jesse | 2007-05-17 15:03:25 -0400
 * Better diagnostic messages in the dependency checking script. Thanks to Andreas Koenig


Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Thu May 17 15:04:57 2007
@@ -66,7 +66,7 @@
 
 for (sort keys %required) {
     my $first_in = Module::CoreList->first_release($_, $required{$_});
-    fail("Required module $_ is already in core") if defined $first_in and $first_in <= 5.00803;
+    fail("Required module $_ (v. $required{$_}) is in core since $first_in") if defined $first_in and $first_in <= 5.008003;
 }
 
 1;


More information about the Jifty-commit mailing list