X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcount%2Fdistinct.t;h=1b44b9a5f05c11555b0b892135dd36040c0182e1;hb=df72bc739806024a4a43f2316f3feddcf2a0cfd5;hp=64fa8568523464ab7641dbecfd4fb63813bcb88e;hpb=b563960fb2b331e072f58a135bb69e589f063fe9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/count/distinct.t b/t/count/distinct.t index 64fa856..1b44b9a 100644 --- a/t/count/distinct.t +++ b/t/count/distinct.t @@ -80,7 +80,7 @@ for my $get_count ( throws_ok( sub { my $row = $schema->resultset('Tag')->search({}, { select => { distinct => [qw/tag cd/] } })->first }, - qr/select => { distinct => \.\.\. } syntax is not supported for multiple columns/, + qr/\Qselect => { distinct => ... } syntax is not supported for multiple columns/, 'throw on unsupported syntax' );