Fixes to tests so that they pass.
[dbsrgits/DBIx-Class.git] / t / 88result_set_column.t
index e05dbb4..50ef1e6 100644 (file)
@@ -9,6 +9,7 @@ my $schema = DBICTest::init_schema();
 
 plan tests => 5; 
 
+my $cd;
 my $rs = $cd = $schema->resultset("CD")->search({});
 
 my $rs_title = $rs->get_column('title');