Fixes to tests so that they pass.
[dbsrgits/DBIx-Class.git] / t / 83cache.t
index a3c94c0..39f782a 100644 (file)
@@ -40,7 +40,7 @@ $rs->set_cache( $artists );
 
 is( scalar @{$rs->get_cache}, 2, 'set_cache() is functional' );
 
-$cd = $schema->resultset('CD')->find(1);
+my $cd = $schema->resultset('CD')->find(1);
 
 $rs->clear_cache;