Whops
Peter Rabbitson [Thu, 23 Apr 2009 23:47:04 +0000 (23:47 +0000)]
t/76select.t

index ca6a5e9..19e59ba 100644 (file)
@@ -29,7 +29,7 @@ lives_ok(sub { $rs->first->get_column('count') }, 'multiple +select/+as columns,
 lives_ok(sub { $rs->first->get_column('addedtitle') }, 'multiple +select/+as columns, 2nd rscolumn present');
 
 # Tests a regression in ResultSetColumn wrt +select
-my $rs = $schema->resultset('CD')->search(undef,
+$rs = $schema->resultset('CD')->search(undef,
     {
         '+select'   => [ \'COUNT(*) AS year_count' ],
                order_by => 'year_count'