Missing semicolon
Nigel Metheringham [Tue, 28 Oct 2008 09:08:29 +0000 (09:08 +0000)]
t/99rh_perl_perf_bug.t

index f481875..3148e31 100644 (file)
@@ -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<DBIx::Class::Manual::Troubleshooting>