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

Jifty commits jifty-commit at lists.jifty.org
Mon Mar 16 17:49:30 EDT 2009


Author: sartak
Date: Mon Mar 16 17:49:30 2009
New Revision: 6587

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

Log:
 r81203 at onn:  sartak | 2009-03-16 17:49:22 -0400
 Same typo fix from Hiveminder. we need to make this into a module


Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Mon Mar 16 17:49:30 2009
@@ -57,7 +57,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 defined $first_in and $first_in <= 5.008003;
     next if /^(Jifty|Jifty::DBI|inc|t|TestApp|Application)(::|$)/;
     ok(exists $required{$_}, "$_ in Makefile.PL")
       or diag("used in ", join ", ", sort keys %{ $used{$_ } });


More information about the Jifty-commit mailing list