Fixes to tests so that they pass.
[dbsrgits/DBIx-Class.git] / t / 87ordered.t
index 7a4847e..1e4f33a 100644 (file)
@@ -42,6 +42,7 @@ sub hammer_rs {
     my $employee;
     my $count = $rs->count();
     my $position_column = $rs->result_class->position_column();
+    my $row;
 
     foreach my $position (1..$count) {