X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F75limit.t;h=61f552068811d37f326050fb687f81f4293b6ed5;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=686161af223473ebd475d6c563cf71a395dce8ab;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36;p=dbsrgits%2FDBIx-Class.git diff --git a/t/75limit.t b/t/75limit.t index 686161a..61f5520 100644 --- a/t/75limit.t +++ b/t/75limit.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib); @@ -59,7 +59,7 @@ is( $cds[0]->title, "Spoonful of bees", "offset with no limit" ); # requires SQL::Abstract >= 1.20 $it = $schema->resultset("CD")->search( { title => [ - -and => + -and => { -like => '%bees' },