[Bast-commits] r5012 - DBIx-Class/0.08/branches/doc_mods/t

nigel at dev.catalyst.perl.org nigel at dev.catalyst.perl.org
Tue Oct 28 09:08:30 GMT 2008


Author: nigel
Date: 2008-10-28 09:08:29 +0000 (Tue, 28 Oct 2008)
New Revision: 5012

Modified:
   DBIx-Class/0.08/branches/doc_mods/t/99rh_perl_perf_bug.t
Log:
Missing semicolon

Modified: DBIx-Class/0.08/branches/doc_mods/t/99rh_perl_perf_bug.t
===================================================================
--- DBIx-Class/0.08/branches/doc_mods/t/99rh_perl_perf_bug.t	2008-10-28 09:00:31 UTC (rev 5011)
+++ DBIx-Class/0.08/branches/doc_mods/t/99rh_perl_perf_bug.t	2008-10-28 09:08:29 UTC (rev 5012)
@@ -76,7 +76,7 @@
 
 # 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>




More information about the Bast-commits mailing list