From: Nigel Metheringham Date: Tue, 28 Oct 2008 09:08:29 +0000 (+0000) Subject: Missing semicolon X-Git-Tag: v0.08240~298^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eaf7c8d008411e2c8ec36ab7238775e29ef04a35;p=dbsrgits%2FDBIx-Class.git Missing semicolon --- diff --git a/t/99rh_perl_perf_bug.t b/t/99rh_perl_perf_bug.t index f481875..3148e31 100644 --- a/t/99rh_perl_perf_bug.t +++ b/t/99rh_perl_perf_bug.t @@ -76,7 +76,7 @@ my $results = timethese( # we are OK if there is less than a factor of 2 difference here ok( ( ( $results->{nooverload}->iters / $results->{overload}->iters ) < 2 ), - 'Overload/bless performance acceptable' ) + 'Overload/bless performance acceptable' ); # if the test above failed, look at the section titled # Perl Performance Issues on Red Hat Systems in # L