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

Jifty commits jifty-commit at lists.jifty.org
Mon Mar 2 19:58:17 EST 2009


Author: alexmv
Date: Mon Mar  2 19:58:13 2009
New Revision: 6534

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

Log:
 r42839 at kohr-ah:  chmrr | 2009-03-02 19:55:50 -0500
 Don't false-positive on 'use 5.008'


Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Mon Mar  2 19:58:13 2009
@@ -55,6 +55,7 @@
 }
 
 for (sort keys %used) {
+    next if /^5(\.\d+)?/;
     my $first_in = Module::CoreList->first_release($_);
     next if defined $first_in and $first_in <= 5.00803;
     next if /^(Jifty|Jifty::DBI|inc|t|TestApp|Application)(::|$)/;


More information about the Jifty-commit mailing list