X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F88result_set_column.t;h=936a0a76d785387c79c60ad914513a3180e61ab5;hb=a47e123334d8bcea0d34dc9ea09738d6f3b1fd49;hp=5ed86d4ec47bc9cf1536a28097a3e808e514942f;hpb=c93ddd59cd34aec049de47a63012a7d519de2ad9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/88result_set_column.t b/t/88result_set_column.t index 5ed86d4..936a0a7 100644 --- a/t/88result_set_column.t +++ b/t/88result_set_column.t @@ -5,7 +5,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); plan tests => 8;