X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F87ordered.t;h=b1d484c0720104bc0bf8c78211bc2ee767e0e941;hb=b0596c69b942ab6f63c4f5a767161c1b4f79865b;hp=7a4847e8e685cc80ff4438ed407ff958d96074bc;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/87ordered.t b/t/87ordered.t index 7a4847e..b1d484c 100644 --- a/t/87ordered.t +++ b/t/87ordered.t @@ -6,7 +6,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); plan tests => 321; @@ -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) {