X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20setuperrors.t;h=5144f566bde6fdd67f28d983e6107123c9643d77;hb=d59cf2f2c53d1c57d62fd3313f22d4a2cbaf5ceb;hp=3d36bd42efbe63b573e11efc867c4f9d73c15e02;hpb=cda04c3afd46989e1964a6c8a277fd7faa11b291;p=dbsrgits%2FDBIx-Class.git diff --git a/t/20setuperrors.t b/t/20setuperrors.t index 3d36bd4..5144f56 100644 --- a/t/20setuperrors.t +++ b/t/20setuperrors.t @@ -11,5 +11,5 @@ eval { __PACKAGE__->columns qw/this doesnt work as expected/; }; -like($@,qr/^columns\(\) is a read-only/, +like($@,qr/\bcolumns\(\) is a read-only/, "columns() error when apparently misused");