Throw away remnant commented out in 36099e8c
[dbsrgits/DBIx-Class.git] / t / zzzzzzz_perl_perf_bug.t
index c1e0ab8..4434e1c 100644 (file)
@@ -99,7 +99,7 @@ SKIP: {
     }
 
     sub _possibly_has_bad_overload_performance {
-        return $] < 5.008009 && !_has_bug_34925();
+        return( "$]" < 5.008009 and !_has_bug_34925() );
     }
 
     # If this next one fails then you almost certainly have a RH derived