X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_perl_perf_bug.t;h=4434e1c747b3d8b2cf5329b23189160a4d3c60ec;hb=d52c4a75538bd15d1fa531a63c6ec45b8943dfd0;hp=c1e0ab81fd2d07529efd1b6c843006257cfca169;hpb=db2e53927f8913cdb8f3c2ec42820d99f53b1eb3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/zzzzzzz_perl_perf_bug.t b/t/zzzzzzz_perl_perf_bug.t index c1e0ab8..4434e1c 100644 --- a/t/zzzzzzz_perl_perf_bug.t +++ b/t/zzzzzzz_perl_perf_bug.t @@ -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