X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcount%2Fdistinct.t;h=1b44b9a5f05c11555b0b892135dd36040c0182e1;hb=410a6bced6035333d48c2b92ad968a722a0a0b09;hp=64fa8568523464ab7641dbecfd4fb63813bcb88e;hpb=ff46b7b38691f09bcb57c0e0ce69e0b754b6f423;p=dbsrgits%2FDBIx-Class-Historic.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' );